diff options
author | jmz <jmz@FreeBSD.org> | 2000-10-10 10:40:08 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-10-10 10:40:08 +0000 |
commit | 2ce6cac6d020b0f66acb3988762d39a67459f1a9 (patch) | |
tree | 613b300314ffbd5bcca87a2e673e80598289cec2 /x11/XFree86/Makefile | |
parent | 436ed6e8e86b76d3f75524d1dba03287ccb5839e (diff) | |
download | FreeBSD-ports-2ce6cac6d020b0f66acb3988762d39a67459f1a9.zip FreeBSD-ports-2ce6cac6d020b0f66acb3988762d39a67459f1a9.tar.gz |
Add the latest fixes to PATCHFILES (all related to the s3 driver)
PATCH_DIST_ARGS had to be changed because one of the patchfiles has an
incorrect path. This is ok as long as all patches touch files in xc/programs/
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index cc1bb25..5889d92 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86 PORTVERSION= 3.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -18,7 +18,8 @@ PATCH_SITES= ftp://ftp.xfree.org/pub/XFree86/3.3.6/fixes/ \ ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-3.3.6/fixes/ \ ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/3.3.6/fixes/ \ ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.3.6/fixes/ -PATCHFILES= fix-01-r128 +PATCHFILES= fix-01-r128 fix-04-s3trio3d2x fix-05-s3trio3d fix-06-s3trio3d2x\ + fix-07-s3trio64v2gx+netfinity fix-08-s3savage_ix+mx MAINTAINER= jmz@FreeBSD.org @@ -30,7 +31,7 @@ INSTALLS_SHLIB= yes ALL_TARGET= World INSTALL_TARGET= install install.man DIST_SUBDIR= xc -PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet +PATCH_DIST_ARGS=-p2 -E -d ${WRKDIR}/xc/programs --quiet SCRIPTS_ENV= OSVERSION=${OSVERSION} # can't use USE_X_PREFIX here -- it will cause a circular dependency PREFIX= ${X11BASE} |