Christian,
here a possible fix for games/warzone2100. It picks zip as fallback only
when 7z isn't available, and when on bulk build it is... it uses 7z.
At some point it might be junked out, and build fails.
Ok?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/games/warzone2100/Makefile,v
diff -u -p -r1.55 Makefile
--- Makefile 28 Jun 2025 06:16:18 -0000 1.55
+++ Makefile 1 Oct 2025 05:57:35 -0000
@@ -39,9 +39,7 @@ LIB_DEPENDS= audio/libogg \
net/miniupnp/miniupnpc \
security/libsodium
-BUILD_DEPENDS= archivers/libzip \
- archivers/unzip \
- archivers/zip \
+BUILD_DEPENDS= archivers/p7zip \
devel/gettext,-tools \
devel/sdl2 \
graphics/shaderc \
--
wbr, Kirill