Hello. Since everyone does not need to debug all ports, I assume the definition is made like WITH_DEBUG_PORTS+=audio/libopenshot-audio . This has changed the variable defined from WITH_DEBUT to _WITH_DEBUG, so the part that switches when WITH_DEBUG is defined is malfunctioning. e.g. https: //cgit.freebsd.org /ports/tree/Mk/Uses/cmake.mk?id=eafdc2db185d15b8c12e09afb24ae3c2cec65cea#n86 I feel like we could add some behavior conditional on WITH_DEBUG being defined on individual ports, but should it be _WITH_* from now on?
Regards.