Date: Wed, 29 Apr 2015 08:06:17 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199603] Mk/Uses/compiler.mk: cannot specify more than one argument Message-ID: <bug-199603-13-4h4nYWvzGI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199603-13@https.bugs.freebsd.org/bugzilla/> References: <bug-199603-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199603 --- Comment #7 from Jan Beich <jbeich@FreeBSD.org> --- USES=qmake relies on current behavior. It assumes when defined by port's Makefile _env argument from bsd.qt.mk won't be passed leading to broken build: ===> Configuring for qt5-svg-5.4.1 echo 'CMAKE_MODULE_TESTS = -' > WRKSRC/.qmake.cache ===> Building for qt5-svg-5.4.1 make[1]: cannot open Makefile. How or whether to allow empty arguments needs more thinking. For one, USES=foo == USES=foo:empty or USES=foo:foo would break those that disallow non-empty foo_ARGS such as USES=fuse. -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199603-13-4h4nYWvzGI>