Re: In some places, WITH_${feature}_PORTS doesn't work

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Thu, 11 Apr 2024 06:51:17 UTC
On Thu, Apr 11, 2024 at 9:16 AM Tatsuki Makino
<tatsuki_makino@hotmail.com> wrote:
>
> 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.
>

Yes, it seems you're absolutely right. Sorry for breaking this.

Would like me to fix it or you'll do that yourself?