textproc/wv2 was updated to use CMAKE_BUILD_TYPE, but as far as I can tell, this has not been implemented yet. See http://www.freebsd.org/cgi/query-pr.cgi?pr=150363 The file created now by the make process is: /usr/local/lib/wvWare/wv2-noconfig.cmake The make package process looks for: /usr/local/lib/wvWare/wv2-.cmake Both are probably unwanted given the default suggested in the mentioned PR. Fix: Don't use CMAKE_BUILD_TYPE until PR 150363 has run its course. How-To-Repeat: cd /usr/ports/textproc/wv2 make package See error in creating package and the resulting file in /usr/local/lib/wvWare
Responsible Changed From-To: freebsd-ports-bugs->fluffy Over to maintainer (via the GNATS Auto Assign Tool)
fluffy 2011-04-09 12:17:31 UTC FreeBSD ports repository Modified files: textproc/wv2 Makefile Log: - Specify CMAKE_BUILD_TYPE locally until it will be implemented with global cmake rules PR: 156295 Submitted by: Oliver Heesakkers Revision Changes Path 1.33 +7 -1 ports/textproc/wv2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed. Thanks for report!