diff options
author | wiz <wiz> | 2007-08-08 21:57:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-08-08 21:57:16 +0000 |
commit | 67214e011b12f1ca3a642ccde11517669c6e130c (patch) | |
tree | 817b5ab28b8141a0d4dc71d28545bba7e37b4c47 /textproc/intltool | |
parent | 25087f3dfeb9ea448c937904a45e2179939066e5 (diff) | |
download | pkgsrc-67214e011b12f1ca3a642ccde11517669c6e130c.tar.gz |
Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 3 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 3 | ||||
-rw-r--r-- | textproc/intltool/patches/patch-aa | 18 |
3 files changed, 22 insertions, 2 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 4a53fa1a156..0a3b6d82110 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -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 --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 5727cc96973..d59e2dcb087 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -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 --git a/textproc/intltool/patches/patch-aa b/textproc/intltool/patches/patch-aa new file mode 100644 index 00000000000..f2d32312244 --- /dev/null +++ b/textproc/intltool/patches/patch-aa @@ -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._:]"; + |