pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/xcin Closed pkg/27289 Fix core dump in inp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05f26ab16504
branches:  trunk
changeset: 496344:05f26ab16504
user:      rxg <rxg%pkgsrc.org@localhost>
date:      Sun Jun 26 16:45:57 2005 +0000

description:
Closed pkg/27289 Fix core dump in inputmethod/xcin package.
Referenced the patches from Kevin Lo <kevlo at kevlo dot org>.

diffstat:

 inputmethod/xcin/Makefile         |   5 +++--
 inputmethod/xcin/distinfo         |   4 ++--
 inputmethod/xcin/patches/patch-ac |  11 ++++++++++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r 94245d009233 -r 05f26ab16504 inputmethod/xcin/Makefile
--- a/inputmethod/xcin/Makefile Sun Jun 26 15:27:19 2005 +0000
+++ b/inputmethod/xcin/Makefile Sun Jun 26 16:45:57 2005 +0000
@@ -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 @@
 .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 -r 94245d009233 -r 05f26ab16504 inputmethod/xcin/distinfo
--- a/inputmethod/xcin/distinfo Sun Jun 26 15:27:19 2005 +0000
+++ b/inputmethod/xcin/distinfo Sun Jun 26 16:45:57 2005 +0000
@@ -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 -r 94245d009233 -r 05f26ab16504 inputmethod/xcin/patches/patch-ac
--- a/inputmethod/xcin/patches/patch-ac Sun Jun 26 15:27:19 2005 +0000
+++ b/inputmethod/xcin/patches/patch-ac Sun Jun 26 16:45:57 2005 +0000
@@ -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 @@
        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 \



Home | Main Index | Thread Index | Old Index