Date: Fri, 03 Nov 2017 08:43:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223176] [revive port] archivers/zipios: small C++ library for reading and writing zip files Message-ID: <bug-223176-13-zz2UqLTza7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223176-13@https.bugs.freebsd.org/bugzilla/> References: <bug-223176-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223176 --- Comment #9 from Tobias Kortkamp <tobik@freebsd.org> --- (In reply to bcomputerguy from comment #8) There are still some problems. +CMAKE_ARGS=3D --no-warn-unused-cli \ + -DBUILD_ZIPIOS_TESTS:BOOL=3DOFF \ + -DBUILD_DOCUMENTATION:BOOL=3DOFF Can you remove --no-warn-unused-cli? It's harmless to have these warnings on. +OPTIONS_DEFINE=3D BUILD_DOCS +BUILD_DOCS_DESC=3D build DOXYGEN documents IMHO, BUILD_DOCS should be named either DOCS or DOXYGEN. +BUILD_DOCS_CONFIGURE_ON=3D -DBUILD_DOCUMENTATION:BOOL=3DON 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=3D 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223176-13-zz2UqLTza7>