pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/tomoe Suppress to do 'modify-itlocaledir' ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8db63d5720a
branches:  trunk
changeset: 543106:d8db63d5720a
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jun 04 13:01:36 2008 +0000

description:
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:

 inputmethod/tomoe/Makefile         |   3 ++-
 inputmethod/tomoe/distinfo         |   3 ++-
 inputmethod/tomoe/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 9f2e7601450b -r d8db63d5720a inputmethod/tomoe/Makefile
--- a/inputmethod/tomoe/Makefile        Wed Jun 04 09:30:07 2008 +0000
+++ b/inputmethod/tomoe/Makefile        Wed Jun 04 13:01:36 2008 +0000
@@ -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 -r 9f2e7601450b -r d8db63d5720a inputmethod/tomoe/distinfo
--- a/inputmethod/tomoe/distinfo        Wed Jun 04 09:30:07 2008 +0000
+++ b/inputmethod/tomoe/distinfo        Wed Jun 04 13:01:36 2008 +0000
@@ -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 -r 9f2e7601450b -r d8db63d5720a inputmethod/tomoe/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/tomoe/patches/patch-ab        Wed Jun 04 13:01:36 2008 +0000
@@ -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
+ 
+ 



Home | Main Index | Thread Index | Old Index