[90863] trunk/dports/archivers/libzzip

jmr at macports.org jmr at macports.org
Fri Mar 16 02:37:07 PDT 2012


Revision: 90863
          https://trac.macports.org/changeset/90863
Author:   jmr at macports.org
Date:     2012-03-16 02:37:07 -0700 (Fri, 16 Mar 2012)
Log Message:
-----------
libzzip: update to 0.13.62, disable use of pax so tar is used instead (#28965)

Modified Paths:
--------------
    trunk/dports/archivers/libzzip/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/libzzip/files/patch-configure.ac.diff
    trunk/dports/archivers/libzzip/files/patch-configure.diff

Modified: trunk/dports/archivers/libzzip/Portfile
===================================================================
--- trunk/dports/archivers/libzzip/Portfile	2012-03-16 09:35:56 UTC (rev 90862)
+++ trunk/dports/archivers/libzzip/Portfile	2012-03-16 09:37:07 UTC (rev 90863)
@@ -5,12 +5,11 @@
 
 name            libzzip
 set my_name     zziplib
-version         0.13.60
+version         0.13.62
 set minor       [lindex [split ${version} .] 1]
-revision        1
 categories      archivers devel
 platforms       darwin
-license         LGPL-2+
+license         LGPL
 maintainers     nomaintainer
 description     library providing read access on ZIP-archives
 
@@ -26,8 +25,9 @@
 distname        ${my_name}-${version}
 use_bzip2       yes
 
-checksums       sha1    821ff9a7984ddccb6734e4a753e401e93c7d47ee \
-                rmd160  1640194821a456593c843288c65ec2ba1ffd2504
+checksums       md5 5fe874946390f939ee8f4abe9624b96c \
+                sha1 cf8b642abd9db618324a1b98cc71492a007cd687 \
+                rmd160 f616e17d874175b628f3955c7bb9501490dd00aa
 
 depends_build   port:pkgconfig \
                 port:xmlto
@@ -38,15 +38,9 @@
 
 set docdir ${prefix}/share/doc/${name}
 
-if {[variant_isset universal]} {
-    patchfiles-append patch-configure.ac.diff
-    use_autoconf yes
-} else {
-    patchfiles-append patch-configure.diff
-}
+configure.python    /usr/bin/python
+configure.env       ac_cv_path_PAX=":"
 
-configure.env   PYTHON=/usr/bin/python
-
 post-configure {
     set builddir [glob -dir ${worksrcpath} "Darwin*.d"]
     reinplace -E {s|-arch [a-z0-9_]+||g} \
@@ -54,11 +48,6 @@
         ${builddir}/zzip/zziplib.pc
 }
 
-# pax doesn't handle 32-bit uids, so running as nobody makes it fail...
-if {[getuid] == 0 && $macportsuser == "nobody"} {
-    build.asroot yes
-}
-
 post-destroot {
     xinstall -d ${destroot}${docdir}/html
 

Deleted: trunk/dports/archivers/libzzip/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/archivers/libzzip/files/patch-configure.ac.diff	2012-03-16 09:35:56 UTC (rev 90862)
+++ trunk/dports/archivers/libzzip/files/patch-configure.ac.diff	2012-03-16 09:37:07 UTC (rev 90863)
@@ -1,19 +0,0 @@
---- configure.ac.orig	2010-05-08 08:36:29.000000000 -0500
-+++ configure.ac	2012-02-20 23:14:21.000000000 -0600
-@@ -110,7 +110,6 @@
- AC_CHECK_TYPE(__int64,long long)
- AC_COMPILE_CHECK_SIZEOF(short)
- AC_COMPILE_CHECK_SIZEOF(int)
--AC_COMPILE_CHECK_SIZEOF(long)
- AC_C_BIGENDIAN
- AX_CHECK_ALIGNED_ACCESS_REQUIRED
- dnl -------------------------------------------------------------
-@@ -292,7 +291,7 @@
- # ---------------------------------------------------------------
- AC_MSG_CHECKING([link options])
- ZZIPLIB_LDFLAGS=""
--test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
-+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
- RESOLVES=" # "
- case "$host_os" in mingw*)
-     ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"

Deleted: trunk/dports/archivers/libzzip/files/patch-configure.diff
===================================================================
--- trunk/dports/archivers/libzzip/files/patch-configure.diff	2012-03-16 09:35:56 UTC (rev 90862)
+++ trunk/dports/archivers/libzzip/files/patch-configure.diff	2012-03-16 09:37:07 UTC (rev 90863)
@@ -1,11 +0,0 @@
---- configure.orig	2010-12-29 10:07:16.000000000 -0600
-+++ configure	2012-02-20 23:13:41.000000000 -0600
-@@ -13713,7 +13713,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking link options" >&5
- $as_echo_n "checking link options... " >&6; }
- ZZIPLIB_LDFLAGS=""
--test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
-+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
- RESOLVES=" # "
- case "$host_os" in mingw*)
-     ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/e0679255/attachment-0001.html>


More information about the macports-changes mailing list