summaryrefslogtreecommitdiff
path: root/textproc/icu
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2012-07-10 19:14:47 +0000
committerbsiegert <bsiegert>2012-07-10 19:14:47 +0000
commitf483920ac8be3bc4a3597ac343a210373c91042d (patch)
treed7593ed61b4ab9786d1df409da7c3ec78cad6856 /textproc/icu
parenta98af59832d39743a6e7436d42ab7bb22676667e (diff)
downloadpkgsrc-f483920ac8be3bc4a3597ac343a210373c91042d.tar.gz
Add MirBSD support and unbreak build on MirOS. No-op on other platforms
so no PKGREVISION bump.
Diffstat (limited to 'textproc/icu')
-rw-r--r--textproc/icu/Makefile4
-rw-r--r--textproc/icu/distinfo3
-rw-r--r--textproc/icu/patches/patch-common_putilimp.h13
3 files changed, 17 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index ca6f063888d..a70595bc34a 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2012/07/06 04:54:25 dholland Exp $
+# $NetBSD: Makefile,v 1.75 2012/07/10 19:14:47 bsiegert Exp $
DISTNAME= icu4c-49_1_2-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --disable-threads
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "MirBSD"
PLIST_SUBST+= MH_NAME=mh-bsd-gcc
.elif ${OPSYS} == "Linux"
PLIST_SUBST+= MH_NAME=mh-linux
diff --git a/textproc/icu/distinfo b/textproc/icu/distinfo
index 39089328741..c57f17f23a1 100644
--- a/textproc/icu/distinfo
+++ b/textproc/icu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2012/07/06 04:54:25 dholland Exp $
+$NetBSD: distinfo,v 1.30 2012/07/10 19:14:47 bsiegert Exp $
SHA1 (icu4c-49_1_2-src.tgz) = d8cee6d2b2a91a0da7464acd97a5b7b462d93225
RMD160 (icu4c-49_1_2-src.tgz) = e34aa54f4387ae4c195c72427a2bd25933456e94
@@ -8,6 +8,7 @@ SHA1 (patch-ab) = e6f4a08d0efabd8e6ae763289d975c1bc70e89c4
SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886
SHA1 (patch-ad) = f7f20248608e1326359d4464ace32e4ee3031fcb
SHA1 (patch-af) = c81168246649f191ebb19a61fb216e172aac3cc2
+SHA1 (patch-common_putilimp.h) = 45aa7bf3fcf1da1bf8705aa64a135f8a1caeba7e
SHA1 (patch-common_unicode_platform.h) = b95b826d8b1d9104fca71db85b8eaaa6b0c19843
SHA1 (patch-common_unicode_uset_h) = 4a429952f1ff3ca787217e65eb62198f3d3f967e
SHA1 (patch-common_uposixdefs.h) = abe1989ea4312702e5d0172b662409957b3e2d91
diff --git a/textproc/icu/patches/patch-common_putilimp.h b/textproc/icu/patches/patch-common_putilimp.h
new file mode 100644
index 00000000000..02809415d9b
--- /dev/null
+++ b/textproc/icu/patches/patch-common_putilimp.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-common_putilimp.h,v 1.1 2012/07/10 19:14:48 bsiegert Exp $
+
+--- common/putilimp.h.orig Fri Jun 22 08:38:46 2012
++++ common/putilimp.h
+@@ -119,6 +119,8 @@ typedef size_t uintptr_t;
+ # define U_TIMEZONE _timezone
+ #elif U_PLATFORM == U_PF_OS400
+ /* not defined */
++#elif defined(__MirBSD__)
++ /* not defined */
+ #else
+ # define U_TIMEZONE timezone
+ #endif