summaryrefslogtreecommitdiff
path: root/textproc/icu
diff options
context:
space:
mode:
authordholland <dholland>2012-07-06 04:54:25 +0000
committerdholland <dholland>2012-07-06 04:54:25 +0000
commit134229349f09064dcc8cc44f58ef408e5538689c (patch)
tree01319349627e45d3f48a47e9e6f999778391503f /textproc/icu
parentba04eb73c4bc9685f4ddae480520f8af6f6f9c7e (diff)
downloadpkgsrc-134229349f09064dcc8cc44f58ef408e5538689c.tar.gz
Functions with empty args should be declared (void), not (). Fixes build
of lang/parrot. PKGREVISION -> 1.
Diffstat (limited to 'textproc/icu')
-rw-r--r--textproc/icu/Makefile3
-rw-r--r--textproc/icu/distinfo3
-rw-r--r--textproc/icu/patches/patch-common_unicode_uset_h15
3 files changed, 19 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 1aa60910529..ca6f063888d 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2012/07/03 18:37:26 adam Exp $
+# $NetBSD: Makefile,v 1.74 2012/07/06 04:54:25 dholland Exp $
DISTNAME= icu4c-49_1_2-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz
diff --git a/textproc/icu/distinfo b/textproc/icu/distinfo
index e75c526ae29..39089328741 100644
--- a/textproc/icu/distinfo
+++ b/textproc/icu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2012/07/03 18:37:26 adam Exp $
+$NetBSD: distinfo,v 1.29 2012/07/06 04:54:25 dholland Exp $
SHA1 (icu4c-49_1_2-src.tgz) = d8cee6d2b2a91a0da7464acd97a5b7b462d93225
RMD160 (icu4c-49_1_2-src.tgz) = e34aa54f4387ae4c195c72427a2bd25933456e94
@@ -9,5 +9,6 @@ SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886
SHA1 (patch-ad) = f7f20248608e1326359d4464ace32e4ee3031fcb
SHA1 (patch-af) = c81168246649f191ebb19a61fb216e172aac3cc2
SHA1 (patch-common_unicode_platform.h) = b95b826d8b1d9104fca71db85b8eaaa6b0c19843
+SHA1 (patch-common_unicode_uset_h) = 4a429952f1ff3ca787217e65eb62198f3d3f967e
SHA1 (patch-common_uposixdefs.h) = abe1989ea4312702e5d0172b662409957b3e2d91
SHA1 (patch-config_icu-config-bottom) = 4a167249d58cb6c729bc164e6abae869dd5e6b1a
diff --git a/textproc/icu/patches/patch-common_unicode_uset_h b/textproc/icu/patches/patch-common_unicode_uset_h
new file mode 100644
index 00000000000..80d1cdc1add
--- /dev/null
+++ b/textproc/icu/patches/patch-common_unicode_uset_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-common_unicode_uset_h,v 1.1 2012/07/06 04:54:25 dholland Exp $
+
+Declare functions with prototypes. (Otherwise some client packages break.)
+
+--- common/unicode/uset.h.orig 2012-06-01 14:52:36.000000000 +0000
++++ common/unicode/uset.h
+@@ -251,7 +251,7 @@ typedef struct USerializedSet {
+ * @stable ICU 4.2
+ */
+ U_STABLE USet* U_EXPORT2
+-uset_openEmpty();
++uset_openEmpty(void);
+
+ /**
+ * Creates a USet object that contains the range of characters