Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2025 14:18:21 +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-JqGodt5oyb@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

Wolfram Schneider <wosch@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jadawin@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Wolfram Schneider <wosch@FreeBSD.org> ---
There are 3 affected ports (out of 37000)

===> security/ossec-hids-agent
make[4]: /home/wosch/projects/freebsd-ports-devel/Mk/bsd.port.mk:2039: warning:
Invalid character " " in variable name "pkgconf --cflags libinotify"
===> security/ossec-hids-local
make[4]: /home/wosch/projects/freebsd-ports-devel/Mk/bsd.port.mk:2039: warning:
Invalid character " " in variable name "pkgconf --cflags libinotify"
===> security/ossec-hids-server
make[4]: /home/wosch/projects/freebsd-ports-devel/Mk/bsd.port.mk:2039: warning:
Invalid character " " in variable name "pkgconf --cflags libinotify"

and INOTIFY_CFLAGS is really used by only 2 ports:

git grep INOTIFY_CFLAGS
comms/libusbmuxd/Makefile:INOTIFY_CFLAGS=               -I${LOCALBASE}/include
security/ossec-hids-local/Makefile:INOTIFY_CFLAGS=      $$(${PKG_CONFIG}
--cflags libinotify)

-- 
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-JqGodt5oyb>