From fe111ca0a04fdb05021aab1cc12f51922e932947 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 27 Feb 2000 03:49:34 +0000 Subject: Upgrade to 2.3.04-3 --- chinese/xcin/Makefile | 5 +++-- chinese/xcin/distinfo | 2 +- chinese/xcin/files/patch-ab | 34 ++++++++++++++++++++++++++++++++++ chinese/xcin/pkg-plist | 5 +++++ 4 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 chinese/xcin/files/patch-ab (limited to 'chinese') diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index fd8cba70766d..b4d871d43259 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= xcin-2.3.03 -PKGNAME= zh-xcin-2.3.03 +DISTNAME= xcin-2.3.04-3 +PKGNAME= zh-xcin-2.3.04-3 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/old/ \ ftp://ftp.ncu.edu.tw/OS/Linux/Chinese/xcin/xcin/ \ @@ -18,6 +18,7 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts USE_X_PREFIX= yes +USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${X11BASE}" --os=FreeBSD --no-menu diff --git a/chinese/xcin/distinfo b/chinese/xcin/distinfo index fa4822bdd1c0..002461bb8b20 100644 --- a/chinese/xcin/distinfo +++ b/chinese/xcin/distinfo @@ -1 +1 @@ -MD5 (xcin-2.3.03.tar.gz) = b6b4715a1fddac8377005d6ac12b248a +MD5 (xcin-2.3.04-3.tar.gz) = 737a6ea93237b12903c3088a06730c63 diff --git a/chinese/xcin/files/patch-ab b/chinese/xcin/files/patch-ab new file mode 100644 index 000000000000..b566780fe798 --- /dev/null +++ b/chinese/xcin/files/patch-ab @@ -0,0 +1,34 @@ +--- Makefile.orig Sun Feb 27 02:29:47 2000 ++++ Makefile Sun Feb 27 02:30:56 2000 +@@ -16,16 +16,16 @@ + + + make_xcin: +- (cd src; make all) ++ (cd src; gmake all) + + make_inptab: +- (cd input_tab; make all) ++ (cd input_tab; gmake all) + + install_xcin: make_xcin +- (cd src; make install) ++ (cd src; gmake install) + + install_inptab: make_inptab +- (cd input_tab; make install) ++ (cd input_tab; gmake install) + + install_doc: + (cd doc; make install) +--- input_tab/Makefile.in.orig Sun Feb 27 02:31:40 2000 ++++ input_tab/Makefile.in Sun Feb 27 02:31:55 2000 +@@ -12,7 +12,7 @@ + + + cin2tab: +- (cd ../src; make cin2tab) ++ (cd ../src; gmake cin2tab) + ln -s ../src/cin2tab . + + %.tab: %.cin cin2tab diff --git a/chinese/xcin/pkg-plist b/chinese/xcin/pkg-plist index 81cfdba8ccb6..449e0880462c 100644 --- a/chinese/xcin/pkg-plist +++ b/chinese/xcin/pkg-plist @@ -1,4 +1,9 @@ bin/xcin +lib/X11/xcin/array30.cin +lib/X11/xcin/array30.tab +lib/X11/xcin/array30.tab.phr +lib/X11/xcin/array30.tab.quick +lib/X11/xcin/array30.tab.rev lib/X11/xcin/cin2tab lib/X11/xcin/cj.cin lib/X11/xcin/cj.tab -- cgit v1.2.3