summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-08-05 07:26:11 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-08-05 07:26:11 +0000
commit05f2c750e945a5f0c7e774b731ec85ef2574d76c (patch)
tree65a1b04847b2daed84e7a0349b6b94fe003ae8a0 /x11/XFree86-4-libraries/Makefile
parentadd tcl and tk dependencies (diff)
1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+
2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang <perky@FreeBSD.org> [2] Chris Dillon <cdillon@wolves.k12.mo.us> [3] Matthew N. Dodd <mdodd@freebsd.org> [4] Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: mdodd
Notes
Notes: svn path=/head/; revision=64028
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index ff379a4ab7bd..2e042030e41b 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libraries
PORTVERSION= 4.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
${MASTER_SITE_LOCAL:S/$/:local/}
@@ -17,10 +17,12 @@ PKGNAMEPREFIX= XFree86-
DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local
EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz
-PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g}
-PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes
-PATCHFILES= 4.2.0-xlib-i18n-module.patch \
- 4.2.0-libGLU-bad-extern.patch
+PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g:S/$/:x/} \
+ ${MASTER_SITE_LOCAL:S/$/:patch420/}
+PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes/:x \
+ anholt/patches-4.2.0/:patch420
+PATCHFILES= patch-XlcDL.c:patch420 \
+ 4.2.0-libGLU-bad-extern.patch:x
PATCH_DIST_STRIP= -p1
MAINTAINER= anholt@freebsd.org