[Bug 223176] [revive port] archivers/zipios: small C++ library for reading and writing zip files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 3 08:43:14 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223176

--- Comment #9 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to bcomputerguy from comment #8)
There are still some problems.

+CMAKE_ARGS=    --no-warn-unused-cli \
+               -DBUILD_ZIPIOS_TESTS:BOOL=OFF \
+               -DBUILD_DOCUMENTATION:BOOL=OFF

Can you remove --no-warn-unused-cli?  It's harmless to have these
warnings on.

+OPTIONS_DEFINE=        BUILD_DOCS
+BUILD_DOCS_DESC=       build DOXYGEN documents

IMHO, BUILD_DOCS should be named either DOCS or DOXYGEN.

+BUILD_DOCS_CONFIGURE_ON=       -DBUILD_DOCUMENTATION:BOOL=ON

In the context of cmake this does nothing.  It should be (and the
BUILD_DOCU* from CMAKE_ARGS above can go away too then):

BUILD_DOCS_CMAKE_BOOL=  BUILD_DOCUMENTATION

But really the BUILD_DOCS options is broken at the moment anyway.  It
neither specifies a build dependency on doxygen, nor does it appear in the
pkg-plist.  So enabling it breaks the build.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list