summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-01-09 17:25:45 +0000
committerghen <ghen@pkgsrc.org>2008-01-09 17:25:45 +0000
commit91318e73e4a02409e0dbf9089483d334c9c11613 (patch)
tree8fdedb40288326513c9b88dbb9155637f7eb8be3
parentbc1423c77fd0cd7924fa12e3f85c6a6218b8fdf0 (diff)
downloadpkgsrc-91318e73e4a02409e0dbf9089483d334c9c11613.tar.gz
Pullup ticket 2258 - requested by sketch
build fix for libiconv - pkgsrc/converters/libiconv/distinfo 1.28 - pkgsrc/converters/libiconv/patches/patch-ac 1.5 Module Name: pkgsrc Committed By: sketch Date: Tue Jan 8 22:08:37 UTC 2008 Modified Files: pkgsrc/converters/libiconv: distinfo Added Files: pkgsrc/converters/libiconv/patches: patch-ac Log Message: Remove the preprocessor test for 'long long int', it fails with SunPro causing later compile-time tests to break. Taken from gnulib change in http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00075.html
-rw-r--r--converters/libiconv/distinfo3
-rw-r--r--converters/libiconv/patches/patch-ac18
2 files changed, 20 insertions, 1 deletions
diff --git a/converters/libiconv/distinfo b/converters/libiconv/distinfo
index eb5af3bb412..77ed7af2be0 100644
--- a/converters/libiconv/distinfo
+++ b/converters/libiconv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2007/11/29 17:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.27.2.1 2008/01/09 17:25:45 ghen Exp $
SHA1 (libiconv-1.12-cp932.patch.gz) = 7c433e19a61a15bd9585e01c0a6fbe2eb9129625
RMD160 (libiconv-1.12-cp932.patch.gz) = 33eb9758470f5e7ca0608fc478ea1342bf6bd0dc
@@ -8,5 +8,6 @@ RMD160 (libiconv-1.12.tar.gz) = 74a63c1a2963ac1729c1ac7adfec8fd397a685bd
Size (libiconv-1.12.tar.gz) = 4513309 bytes
SHA1 (patch-aa) = 2ae2484e92362fc3ac6ecd06f8c8bf6c634fcda9
SHA1 (patch-ab) = d459b849adf870c345007d11a0a9dc790649adbc
+SHA1 (patch-ac) = a27e8ab5a776a2bc8b2c790eabff5c15985d9584
SHA1 (patch-ae) = e18c4d9dd76b27e40c8dcd273f856fe5933f72bc
SHA1 (patch-af) = de976e1f97fa5f8b973be1a225ae3e0ee2352851
diff --git a/converters/libiconv/patches/patch-ac b/converters/libiconv/patches/patch-ac
new file mode 100644
index 00000000000..32b8dcdf9c3
--- /dev/null
+++ b/converters/libiconv/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.4.2.1 2008/01/09 17:25:45 ghen Exp $
+
+--- configure.orig Tue Jan 8 21:38:03 2008
++++ configure Tue Jan 8 21:38:25 2008
+@@ -25733,13 +25733,6 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-/* Test preprocessor. */
+- #if ! (-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+- error in preprocessor;
+- #endif
+- #if ! (18446744073709551615ULL <= -1ull)
+- error in preprocessor;
+- #endif
+ /* Test literals. */
+ long long int ll = 9223372036854775807ll;
+ long long int nll = -9223372036854775807LL;