On 07.10.2021 21:48, Rafael Sadowski wrote:
First cmake update victim, reported by Mark Patruck, Thanks! Please find
below a minizip update diff.
- Switch from nmoinvaz/minizip (dead) to zlib-ng/minizip-ng.
- Enable LZMA support
Build test with the following consumer:
- emulators/mupen64plus/core
- geo/spatialite/libspatialite
- net/wireshark
- geo/spatialite/librasterlite2
OK?
Looks good, builds and runs fine.
- built consumer net/wireshark
- short command line zip/extract test
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/minizip/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile 23 Oct 2020 16:22:32 -0000 1.3
+++ Makefile 7 Oct 2021 19:46:44 -0000
@@ -2,28 +2,30 @@
COMMENT = zip manipulation library
-GH_ACCOUNT = nmoinvaz
-GH_PROJECT = minizip
-GH_TAGNAME = 2.10.1
+GH_ACCOUNT = zlib-ng
+GH_PROJECT = minizip-ng
+GH_TAGNAME = 3.0.3
...[snip]