diff options
author | anholt <anholt@FreeBSD.org> | 2002-08-05 07:26:11 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-08-05 07:26:11 +0000 |
commit | 7c8a5a0b415a8bad96cd3d363086cfad3ffbac7d (patch) | |
tree | 24f48f2b604b655cf32430bf018f5901d1db1ce5 /x11 | |
parent | dc44e51bd15ac04d6597428d3ec2488f6a417cc0 (diff) | |
download | FreeBSD-ports-7c8a5a0b415a8bad96cd3d363086cfad3ffbac7d.zip FreeBSD-ports-7c8a5a0b415a8bad96cd3d363086cfad3ffbac7d.tar.gz |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 12 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/distinfo | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index fb788f2..76bb775 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \ ${MASTER_SITE_LOCAL:S/$/:local/} diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index ff379a4..2e04203 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 diff --git a/x11/XFree86-4-libraries/distinfo b/x11/XFree86-4-libraries/distinfo index 6876f69..f4e4f2e 100644 --- a/x11/XFree86-4-libraries/distinfo +++ b/x11/XFree86-4-libraries/distinfo @@ -1,4 +1,4 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 -MD5 (xc/4.2.0-xlib-i18n-module.patch) = 19a91692fdb4fa3d2797f57beebee34a +MD5 (xc/patch-XlcDL.c) = 1cd40d140e6900c48ff806fa53ee85f0 MD5 (xc/4.2.0-libGLU-bad-extern.patch) = 2d5c738854c7cc0378ae457b09a029f4 |