pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2007Q4]: pkgsrc/converters/libiconv Pullup ticket 2258 - reque...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff879d161903
branches: pkgsrc-2007Q4
changeset: 537032:ff879d161903
user: ghen <ghen%pkgsrc.org@localhost>
date: Wed Jan 09 17:25:45 2008 +0000
description:
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
diffstat:
converters/libiconv/distinfo | 3 ++-
converters/libiconv/patches/patch-ac | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 1a7060f12afe -r ff879d161903 converters/libiconv/distinfo
--- a/converters/libiconv/distinfo Wed Jan 09 17:14:10 2008 +0000
+++ b/converters/libiconv/distinfo Wed Jan 09 17:25:45 2008 +0000
@@ -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 @@
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 -r 1a7060f12afe -r ff879d161903 converters/libiconv/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libiconv/patches/patch-ac Wed Jan 09 17:25:45 2008 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index