diff options
author | rxg <rxg@pkgsrc.org> | 2005-06-26 16:45:57 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2005-06-26 16:45:57 +0000 |
commit | 781be059544ed6aa7488a342ea5d0f27e1ed6094 (patch) | |
tree | 509e13858accd5d365233178e98b9501d4bf5241 /inputmethod | |
parent | b3e968216a3b905da1931e19274cac2df6277d2b (diff) | |
download | pkgsrc-781be059544ed6aa7488a342ea5d0f27e1ed6094.tar.gz |
Closed pkg/27289 Fix core dump in inputmethod/xcin package.
Referenced the patches from Kevin Lo <kevlo at kevlo dot org>.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/xcin/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/xcin/distinfo | 4 | ||||
-rw-r--r-- | inputmethod/xcin/patches/patch-ac | 11 |
3 files changed, 15 insertions, 5 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index 6668714d07d..3d02b4367bf 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2005/06/01 18:02:58 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/26 16:45:57 rxg Exp $ # DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ @@ -32,6 +32,7 @@ post-install: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../inputmethod/libtabe/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/xcin/distinfo b/inputmethod/xcin/distinfo index 0b12d57ba39..f03b196ade9 100644 --- a/inputmethod/xcin/distinfo +++ b/inputmethod/xcin/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 21:00:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/06/26 16:45:57 rxg Exp $ SHA1 (xcin-2.5.3.pre2.tar.gz) = 27e4c47e09c44e92e3a3afc9e08134e1485f6795 RMD160 (xcin-2.5.3.pre2.tar.gz) = f1fb83d1e21a0f5dbb80c5eafdaa6c7f313ea865 Size (xcin-2.5.3.pre2.tar.gz) = 1433915 bytes SHA1 (patch-aa) = f192f038e048d7118ea7969b12e424b5ba9903a9 SHA1 (patch-ab) = 36c4c9e5ec17a45db62fc08c2d07cc0a9ff72ae2 -SHA1 (patch-ac) = b727da5616ee89e23a9aee86a66b287376f39431 +SHA1 (patch-ac) = 1ce8c3dce665dec10db563847edfbf79ce3e5d52 SHA1 (patch-ad) = c39bea80e15a1283e42855ea8ed25cddf8522b56 diff --git a/inputmethod/xcin/patches/patch-ac b/inputmethod/xcin/patches/patch-ac index 238718aba85..0bc6411d8c1 100644 --- a/inputmethod/xcin/patches/patch-ac +++ b/inputmethod/xcin/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ +$NetBSD: patch-ac,v 1.2 2005/06/26 16:45:57 rxg Exp $ --- configure.orig Tue Nov 27 22:21:17 2001 +++ configure @@ -11,6 +11,15 @@ $NetBSD: patch-ac,v 1.1.1.1 2002/06/04 08:47:00 uebayasi Exp $ echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 echo "configure:7672: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` +@@ -8619,7 +8619,7 @@ + $ac_vpsub + $extrasub + s%@SHELL@%$SHELL%g +-s%@CFLAGS@%$CFLAGS%g ++s%@CFLAGS@%$CFLAGS $PTHREAD_CFLAGS%g + s%@CPPFLAGS@%$CPPFLAGS%g + s%@CXXFLAGS@%$CXXFLAGS%g + s%@FFLAGS@%$FFLAGS%g @@ -8759,7 +8759,7 @@ cin/gb/Makefile \ etc/Makefile \ |