Friday, July 08, 2022

Re: UPDATE: archivers/zipios

Rafael Sadowski <rafael@sizeofvoid.org> wrote:
> Update zipios to 2.2.6.
>
> Feedback, OK?

WANTLIB got lost in the update, with that fixed ok op@

nitpick: the license is actually LGPLv2.1+

--- Makefile.orig Fri Jul 8 12:41:00 2022
+++ Makefile Fri Jul 8 12:46:54 2022
@@ -12,8 +12,10 @@

SHARED_LIBS += zipios 2.0 # .0.0

-# LGPLv2.1
+# LGPLv2.1+
PERMIT_PACKAGE= Yes
+
+WANTLIB += ${COMPILER_LIBCXX} c m z

# C++11
COMPILER = base-clang ports-gcc


P.S.: the regress suite can't be enabled, probably because it needs a
newer devel/catch2.

No comments:

Post a Comment