pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/intltool Do not insist on GNU iconv. NetBSD i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1cf503e1faa
branches: trunk
changeset: 531945:e1cf503e1faa
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Aug 08 21:57:16 2007 +0000
description:
Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
diffstat:
textproc/intltool/Makefile | 3 ++-
textproc/intltool/distinfo | 3 ++-
textproc/intltool/patches/patch-aa | 18 ++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 3aafa9996452 -r e1cf503e1faa textproc/intltool/Makefile
--- a/textproc/intltool/Makefile Wed Aug 08 21:44:14 2007 +0000
+++ b/textproc/intltool/Makefile Wed Aug 08 21:57:16 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2007/08/07 06:09:52 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2007/08/08 21:57:16 wiz Exp $
#
DISTNAME= intltool-0.36.0
+PKGREVISION= 1
CATEGORIES= textproc devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.36/}
EXTRACT_SUFX= .tar.bz2
diff -r 3aafa9996452 -r e1cf503e1faa textproc/intltool/distinfo
--- a/textproc/intltool/distinfo Wed Aug 08 21:44:14 2007 +0000
+++ b/textproc/intltool/distinfo Wed Aug 08 21:57:16 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.25 2007/08/07 06:09:53 wiz Exp $
+$NetBSD: distinfo,v 1.26 2007/08/08 21:57:16 wiz Exp $
SHA1 (intltool-0.36.0.tar.bz2) = 991aafd9b215e6131a57be2f8ed76df422e968da
RMD160 (intltool-0.36.0.tar.bz2) = 43d1b62f04d32cc5ddc7a6c2ccc99a4c97d5f495
Size (intltool-0.36.0.tar.bz2) = 137765 bytes
+SHA1 (patch-aa) = fedbd07edf7a659f1d6bb4a2a4e4557ea387ead5
diff -r 3aafa9996452 -r e1cf503e1faa textproc/intltool/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/intltool/patches/patch-aa Wed Aug 08 21:57:16 2007 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.8 2007/08/08 21:57:16 wiz Exp $
+
+--- intltool-merge.in.in.orig 2007-08-03 01:35:52.000000000 +0200
++++ intltool-merge.in.in
+@@ -115,13 +115,6 @@ sub isGNUGettextTool
+ return 0;
+ }
+
+-if (! isGNUGettextTool ("$iconv"))
+-{
+- print STDERR " *** GNU iconv is not found on this system!\n".
+- " *** Without it, intltool-merge can not convert encodings.\n";
+- exit;
+-}
+-
+ # Use this instead of \w for XML files to handle more possible characters.
+ my $w = "[-A-Za-z0-9._:]";
+
Home |
Main Index |
Thread Index |
Old Index