[Bug 199603] Mk/Uses/compiler.mk: cannot specify more than one argument

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 29 08:06:17 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199603

--- Comment #7 from Jan Beich <jbeich at 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.


More information about the freebsd-ports-bugs mailing list