[Bug 288365] bmake: ports/Mk/bsd.port.mk:2039: warning: Invalid character " " in variable name "pkgconf --cflags libinotify"

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Jul 2025 18:41:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288365

--- Comment #1 from Simon J. Gerraty <sjg@FreeBSD.org> ---
Yes this is fallout from update of bmake.

Variable references containing spaces and no modifiers, will trigger this
warning, which among other things helps catch feeding bmake a makefile intended
for gmake eg. `$(addprefix -I, $(LIST))` is not valid input to bmake.

I don't play with ports much, how/where is `INOTIFY_CFLAGS` used?

-- 
You are receiving this mail because:
You are the assignee for the bug.