pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/zziplib Apply patches to compile on AIX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e26db4134d6
branches:  trunk
changeset: 567645:4e26db4134d6
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Nov 22 20:35:25 2009 +0000

description:
Apply patches to compile on AIX

diffstat:

 archivers/zziplib/distinfo         |   7 ++++++-
 archivers/zziplib/patches/patch-ba |  24 ++++++++++++++++++++++++
 archivers/zziplib/patches/patch-bb |  15 +++++++++++++++
 archivers/zziplib/patches/patch-bc |  15 +++++++++++++++
 archivers/zziplib/patches/patch-bd |  24 ++++++++++++++++++++++++
 archivers/zziplib/patches/patch-be |  15 +++++++++++++++
 6 files changed, 99 insertions(+), 1 deletions(-)

diffs (129 lines):

diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/distinfo
--- a/archivers/zziplib/distinfo        Sun Nov 22 19:52:51 2009 +0000
+++ b/archivers/zziplib/distinfo        Sun Nov 22 20:35:25 2009 +0000
@@ -1,6 +1,11 @@
-$NetBSD: distinfo,v 1.7 2009/07/26 19:31:02 drochner Exp $
+$NetBSD: distinfo,v 1.8 2009/11/22 20:35:25 sno Exp $
 
 SHA1 (zziplib-0.13.56.tar.bz2) = aa8cebc8c5e815a1071b17c6878876adedc4a333
 RMD160 (zziplib-0.13.56.tar.bz2) = c217cff4c4b1ec6bc868a0d89a55c75b8ea46fa9
 Size (zziplib-0.13.56.tar.bz2) = 696931 bytes
 SHA1 (patch-aa) = 6bfead43e5dae726861a8d1c21ed829126e64b41
+SHA1 (patch-ba) = 8b62c70f25a3fa82c611c1c6ad39b9c9bd66878d
+SHA1 (patch-bb) = d9c2091ef8d6a7ee989d2f521f61e6fadc4c3539
+SHA1 (patch-bc) = 7fb2160539fe8ae9ece7c8acc5747b34c82e2791
+SHA1 (patch-bd) = f9bacfd878ff3ed86a03dd3b9d52fd0cca03a2bf
+SHA1 (patch-be) = ae2b2190e9d10828094e36666445a91833b7a3ef
diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/patches/patch-ba
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zziplib/patches/patch-ba        Sun Nov 22 20:35:25 2009 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ba,v 1.1 2009/11/22 20:35:25 sno Exp $
+
+replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
+
+--- configure.orig     2009-05-30 17:09:35.000000000 +0200
++++ configure  2009-05-30 17:12:17.000000000 +0200
+@@ -5501,7 +5501,7 @@
+   if test "$ld_shlibs" = yes; then
+     runpath_var=LD_RUN_PATH
+     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+-    export_dynamic_flag_spec='${wl}--export-dynamic'
++    export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}'
+     case $host_os in
+     cygwin* | mingw* | pw32*)
+       # dlltool doesn't understand --whole-archive et. al.
+@@ -9601,7 +9601,7 @@
+     RESOLVES=' '
+   ;;
+   *)
+-    ZZIPLIB_LDFLAGS="--export-dynamic"
++    ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+     RESOLVES=' # '
+   ;;
+ esac
diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/patches/patch-bb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zziplib/patches/patch-bb        Sun Nov 22 20:35:25 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-bb,v 1.1 2009/11/22 20:35:25 sno Exp $
+
+replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
+
+--- configure.ac.orig  2009-05-30 17:09:44.000000000 +0200
++++ configure.ac       2009-05-30 17:12:40.000000000 +0200
+@@ -288,7 +288,7 @@
+     RESOLVES=' '
+   ;;
+   *)
+-    ZZIPLIB_LDFLAGS="--export-dynamic"
++    ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+     RESOLVES=' # '
+   ;;
+ esac
diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/patches/patch-bc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zziplib/patches/patch-bc        Sun Nov 22 20:35:25 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-bc,v 1.1 2009/11/22 20:35:25 sno Exp $
+
+replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
+
+--- aclocal.m4.orig    2009-05-30 17:09:55.000000000 +0200
++++ aclocal.m4 2009-05-30 17:13:08.000000000 +0200
+@@ -3856,7 +3856,7 @@
+   if test "$ld_shlibs" = yes; then
+     runpath_var=LD_RUN_PATH
+     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+-    export_dynamic_flag_spec='${wl}--export-dynamic'
++    export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}'
+     case $host_os in
+     cygwin* | mingw* | pw32*)
+       # dlltool doesn't understand --whole-archive et. al.
diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/patches/patch-bd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zziplib/patches/patch-bd        Sun Nov 22 20:35:25 2009 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-bd,v 1.1 2009/11/22 20:35:25 sno Exp $
+
+replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
+
+--- zziplib/configure.orig     2009-05-30 17:10:08.000000000 +0200
++++ zziplib/configure  2009-05-30 17:13:49.000000000 +0200
+@@ -5017,7 +5017,7 @@
+   if test "$ld_shlibs" = yes; then
+     runpath_var=LD_RUN_PATH
+     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+-    export_dynamic_flag_spec='${wl}--export-dynamic'
++    export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}'
+     case $host_os in
+     cygwin* | mingw* | pw32*)
+       # dlltool doesn't understand --whole-archive et. al.
+@@ -8553,7 +8553,7 @@
+     RESOLVES=' '
+   ;;
+   *)
+-    ZZIPLIB_LDFLAGS="--export-dynamic"
++    ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+     RESOLVES=' # '
+   ;;
+ esac
diff -r d3d8be7b44c8 -r 4e26db4134d6 archivers/zziplib/patches/patch-be
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/zziplib/patches/patch-be        Sun Nov 22 20:35:25 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-be,v 1.1 2009/11/22 20:35:25 sno Exp $
+
+replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
+
+--- zziplib/configure.ac.orig  2009-05-30 17:10:18.000000000 +0200
++++ zziplib/configure.ac       2009-05-30 17:14:09.000000000 +0200
+@@ -226,7 +226,7 @@
+     RESOLVES=' '
+   ;;
+   *)
+-    ZZIPLIB_LDFLAGS="--export-dynamic"
++    ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+     RESOLVES=' # '
+   ;;
+ esac



Home | Main Index | Thread Index | Old Index