diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-21 22:11:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-21 22:11:55 +0800 |
commit | ecffa443e4aa7c393f31c6848bc7fe3f3f06db20 (patch) | |
tree | a5796243adc5410883dac4e2d35496d4d733fcf7 /chinese | |
parent | 4aec69712210d649817f70ed140d7db4e69d3a9e (diff) | |
download | freebsd-ports-gnome-ecffa443e4aa7c393f31c6848bc7fe3f3f06db20.tar.gz freebsd-ports-gnome-ecffa443e4aa7c393f31c6848bc7fe3f3f06db20.tar.zst freebsd-ports-gnome-ecffa443e4aa7c393f31c6848bc7fe3f3f06db20.zip |
update patch for Big5 IME support
PR: 30504
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/zhcon/Makefile | 5 | ||||
-rw-r--r-- | chinese/zhcon/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 50790c8e1780..56dc42318837 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -7,12 +7,12 @@ PORTNAME= zhcon PORTVERSION= 0.14f -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \ ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \ http://www.cis.nctu.edu.tw/~gis89501/zhcon/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-0.tgz +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-1.tgz MAINTAINER= statue@freebsd.sinica.edu.tw @@ -42,7 +42,6 @@ post-patch: @${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' ${WRKSRC}/${PORTNAME}/*.cpp .endif .if defined(WITH_BIG5) - @${PATCH} ${PATCH_DIST_ARGS:S/${WRKSRC}/${WRKDIR}\/zh-big5-ime/} < ${PATCHDIR}/extrapatch-aa .for file in zhcon-0.14-big5-bar.diff.gz zhcon-0.14-big5-dirty-ime.diff.gz @${GZCAT} ${WRKDIR}/zh-big5-ime/${file} | ${PATCH} ${PATCH_DIST_ARGS:S/p0/p1/} .endfor diff --git a/chinese/zhcon/distinfo b/chinese/zhcon/distinfo index 9cf6749aa4e3..e5aa8bd88d1c 100644 --- a/chinese/zhcon/distinfo +++ b/chinese/zhcon/distinfo @@ -1,2 +1,2 @@ MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc -MD5 (zhb5-ime-0.tgz) = 18bd204c1e52f7b98c58a42c04036a80 +MD5 (zhb5-ime-1.tgz) = 55b1c0e34534ed6559af056b9d8fe998 |