diff options
author | will <will@FreeBSD.org> | 2002-03-20 00:43:34 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-03-20 00:43:34 +0800 |
commit | 889d670a79ae1f5b0a58e7bf5b49d2a1f034e8e6 (patch) | |
tree | 5b47d5c94a164c188f87e1799fd8ea2fdc8c8767 /x11 | |
parent | 31155ee5598a2c7f9e229224cbe0f23fe317f36c (diff) | |
download | freebsd-ports-gnome-889d670a79ae1f5b0a58e7bf5b49d2a1f034e8e6.tar.gz freebsd-ports-gnome-889d670a79ae1f5b0a58e7bf5b49d2a1f034e8e6.tar.zst freebsd-ports-gnome-889d670a79ae1f5b0a58e7bf5b49d2a1f034e8e6.zip |
Fix i18n problem found by XFree86. This makes XIM work properly. Bump
PORTREVISION to denote fix.
Submitted by: motoyuki
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 6 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/distinfo | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index ff5cc756f851..b001ad904f15 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -7,6 +7,7 @@ PORTNAME= libraries PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} \ ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \ @@ -18,6 +19,11 @@ EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap IGNOREFILES= Wraphelp.c +PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g} +PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes +PATCHFILES= 4.2.0-xlib-i18n-module.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= taguchi@tohoku.iij.ad.jp BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 diff --git a/x11/XFree86-4-libraries/distinfo b/x11/XFree86-4-libraries/distinfo index 4766fc3aff79..595ce94c5d20 100644 --- a/x11/XFree86-4-libraries/distinfo +++ b/x11/XFree86-4-libraries/distinfo @@ -1,2 +1,3 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f +MD5 (xc/4.2.0-xlib-i18n-module.patch) = 19a91692fdb4fa3d2797f57beebee34a MD5 (xc/Wraphelp.c) = IGNORE |