IABSD.fr/ports/archivers/libzip

Branch :


Log

Author Commit Date CI Message
67a51f6d 2026-07-08 04:16:33 error: wrong number of arguments specified for 'deprecated' attribute Move to ports-gcc on base-gcc arches to fix the build on sparc64
47a811ef 2026-06-30 11:19:34 update to libzip-1.11.4, from Andrew Kloet, some tweaks from me
e8035d47 2026-02-13 12:02:13 Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@
1b134527 2026-02-11 15:12:24 reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
1aad0f31 2023-09-05 14:59:17 switch ports to new SITES note that sltar, unarj, ha have unresponsive SITES.
b2eabd88 2022-03-11 18:16:02 drop RCS Ids
05a00012 2022-01-07 10:03:42 libzip: stop @comment'ing the cmake files. Dependent ports are now happy with these, and with the last update a new cmake file was added while the directories were @comment'ed, so pkg_delete * complained about the extra dir. ok bcallah@
ebc3fa12 2021-11-17 06:52:06 archivers/libzip: update to 1.8.0. Changelog: https://libzip.org/news/release-1.8.0.html ok bcallah (maintainer)
c9762905 2021-11-16 18:30:13 archivers/libzip: prepare for upcoming libcrypto bump and remove definition of USE_OPENSSL_1_0_API for LibreSSL. This will result in the use of HMAC_CTX_{new,free}() which have been available since LibreSSL 2.7. ok bcallah (maintainer)
9221bd6e 2020-07-11 00:42:29 Do not install upstream's new cmake packaging code, which is broken and has been shown to break some existing ports (emulators/mgba). Spotted by naddy@ in his latest bulk. Bump.