[Bug 203540] Mk/Uses/compiler.mk gets called automatically only on some platforms and not on others

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 6 00:29:18 UTC 2015


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

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imp at FreeBSD.org,
                   |                            |jbeich at FreeBSD.org

--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
The submitter didn't mention FreeBSD version but the issue likely comes from
namespace pollution caused by bsd.compiler.mk implicitly included by bsd.own.mk
via bsd.port.mk. It appears to be a regression from base r264661 and base
r265420 (both only in /head) which moved bsd.compiler.mk outside of
_WITHOUT_SRCCONF conditional defined in bsd.port.mk.

Both /usr/share/mk/bsd.compiler.mk and /usr/ports/Mk/Uses/compiler.mk define
the following variables:

  COMPILER_TYPE
  COMPILER_FEATURES (underpopulated)
  COMPILER_VERSION (incompatible values)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list