[Bug 222268] [exp-run] Replace USE_GCC=5+ in Mk/Uses/compiler.mk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 12 20:44:42 UTC 2017


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

--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:

Author: gerald
Date: Tue Sep 12 20:43:59 UTC 2017
New revision: 449716
URL: https://svnweb.freebsd.org/changeset/ports/449716

Log:
  Replace USE_GCC=5+ by USE_GCC=yes in the case of USES=compiler:c++14-lang.

  When this was added by r392084 on 2015-07-14, the default flavor of GCC
  was GCC 4.8 and explicitly requesting GCC 5 (or later) was necessary for
  C++ 14 support.  Now that the default version of GCC is GCC 6, after GCC 5
  for several months, we can use the preferred notion of USE_GCC=yes instead
  of specifying a concrete minimum version.

  Among others this helps with cases where GCC 6 is better adjusted for
  FreeBSD, notably the well known std::to_string issue (where that is only
  enabled with GCC 6 or later).

  PR:           222268
  Approved by:  portmgr (antoine)
  MFH:          2017Q3

Changes:
  head/Mk/Uses/compiler.mk

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


More information about the freebsd-ports-bugs mailing list