summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-01-15 07:15:12 +0000
committerschmonz <schmonz@pkgsrc.org>2021-01-15 07:15:12 +0000
commit10bf942b66df63e468ca5d95ae9539c04f1ec3d2 (patch)
treea81ca9ea2239fc751573ac06240e4aacd75bb232 /archivers
parente43805f8e5306078ba8dce213c240f7af3e6f396 (diff)
downloadpkgsrc-10bf942b66df63e468ca5d95ae9539c04f1ec3d2.tar.gz
Notably missing on macOS, with magic PLIST handling hiding its absence:
libzzip.dylib. Pass -f along with ln -s in the APPLE cases, too, so none of the bash install scripts exit early due to ln giving "File exists". Bump PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zziplib/Makefile3
-rw-r--r--archivers/zziplib/PLIST8
-rw-r--r--archivers/zziplib/distinfo4
-rw-r--r--archivers/zziplib/patches/patch-zzip_CMakeLists.txt30
4 files changed, 33 insertions, 12 deletions
diff --git a/archivers/zziplib/Makefile b/archivers/zziplib/Makefile
index 38b37a5ae31..83cdf5e91e1 100644
--- a/archivers/zziplib/Makefile
+++ b/archivers/zziplib/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2021/01/13 08:50:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2021/01/15 07:15:12 schmonz Exp $
DISTNAME= zziplib-0.13.72
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=gdraheim/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/archivers/zziplib/PLIST b/archivers/zziplib/PLIST
index 29437e9964e..48b0488f784 100644
--- a/archivers/zziplib/PLIST
+++ b/archivers/zziplib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/01/13 08:50:21 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/15 07:15:12 schmonz Exp $
bin/unzip-mem
bin/unzzip
bin/unzzip-big
@@ -31,29 +31,29 @@ include/zzip/write.h
include/zzip/zzip.h
include/zzip/zzip32.h
include/zziplib.h
+${PLIST.dylib}lib/libzzip-0.13.0.72.dylib
lib/libzzip-0.so
lib/libzzip-0.${SOEXT}.10
lib/libzzip-0.${SOEXT}.11
lib/libzzip-0.${SOEXT}.12
lib/libzzip-0.so.13
lib/libzzip-0.${SOEXT}.13.0.72
-${PLIST.dylib}lib/libzzip-0.13.0.72.dylib
lib/libzzip.so
+${PLIST.dylib}lib/libzzipfseeko-0.13.0.72.dylib
lib/libzzipfseeko-0.so
lib/libzzipfseeko-0.${SOEXT}.10
lib/libzzipfseeko-0.${SOEXT}.11
lib/libzzipfseeko-0.${SOEXT}.12
lib/libzzipfseeko-0.so.13
lib/libzzipfseeko-0.${SOEXT}.13.0.72
-${PLIST.dylib}lib/libzzipfseeko-0.13.0.72.dylib
lib/libzzipfseeko.so
+${PLIST.dylib}lib/libzzipmmapped-0.13.0.72.dylib
lib/libzzipmmapped-0.so
lib/libzzipmmapped-0.${SOEXT}.10
lib/libzzipmmapped-0.${SOEXT}.11
lib/libzzipmmapped-0.${SOEXT}.12
lib/libzzipmmapped-0.so.13
lib/libzzipmmapped-0.${SOEXT}.13.0.72
-${PLIST.dylib}lib/libzzipmmapped-0.13.0.72.dylib
lib/libzzipmmapped.so
lib/libzzipwrap-0.so
lib/libzzipwrap-0.so.13
diff --git a/archivers/zziplib/distinfo b/archivers/zziplib/distinfo
index b03a4b7cf8a..cab1e085ee7 100644
--- a/archivers/zziplib/distinfo
+++ b/archivers/zziplib/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2021/01/12 21:06:20 otis Exp $
+$NetBSD: distinfo,v 1.21 2021/01/15 07:15:12 schmonz Exp $
SHA1 (zziplib-0.13.72.tar.gz) = 330cab1c477196d2d26d30d5f4cb031647fd4597
RMD160 (zziplib-0.13.72.tar.gz) = d1bcdbf0df1e1eb222c31b8d4c659bb1a45744f4
SHA512 (zziplib-0.13.72.tar.gz) = 4bb089e74813c6fac9657cd96e44e4a6469bf86aba3980d885c4573e8db45e74fd07bbdfcec9f36297c72227c8c0b2c37dab1bc4326cef8529960e482fe501c8
Size (zziplib-0.13.72.tar.gz) = 1162175 bytes
-SHA1 (patch-zzip_CMakeLists.txt) = a296d43002028dea734b113432b22d4956bd1247
+SHA1 (patch-zzip_CMakeLists.txt) = 736f28d1617825d3c14a338ff3e022f53a746190
SHA1 (patch-zzipwrap_CMakeLists.txt) = 01df91186ccea06fec2a085f440e2151086700df
diff --git a/archivers/zziplib/patches/patch-zzip_CMakeLists.txt b/archivers/zziplib/patches/patch-zzip_CMakeLists.txt
index be83d101747..9039d43eb70 100644
--- a/archivers/zziplib/patches/patch-zzip_CMakeLists.txt
+++ b/archivers/zziplib/patches/patch-zzip_CMakeLists.txt
@@ -1,10 +1,15 @@
-$NetBSD: patch-zzip_CMakeLists.txt,v 1.1 2021/01/12 21:06:20 otis Exp $
+$NetBSD: patch-zzip_CMakeLists.txt,v 1.2 2021/01/15 07:15:12 schmonz Exp $
Use portable ln switches
--- zzip/CMakeLists.txt.orig 2021-01-04 23:05:08.000000000 +0000
+++ zzip/CMakeLists.txt
-@@ -294,13 +294,13 @@ if(ZZIP_COMPAT)
+@@ -290,17 +290,17 @@ if(ZZIP_COMPAT)
+ cd $DESTDIR/${libdir}
+ if [ -f ${lib}${libname}${librelease}.${libversion}${dll} ]; then
+ # Fix for APPLE where dylib goes in the end
+- ln -s ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
++ ln -sf ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
fi
[ -f ${lib}${libname}${librelease}${dll}.${libversion} ] || exit 0
echo -n .. Installing: `pwd`
@@ -22,7 +27,12 @@ Use portable ln switches
\")")
endif()
endif()
-@@ -321,13 +321,13 @@ if(ZZIP_LIBTOOL)
+@@ -317,17 +317,17 @@ if(ZZIP_LIBTOOL)
+ cd $DESTDIR/${libdir}
+ if [ -f ${lib}${libname}${librelease}.${libversion}${dll} ]; then
+ # Fix for APPLE where dylib goes in the end
+- ln -s ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
++ ln -sf ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
fi
[ -f ${lib}${libname}${librelease}${dll}.${libversion} ] || exit 0
echo -n .. Installing: `pwd`
@@ -40,7 +50,12 @@ Use portable ln switches
\")")
if(ZZIPFSEEKO)
get_target_property(libname libzzipfseeko OUTPUT_NAME)
-@@ -341,13 +341,13 @@ if(ZZIP_LIBTOOL)
+@@ -337,17 +337,17 @@ if(ZZIP_LIBTOOL)
+ cd $DESTDIR/${libdir}
+ if [ -f ${lib}${libname}${librelease}.${libversion}${dll} ]; then
+ # Fix for APPLE where dylib goes in the end
+- ln -s ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
++ ln -sf ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
fi
[ -f ${lib}${libname}${librelease}${dll}.${libversion} ] || exit 0
echo -n .. Installing: `pwd`
@@ -58,7 +73,12 @@ Use portable ln switches
\")")
endif(ZZIPFSEEKO)
if(ZZIPMMAPPED)
-@@ -362,13 +362,13 @@ if(ZZIP_LIBTOOL)
+@@ -358,17 +358,17 @@ if(ZZIP_LIBTOOL)
+ cd $DESTDIR/${libdir}
+ if [ -f ${lib}${libname}${librelease}.${libversion}${dll} ]; then
+ # Fix for APPLE where dylib goes in the end
+- ln -s ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
++ ln -sf ${lib}${libname}${librelease}.${libversion}${dll} ${lib}${libname}${librelease}${dll}.${libversion}
fi
[ -f ${lib}${libname}${librelease}${dll}.${libversion} ] || exit 0
echo -n .. Installing: `pwd`