pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libiconv Remove the preprocessor test for '...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6761b5f75a6
branches: trunk
changeset: 537426:e6761b5f75a6
user: sketch <sketch%pkgsrc.org@localhost>
date: Tue Jan 08 22:08:36 2008 +0000
description:
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 53e508af5b10 -r e6761b5f75a6 converters/libiconv/distinfo
--- a/converters/libiconv/distinfo Tue Jan 08 20:58:30 2008 +0000
+++ b/converters/libiconv/distinfo Tue Jan 08 22:08:36 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2007/11/29 17:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.28 2008/01/08 22:08:36 sketch 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 53e508af5b10 -r e6761b5f75a6 converters/libiconv/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libiconv/patches/patch-ac Tue Jan 08 22:08:36 2008 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.5 2008/01/08 22:08:37 sketch 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