Date: Sun, 2 Nov 2014 21:15:21 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372091 - head/Mk Message-ID: <201411022115.sA2LFL5c040263@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Nov 2 21:15:21 2014 New Revision: 372091 URL: https://svnweb.freebsd.org/changeset/ports/372091 QAT: https://qat.redports.org/buildarchive/r372091/ Log: Add support for USE_GCC=5 and its preferred form USE_GCC=5+. PR: 194676 Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sun Nov 2 21:12:57 2014 (r372090) +++ head/Mk/bsd.gcc.mk Sun Nov 2 21:15:21 2014 (r372091) @@ -35,7 +35,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD. # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 040200 040600 040700 040800 040900 +GCCVERSIONS= 040200 040600 040700 040800 040900 050000 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. @@ -45,6 +45,7 @@ GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 GCCVERSION_040800= 0 0 4.8 GCCVERSION_040900= 0 0 4.9 +GCCVERSION_050000= 0 0 5 # Version of lang/gcc GCC_DEFAULT_V= 4.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411022115.sA2LFL5c040263>