diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index e477bd44e7ca..79fb198885b8 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -1,48 +1,48 @@ PORTNAME= zziplib -PORTVERSION= 0.13.78 +PORTVERSION= 0.13.79 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to provide transparent read access to zipped files WWW= https://github.com/gdraheim/zziplib LICENSE= LGPL21 MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LICENSE_FILE_MPL11= ${WRKSRC}/docs/COPYING.MPL BUILD_DEPENDS= bash:shells/bash USES= cmake compiler:c11 cpe pathfix CMAKE_OFF= FORTIFY MSVC_STATIC_RUNTIME ZZIP_COMPAT ZZIP_LIBLATEST ZZIP_LIBTOOL CMAKE_ON= BUILD_SHARED_LIBS ZZIP_PKGCONFIG ZZIPBINS ZZIPFSEEKO ZZIPMMAPPED ZZIPWRAP TEST_TARGET= check USE_LDCONFIG= yes PLIST_SUB= SHLIB_VER=${PORTVERSION:R:E}.0.${PORTVERSION:E} CPE_VENDOR= zziplib_project USE_GITHUB= yes GH_ACCOUNT= gdraheim PORTSCOUT= limit:^0\. OPTIONS_DEFINE= MANPAGES SDL TEST OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes MANPAGES_CMAKE_ARGS= -DZZIP_HTMLSITE=OFF -DZZIP_HTMPAGES=OFF -DZZIP_MANPAGES=ON MANPAGES_CMAKE_BOOL= ZZIPDOCS MANPAGES_USES= python:build shebangfix MANPAGES_VARS= SHEBANG_GLOB=*.py SDL_CMAKE_BOOL= ZZIPSDL SDL_USE= SDL=sdl2 SDL_USES= localbase:ldflags pkgconfig sdl TEST_BUILD_DEPENDS= zip:archivers/zip TEST_CMAKE_BOOL= BUILD_TESTS ZZIPTEST TEST_CMAKE_BOOL_OFF= ZZIP_TESTCVE .include diff --git a/devel/zziplib/distinfo b/devel/zziplib/distinfo index 4a22de221473..99bd90865ee8 100644 --- a/devel/zziplib/distinfo +++ b/devel/zziplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084520 -SHA256 (gdraheim-zziplib-v0.13.78_GH0.tar.gz) = feaeee7c34f18aa27bd3da643cc6a47d04d2c41753a59369d09102d79b9b0a31 -SIZE (gdraheim-zziplib-v0.13.78_GH0.tar.gz) = 1190713 +TIMESTAMP = 1745936028 +SHA256 (gdraheim-zziplib-v0.13.79_GH0.tar.gz) = ed6f3017bb353b4a8f730c31a2fa065adb2d264c00d922aada48a5893eda26e4 +SIZE (gdraheim-zziplib-v0.13.79_GH0.tar.gz) = 1197706 diff --git a/devel/zziplib/files/patch-zzip-CMakeLists.txt b/devel/zziplib/files/patch-zzip-CMakeLists.txt index 9029e93c85ac..7dbf32e25845 100644 --- a/devel/zziplib/files/patch-zzip-CMakeLists.txt +++ b/devel/zziplib/files/patch-zzip-CMakeLists.txt @@ -1,22 +1,31 @@ ---- zzip/CMakeLists.txt.orig 2021-01-04 23:05:08 UTC +--- zzip/CMakeLists.txt.orig 2025-04-18 21:40:05 UTC +++ zzip/CMakeLists.txt -@@ -189,16 +189,16 @@ target_link_libraries(libzzipmmapped ZLIB::ZLIB ) - target_include_directories (libzzipmmapped PRIVATE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}) +@@ -242,16 +242,16 @@ endif() + add_custom_target(libzzipmmapped.gcov DEPENDS libzzipmmapped.so.gcov) endif() -set_target_properties(libzzip PROPERTIES OUTPUT_NAME "zzip" RELEASE_POSTFIX "-${RELNUM}") +set_target_properties(libzzip PROPERTIES OUTPUT_NAME "zzip") SET_TARGET_PROPERTIES(libzzip PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) if(ZZIPFSEEKO) -set_target_properties(libzzipfseeko PROPERTIES OUTPUT_NAME "zzipfseeko" RELEASE_POSTFIX "-${RELNUM}") +set_target_properties(libzzipfseeko PROPERTIES OUTPUT_NAME "zzipfseeko") SET_TARGET_PROPERTIES(libzzipfseeko PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) endif() if(ZZIPMMAPPED) -set_target_properties(libzzipmmapped PROPERTIES OUTPUT_NAME "zzipmmapped" RELEASE_POSTFIX "-${RELNUM}") +set_target_properties(libzzipmmapped PROPERTIES OUTPUT_NAME "zzipmmapped") SET_TARGET_PROPERTIES(libzzipmmapped PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM}) endif() +@@ -304,7 +304,7 @@ install(FILES ${outdir}/zziplib.pc ${outdir}/zzipmmapp + + if(ZZIP_PKGCONFIG) + install(FILES ${outdir}/zziplib.pc ${outdir}/zzipmmapped.pc ${outdir}/zzipfseeko.pc +- DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig" ) ++ DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" ) + endif() + + install(FILES ${libzzip_HDRS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/zzip ) diff --git a/devel/zziplib/pkg-plist b/devel/zziplib/pkg-plist index 04e2e29eb932..d2fedfa021a6 100644 --- a/devel/zziplib/pkg-plist +++ b/devel/zziplib/pkg-plist @@ -1,123 +1,125 @@ bin/unzip-mem bin/unzzip bin/unzzip-big bin/unzzip-mem bin/unzzip-mix bin/zzcat bin/zzdir bin/zzxorcat bin/zzxorcopy bin/zzxordir %%SDL%%include/SDL_rwops_zzip/SDL_rwops_zzip.c %%SDL%%include/SDL_rwops_zzip/SDL_rwops_zzip.h include/zzip/_config.h include/zzip/_msvc.h include/zzip/cdecl.h include/zzip/conf.h include/zzip/cstdint.h include/zzip/fetch.h include/zzip/file.h include/zzip/format.h include/zzip/fseeko.h include/zzip/info.h include/zzip/lib.h include/zzip/memdisk.h include/zzip/mmapped.h include/zzip/plugin.h include/zzip/stdint.h include/zzip/types.h include/zzip/wrap.h include/zzip/write.h include/zzip/zzip.h include/zzip/zzip32.h lib/cmake/zziplib/zziplib-config.cmake lib/cmake/zziplib/zziplibTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/zziplib/zziplibTargets.cmake lib/libzzip.so lib/libzzip.so.13 lib/libzzip.so.%%SHLIB_VER%% lib/libzzipfseeko.so lib/libzzipfseeko.so.13 lib/libzzipfseeko.so.%%SHLIB_VER%% lib/libzzipmmapped.so lib/libzzipmmapped.so.13 lib/libzzipmmapped.so.%%SHLIB_VER%% lib/libzzipwrap.so lib/libzzipwrap.so.13 lib/libzzipwrap.so.%%SHLIB_VER%% %%SDL%%libdata/pkgconfig/SDL_rwops_zzip.pc libdata/pkgconfig/zzipfseeko.pc libdata/pkgconfig/zziplib.pc libdata/pkgconfig/zzipmmapped.pc libdata/pkgconfig/zzipwrap.pc share/aclocal/zziplib.m4 %%MANPAGES%%share/man/man3/__zzip_fetch_disk_trailer.3.gz %%MANPAGES%%share/man/man3/__zzip_parse_root_directory.3.gz %%MANPAGES%%share/man/man3/__zzip_try_open.3.gz %%MANPAGES%%share/man/man3/zzip_close.3.gz %%MANPAGES%%share/man/man3/zzip_closedir.3.gz %%MANPAGES%%share/man/man3/zzip_compr_str.3.gz %%MANPAGES%%share/man/man3/zzip_dir_alloc.3.gz %%MANPAGES%%share/man/man3/zzip_dir_alloc_ext_io.3.gz %%MANPAGES%%share/man/man3/zzip_dir_close.3.gz %%MANPAGES%%share/man/man3/zzip_dir_fdopen.3.gz %%MANPAGES%%share/man/man3/zzip_dir_fdopen_ext_io.3.gz %%MANPAGES%%share/man/man3/zzip_dir_free.3.gz %%MANPAGES%%share/man/man3/zzip_dir_open.3.gz %%MANPAGES%%share/man/man3/zzip_dir_open_ext_io.3.gz %%MANPAGES%%share/man/man3/zzip_dir_read.3.gz %%MANPAGES%%share/man/man3/zzip_dir_real.3.gz %%MANPAGES%%share/man/man3/zzip_dir_stat.3.gz %%MANPAGES%%share/man/man3/zzip_dirfd.3.gz %%MANPAGES%%share/man/man3/zzip_dirhandle.3.gz %%MANPAGES%%share/man/man3/zzip_entry_data_offset.3.gz %%MANPAGES%%share/man/man3/zzip_entry_fclose.3.gz %%MANPAGES%%share/man/man3/zzip_entry_feof.3.gz %%MANPAGES%%share/man/man3/zzip_entry_ffile.3.gz %%MANPAGES%%share/man/man3/zzip_entry_findfile.3.gz %%MANPAGES%%share/man/man3/zzip_entry_findfirst.3.gz %%MANPAGES%%share/man/man3/zzip_entry_findmatch.3.gz %%MANPAGES%%share/man/man3/zzip_entry_findnext.3.gz %%MANPAGES%%share/man/man3/zzip_entry_fopen.3.gz %%MANPAGES%%share/man/man3/zzip_entry_fread.3.gz %%MANPAGES%%share/man/man3/zzip_entry_fread_file_header.3.gz %%MANPAGES%%share/man/man3/zzip_entry_free.3.gz %%MANPAGES%%share/man/man3/zzip_entry_strdup_name.3.gz %%MANPAGES%%share/man/man3/zzip_errno.3.gz %%MANPAGES%%share/man/man3/zzip_error.3.gz %%MANPAGES%%share/man/man3/zzip_fclose.3.gz %%MANPAGES%%share/man/man3/zzip_file_close.3.gz %%MANPAGES%%share/man/man3/zzip_file_open.3.gz %%MANPAGES%%share/man/man3/zzip_file_read.3.gz %%MANPAGES%%share/man/man3/zzip_file_real.3.gz %%MANPAGES%%share/man/man3/zzip_file_stat.3.gz %%MANPAGES%%share/man/man3/zzip_filesize.3.gz +%%MANPAGES%%share/man/man3/zzip_filesize32.3.gz %%MANPAGES%%share/man/man3/zzip_fopen.3.gz %%MANPAGES%%share/man/man3/zzip_fread.3.gz %%MANPAGES%%share/man/man3/zzip_freopen.3.gz %%MANPAGES%%share/man/man3/zzip_fstat.3.gz %%MANPAGES%%share/man/man3/zzip_get_default_io.3.gz %%MANPAGES%%share/man/man3/zzip_inflate_init.3.gz %%MANPAGES%%share/man/man3/zzip_init_io.3.gz +%%MANPAGES%%share/man/man3/zzip_io_size_off_t.3.gz %%MANPAGES%%share/man/man3/zzip_open.3.gz %%MANPAGES%%share/man/man3/zzip_open_ext_io.3.gz %%MANPAGES%%share/man/man3/zzip_open_shared_io.3.gz %%MANPAGES%%share/man/man3/zzip_opendir.3.gz %%MANPAGES%%share/man/man3/zzip_opendir_ext_io.3.gz %%MANPAGES%%share/man/man3/zzip_read.3.gz %%MANPAGES%%share/man/man3/zzip_readdir.3.gz %%MANPAGES%%share/man/man3/zzip_realdir.3.gz %%MANPAGES%%share/man/man3/zzip_realfd.3.gz %%MANPAGES%%share/man/man3/zzip_rewind.3.gz %%MANPAGES%%share/man/man3/zzip_rewinddir.3.gz %%MANPAGES%%share/man/man3/zzip_seek.3.gz %%MANPAGES%%share/man/man3/zzip_seek32.3.gz %%MANPAGES%%share/man/man3/zzip_seekdir.3.gz %%MANPAGES%%share/man/man3/zzip_seekdir32.3.gz %%MANPAGES%%share/man/man3/zzip_seterror.3.gz %%MANPAGES%%share/man/man3/zzip_strerror.3.gz %%MANPAGES%%share/man/man3/zzip_strerror_of.3.gz %%MANPAGES%%share/man/man3/zzip_tell.3.gz %%MANPAGES%%share/man/man3/zzip_tell32.3.gz %%MANPAGES%%share/man/man3/zzip_telldir.3.gz %%MANPAGES%%share/man/man3/zzip_telldir32.3.gz