This is X11R6/XFree86 3.1
The actual makefile does nothing! You have to edit it and remove a comment to build the beast. Note: there are in fact 2 makefiles: one which fetches the files from ftp.x.org and another which allows to compile from a cdrom. Note2: I have not extensively tested the port! (only one build!)
This commit is contained in:
parent
18325a0d07
commit
91c104263f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=710
46
x11-servers/XFree86-4-Server-snap/Makefile
Normal file
46
x11-servers/XFree86-4-Server-snap/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11-servers/XFree86-4-Server-snap/pkg-comment
Normal file
1
x11-servers/XFree86-4-Server-snap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11-servers/XFree86-4-Server-snap/pkg-descr
Normal file
6
x11-servers/XFree86-4-Server-snap/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11-servers/XFree86-4-Server-snap/pkg-plist
Normal file
2052
x11-servers/XFree86-4-Server-snap/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11-servers/XFree86-4-Server-snap/scripts/configure
vendored
Normal file
30
x11-servers/XFree86-4-Server-snap/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
46
x11-servers/XFree86-4-Server/Makefile
Normal file
46
x11-servers/XFree86-4-Server/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11-servers/XFree86-4-Server/pkg-comment
Normal file
1
x11-servers/XFree86-4-Server/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11-servers/XFree86-4-Server/pkg-descr
Normal file
6
x11-servers/XFree86-4-Server/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11-servers/XFree86-4-Server/pkg-plist
Normal file
2052
x11-servers/XFree86-4-Server/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11-servers/XFree86-4-Server/scripts/configure
vendored
Normal file
30
x11-servers/XFree86-4-Server/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
46
x11/XFree86-4-clients/Makefile
Normal file
46
x11/XFree86-4-clients/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11/XFree86-4-clients/pkg-comment
Normal file
1
x11/XFree86-4-clients/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11/XFree86-4-clients/pkg-descr
Normal file
6
x11/XFree86-4-clients/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11/XFree86-4-clients/pkg-plist
Normal file
2052
x11/XFree86-4-clients/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11/XFree86-4-clients/scripts/configure
vendored
Normal file
30
x11/XFree86-4-clients/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
46
x11/XFree86-4-libraries/Makefile
Normal file
46
x11/XFree86-4-libraries/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11/XFree86-4-libraries/pkg-comment
Normal file
1
x11/XFree86-4-libraries/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11/XFree86-4-libraries/pkg-descr
Normal file
6
x11/XFree86-4-libraries/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11/XFree86-4-libraries/pkg-plist
Normal file
2052
x11/XFree86-4-libraries/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11/XFree86-4-libraries/scripts/configure
vendored
Normal file
30
x11/XFree86-4-libraries/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
46
x11/XFree86-4/Makefile
Normal file
46
x11/XFree86-4/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11/XFree86-4/pkg-comment
Normal file
1
x11/XFree86-4/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11/XFree86-4/pkg-descr
Normal file
6
x11/XFree86-4/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11/XFree86-4/pkg-plist
Normal file
2052
x11/XFree86-4/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11/XFree86-4/scripts/configure
vendored
Normal file
30
x11/XFree86-4/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
46
x11/XFree86/Makefile
Normal file
46
x11/XFree86/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
DISTNAME = xc
|
||||
PKGNAME = XFree86-3.1
|
||||
|
||||
# uncomment one of the 2 lines below!
|
||||
#X11_ON_CDROM = yes
|
||||
#X11_VIA_FTP = yes
|
||||
|
||||
#define this if you are short of space - save ~28 Mbytes
|
||||
#REMOVE_NOT_ESSENTIAL = yes
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM) || defined(X11_VIA_FTP)
|
||||
build:
|
||||
.if defined(REMOVE_NOT_ESSENTIAL)
|
||||
@rm -rf ${WRKSRC}/test ${WRKSRC}/doc/hardcopy ${WRKSRC}/doc/specs
|
||||
@find ${WRKSRC}/ -name '*.orig' -exec rm -f {} ';'
|
||||
.endif
|
||||
@(cd ${WRKSRC}; echo Good night...; make World)
|
||||
@touch ${WRKDIR}/.build_done
|
||||
|
||||
install:
|
||||
@(cd ${WRKSRC}; make install; make install.man)
|
||||
@touch ${WRKDIR}/.install_done
|
||||
.endif
|
||||
|
||||
|
||||
.if defined(X11_ON_CDROM)
|
||||
.include "Makefile.cdrom"
|
||||
.elif defined(X11_VIA_FTP)
|
||||
.include "Makefile.ftp"
|
||||
.else
|
||||
all:
|
||||
@echo -n
|
||||
fetch:
|
||||
@echo -n
|
||||
extract:
|
||||
@echo -n
|
||||
configure:
|
||||
@echo -n
|
||||
build:
|
||||
@echo -n
|
||||
install:
|
||||
@echo -n
|
||||
.endif
|
||||
|
||||
|
1
x11/XFree86/pkg-comment
Normal file
1
x11/XFree86/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
X11R6/XFree86 version 3.1
|
6
x11/XFree86/pkg-descr
Normal file
6
x11/XFree86/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
XFree86 is a added-value pack for X11R6 that supports several versions
|
||||
of Intel-based Unix and Unix-like operating systems. XFree86-3.0 was
|
||||
part of the X11R6 core distribution. This release XFree86-3.1 consists of
|
||||
many new features and performance improvements as well as many bug fixes.
|
||||
The release is available as source patches against the X Consortium X11R6
|
||||
code, as well as binary distributions for many architectures.
|
2052
x11/XFree86/pkg-plist
Normal file
2052
x11/XFree86/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
30
x11/XFree86/scripts/configure
vendored
Normal file
30
x11/XFree86/scripts/configure
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $WRKSRC/config/cf/ || exit 1;
|
||||
cat >> xf86site.def << EOF
|
||||
#define XF86SvgaDrivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak mx al2101 cl6420 \
|
||||
video7 generic
|
||||
|
||||
#define XF86Vga16Drivers et4000 ncr77c22 ati tvga8900 oak cl6420 generic
|
||||
|
||||
#define XF86Vga2Drivers et4000 et3000 pvga1 gvga ati tvga8900 cirrus \
|
||||
ncr77c22 compaq oak cl6420 generic
|
||||
*
|
||||
#define XF86MonoDrivers hgc1280 sigma apollo hercules
|
||||
|
||||
#define XF86W32Drivers et4000w32
|
||||
|
||||
EOF
|
||||
|
||||
version=`uname -r`
|
||||
set `echo $version|sed -e 's/\./ /g' -e 's/-/ /g'`
|
||||
mv FreeBSD.cf FreeBSD.cf.old
|
||||
sed -e "s/1.1.5/$version/" \
|
||||
-e "s/OSMajorVersion *1/OSMajorVersion $1/" \
|
||||
-e "s/OSMinorVersion *1/OSMinorVersion $2/" \
|
||||
-e "s/OSTeenyVersion *5/OSTeenyVersion $3/" \
|
||||
<FreeBSD.cf.old >FreeBSD.cf
|
||||
#you may change ExtraLibraries too!
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user