pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod missing recursive bump for pcre-8.30.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d804fd924b7f
branches:  trunk
changeset: 602776:d804fd924b7f
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Apr 21 08:27:16 2012 +0000

description:
missing recursive bump for pcre-8.30.

To avoid future missing bump, exactly buildlink with gtk2+ in addition to
module.mk.

diffstat:

 inputmethod/gcin/Makefile     |  7 ++++---
 inputmethod/imhangul/Makefile |  6 ++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r b99aa79ad967 -r d804fd924b7f inputmethod/gcin/Makefile
--- a/inputmethod/gcin/Makefile Sat Apr 21 08:20:22 2012 +0000
+++ b/inputmethod/gcin/Makefile Sat Apr 21 08:27:16 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2011/04/24 13:59:48 obache Exp $
+# $NetBSD: Makefile,v 1.15 2012/04/21 08:27:16 obache Exp $
 #
 
 DISTNAME=              gcin-1.1.7
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            inputmethod
 #MASTER_SITES=         http://www.csie.nctu.edu.tw/~cp76/gcin/download/
 MASTER_SITES=          http://cle.linux.org.tw/gcin/download/gcin-old/gcin-1.1.x/
@@ -24,6 +24,7 @@
 CONFIGURE_ARGS+=       --new_gtk_im=Y
 USE_TOOLS+=            pkg-config gmake
 GTK2_IMMODULES=                yes
+.include "../../x11/gtk2/modules.mk"
 
 REPLACE_INTERPRETER+=  sh
 REPLACE.sh.old=                /bin/bash
@@ -33,6 +34,6 @@
 REPLACE_FILES.sh+=     scripts/modify-XIM
 REPLACE_FILES.sh+=     scripts/utf8-edit
 
-.include "../../x11/gtk2/modules.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b99aa79ad967 -r d804fd924b7f inputmethod/imhangul/Makefile
--- a/inputmethod/imhangul/Makefile     Sat Apr 21 08:20:22 2012 +0000
+++ b/inputmethod/imhangul/Makefile     Sat Apr 21 08:27:16 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2011/11/10 10:51:33 obache Exp $
+# $NetBSD: Makefile,v 1.24 2012/04/21 08:27:16 obache Exp $
 
 DISTNAME=      imhangul-2.0.0
+PKGREVISION=   1
 CATEGORIES=    inputmethod korean
 MASTER_SITES=  http://kldp.net/frs/download.php/5924/
 EXTRACT_SUFX=  .tar.bz2
@@ -17,9 +18,10 @@
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 GTK2_IMMODULES=                YES
+.include "../../x11/gtk2/modules.mk"
 
 BUILDLINK_API_DEPENDS.libhangul+=      libhangul>=0.0.12
 
 .include "../../inputmethod/libhangul/buildlink3.mk"
-.include "../../x11/gtk2/modules.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index