diff options
author | obache <obache@pkgsrc.org> | 2008-06-04 13:01:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-04 13:01:36 +0000 |
commit | 371cc64ee0b41fb4bbe8cb8fdd947f73b74fa61c (patch) | |
tree | d1011a0d285f6b4b0d4ee392476e9b37ce64506f /inputmethod | |
parent | 676576c57de8d664635a44ed3137e5eb526ccd93 (diff) | |
download | pkgsrc-371cc64ee0b41fb4bbe8cb8fdd947f73b74fa61c.tar.gz |
Suppress to do 'modify-itlocaledir' command in configure script.
No need, done by pkgsrc USE_LOCALEDIR feature.
modify-itlocaledir expet GNU sed (options and patterns).
Folliwing situations rise PLIST mismatch:
* using GNU sed, PKGLOCALEDIR != share
* sed accept options, but can't interprete patterns as expected. PR 38847.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/tomoe/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/tomoe/patches/patch-ab | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/inputmethod/tomoe/Makefile b/inputmethod/tomoe/Makefile index db9393e72b1..fa1f8281380 100644 --- a/inputmethod/tomoe/Makefile +++ b/inputmethod/tomoe/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:05:44 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/04 13:01:36 obache Exp $ # DISTNAME= tomoe-0.6.0 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tomoe/} diff --git a/inputmethod/tomoe/distinfo b/inputmethod/tomoe/distinfo index 25fa9a366eb..a96cae30853 100644 --- a/inputmethod/tomoe/distinfo +++ b/inputmethod/tomoe/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2008/05/31 14:16:47 obache Exp $ +$NetBSD: distinfo,v 1.3 2008/06/04 13:01:36 obache Exp $ SHA1 (tomoe-0.6.0.tar.gz) = 0ab5b4fd4609d0439f90010c35305595522f54f2 RMD160 (tomoe-0.6.0.tar.gz) = fc8e799c4b845e9c4b41879980fecc9d9dc77c69 Size (tomoe-0.6.0.tar.gz) = 4918949 bytes SHA1 (patch-aa) = beaf6abd17e985d3b11eccdd0d870329b9088b00 +SHA1 (patch-ab) = 718f888ec731ea5183c0af40bb90abe1807be89e diff --git a/inputmethod/tomoe/patches/patch-ab b/inputmethod/tomoe/patches/patch-ab new file mode 100644 index 00000000000..db186f87988 --- /dev/null +++ b/inputmethod/tomoe/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2008/06/04 13:01:36 obache Exp $ + +--- configure.orig 2007-06-18 03:09:07.000000000 +0000 ++++ configure +@@ -22679,8 +22679,6 @@ echo "${ECHO_T}$LINGUAS" >&6; } + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + +-ac_config_commands="$ac_config_commands modify-itlocaledir" +- + GETTEXT_PACKAGE=tomoe + + |