Update to version 0.13.58, can anybody test if it builds on a static arch (our patch has been modified and committed upstream) ?
 Cheers & Thanks
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/zziplib/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    25 May 2009 15:29:24 -0000      1.4
+++ Makefile    27 Oct 2009 19:00:23 -0000
@@ -2,10 +2,10 @@
 
 COMMENT=       lightweight library for extracting data from zip files
 
-DISTNAME=      zziplib-0.13.52
+DISTNAME=      zziplib-0.13.58
 CATEGORIES=    archivers
 
-SHARED_LIBS += zzip            13.52 \
+SHARED_LIBS += zzip            14.52 \
                zzipfseeko      13.52 \
                zzipmmapped     13.52 \
                zzipwrap        13.52
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/zziplib/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    25 May 2009 15:29:24 -0000      1.3
+++ distinfo    27 Oct 2009 19:00:23 -0000
@@ -1,5 +1,5 @@
-MD5 (zziplib-0.13.52.tar.bz2) = U80R/ajGH7eTXkw1Fuan6Q==
-RMD160 (zziplib-0.13.52.tar.bz2) = cBW5vxXzTEx2oq66YjZ4QvxGT9I=
-SHA1 (zziplib-0.13.52.tar.bz2) = dHLew1MBKS4DGQnoALkpt8pL+Eo=
-SHA256 (zziplib-0.13.52.tar.bz2) = e5J1ikRB+FyacZySu0Kn+wrmr5NtIBCkmB5J9GlVBWs=
-SIZE (zziplib-0.13.52.tar.bz2) = 697146
+MD5 (zziplib-0.13.58.tar.bz2) = oPdDpaQsokWyAD7K6pWEhw==
+RMD160 (zziplib-0.13.58.tar.bz2) = 1YlGtlw8C3JnENSHdR9ey1KgGqA=
+SHA1 (zziplib-0.13.58.tar.bz2) = QlUpDeO2betKcjOrQXJ8G1Zznow=
+SHA256 (zziplib-0.13.58.tar.bz2) = VQiAn9H1ogQ2O/HjMt3FZEB0FGSZR5NqaRj0jKJxSY4=
+SIZE (zziplib-0.13.58.tar.bz2) = 697043
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     25 May 2009 15:29:24 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$OpenBSD: patch-configure,v 1.3 2009/05/25 15:29:24 giovanni Exp $
---- configure.orig      Fri May 22 16:44:45 2009
-+++ configure   Sun May 24 14:09:41 2009
-@@ -9126,7 +9126,11 @@ $as_echo_n "checking whether the $compiler linker ($LD
-     # here allows them to be overridden if necessary.
-     runpath_var=LD_RUN_PATH
-     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
--    export_dynamic_flag_spec='${wl}--export-dynamic'
-+    if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-+     export_dynamic_flag_spec='${wl}--export-dynamic'
-+    else
-+     export_dynamic_flag_spec=
-+    fi
-     # ancient GNU ld didn't support --whole-archive et. al.
-     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience 
'"$wlarc"'--no-whole-archive'
-@@ -16176,7 +16180,11 @@ case "$host_os" in
-     RESOLVES=' '
-   ;;
-   *)
--    ZZIPLIB_LDFLAGS="--export-dynamic"
-+    if test "$ld_shlibs" = no; then
-+       ZZIPLIB_LDFLAGS=""
-+    else
-+       ZZIPLIB_LDFLAGS="--export-dynamic"
-+    fi
-     RESOLVES=' # '
-   ;;
- esac
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/zziplib/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   23 Mar 2009 18:06:28 -0000      1.2
+++ pkg/PLIST   27 Oct 2009 19:00:23 -0000
@@ -67,6 +67,7 @@ lib/pkgconfig/zzipwrap.pc
 @man man/man3/zzip_dir_stat.3
 @man man/man3/zzip_dirfd.3
 @man man/man3/zzip_dirhandle.3
+...@man man/man3/zzip_disk_buffer.3
 @man man/man3/zzip_disk_close.3
 @man man/man3/zzip_disk_entry_fopen.3
 @man man/man3/zzip_disk_entry_strdup_comment.3

Reply via email to