Date: Mon, 21 Jul 2025 18:41:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 288365] bmake: ports/Mk/bsd.port.mk:2039: warning: Invalid character " " in variable name "pkgconf --cflags libinotify" Message-ID: <bug-288365-227-SbYOUIJ6jq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-288365-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-288365-227-SbYOUIJ6jq>
