Date: Thu, 11 Apr 2024 15:15:24 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: "freebsd-ports@FreeBSD.org" <freebsd-ports@freebsd.org> Subject: In some places, WITH_${feature}_PORTS doesn't work Message-ID: <SI2PR01MB5036300AACCBCAE6FF4A9E44FA052@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB5036300AACCBCAE6FF4A9E44FA052>