On Wed, 16 Nov 2022, Jonathan Perkin wrote:
Log Message: libXft: pkglint cleanup [...] -.if !empty(CHECK_BUILTIN.libXft:M[nN][oO]) +.if ${CHECK_BUILTIN.libXft:M[nN][oO]}Could we get consensus and pkglint support for changing the suggestion for this type of construct to be:.if ${CHECK_BUILTIN.libXft:U:tl} == noinstead? I find it significantly reduces noise and is a lot more readable. Bonus points for identifying situations where the :U can be safely dropped.
Reminds me of the very silly wip/mk/yesno.mk that I wrote ages ago. Charlotte