CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/01/26 06:11:14
Modified files:
devel/cmake : cmake.port.mk
Log message:
Stop abusing DEBUG in cmake.port.mk
Setting DEBUG changed the cmake build type ("release" vs "debug"), which
had a bunch of undocumented and surprising consequences:
- changing CFLAGS/LDFLAGS etc, potentially to values unsupported on
OpenBSD, instead of just using what the user passed in DEBUG
- PLIST changes which break packaging when using PLIST_DB (default)
Leave DEBUG alone and introduce MODCMAKE_DEBUG as a documented feature
instead, as proposed by various folks. Reluctant ok landry@ (thanks!)