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:
Jean-Marc Zucconi 1995-01-05 03:51:15 +00:00
parent 18325a0d07
commit 91c104263f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=710
30 changed files with 12810 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

View 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.

File diff suppressed because it is too large Load Diff

View 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

View 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

View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

View 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.

File diff suppressed because it is too large Load Diff

View 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

View 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

View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

View 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.

File diff suppressed because it is too large Load Diff

30
x11/XFree86-4-clients/scripts/configure vendored Normal file
View 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

View 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

View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

View 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.

File diff suppressed because it is too large Load Diff

View 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
View 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

View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

6
x11/XFree86-4/pkg-descr Normal file
View 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

File diff suppressed because it is too large Load Diff

30
x11/XFree86-4/scripts/configure vendored Normal file
View 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
View 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
View File

@ -0,0 +1 @@
X11R6/XFree86 version 3.1

6
x11/XFree86/pkg-descr Normal file
View 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

File diff suppressed because it is too large Load Diff

30
x11/XFree86/scripts/configure vendored Normal file
View 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