diff options
author | joerg <joerg> | 2005-12-30 23:49:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-30 23:49:08 +0000 |
commit | bc91741a114e68d4b5d990cd79a03b573a69d311 (patch) | |
tree | 55c90ac5948d57db5e3c84d31b69b249fa7bd710 /textproc/icu | |
parent | 444c90f2d830addbb4e328cea3d1e5b15bb0b74a (diff) | |
download | pkgsrc-bc91741a114e68d4b5d990cd79a03b573a69d311.tar.gz |
Add DragonFly support.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 4 | ||||
-rw-r--r-- | textproc/icu/distinfo | 4 | ||||
-rw-r--r-- | textproc/icu/patches/patch-ad | 14 | ||||
-rw-r--r-- | textproc/icu/patches/patch-af | 13 |
4 files changed, 32 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 85ded117835..24040004614 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/12/29 06:22:19 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2005/12/30 23:49:08 joerg Exp $ # DISTNAME= icu-3.2 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --disable-threads .include "../../mk/compiler.mk" -.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly" 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 6ac6572837e..55974cb4545 100644 --- a/textproc/icu/distinfo +++ b/textproc/icu/distinfo @@ -1,8 +1,10 @@ -$NetBSD: distinfo,v 1.10 2005/03/27 10:27:20 recht Exp $ +$NetBSD: distinfo,v 1.11 2005/12/30 23:49:08 joerg Exp $ SHA1 (icu-3.2.tgz) = 23fa1feb893a562408e6f13fcf968a6177d8aa6e RMD160 (icu-3.2.tgz) = 69720d12c5076de4f7ff865a6709d405ce3f1bb5 Size (icu-3.2.tgz) = 9587961 bytes SHA1 (patch-aa) = 108ac871bfbf72c97ef2241e2d7294f3084f9c8b SHA1 (patch-ab) = 86ca3d2cd4ba2e71132b41f3a1d26fb2778448cf +SHA1 (patch-ad) = 4080b584553446485084b34f177131edecce9ba9 SHA1 (patch-ae) = 39ea97c492859e09386dde595004927a2d4537c8 +SHA1 (patch-af) = cbf5c84b69c6a02d33d61f63c55838cda4ed5c17 diff --git a/textproc/icu/patches/patch-ad b/textproc/icu/patches/patch-ad new file mode 100644 index 00000000000..d5c02974b25 --- /dev/null +++ b/textproc/icu/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.6 2005/12/30 23:49:08 joerg Exp $ + +--- configure.orig 2005-12-30 22:47:03.000000000 +0000 ++++ configure +@@ -1552,7 +1552,8 @@ powerpc*-*-linux*) + else + icu_cv_host_frag=mh-cygwin-msvc + fi ;; +-*-*-*bsd*) icu_cv_host_frag=mh-bsd-gcc ;; ++*-*-*bsd*|*-*-dragonfly*) ++ icu_cv_host_frag=mh-bsd-gcc ;; + *-*-aix*) + if test "$GCC" = yes; then + icu_cv_host_frag=mh-aix-gcc diff --git a/textproc/icu/patches/patch-af b/textproc/icu/patches/patch-af new file mode 100644 index 00000000000..3da2a5efa9f --- /dev/null +++ b/textproc/icu/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.6 2005/12/30 23:49:08 joerg Exp $ + +--- runConfigureICU.orig 2005-12-30 22:46:43.000000000 +0000 ++++ runConfigureICU +@@ -284,7 +284,7 @@ case $platform in + RELEASE_CFLAGS='-O2' + RELEASE_CXXFLAGS='-O2' + ;; +- *BSD) ++ *BSD | DragonFly) + THE_OS="BSD" + THE_COMP="the GNU C++" + CC=gcc; export CC |