diff options
author | dholland <dholland> | 2012-07-06 04:54:25 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-07-06 04:54:25 +0000 |
commit | 4bb5c28384f1db163c29e8b5e750d5875e4b2d15 (patch) | |
tree | 01319349627e45d3f48a47e9e6f999778391503f /textproc/icu | |
parent | 2808ea1db01206b5cfc59db2189f192311cd472b (diff) | |
download | pkgsrc-4bb5c28384f1db163c29e8b5e750d5875e4b2d15.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/Makefile | 3 | ||||
-rw-r--r-- | textproc/icu/distinfo | 3 | ||||
-rw-r--r-- | textproc/icu/patches/patch-common_unicode_uset_h | 15 |
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 |