Date: Sat, 23 Nov 2013 10:19:25 +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: r334653 - head/Mk Message-ID: <201311231019.rANAJPke042561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Nov 23 10:19:25 2013 New Revision: 334653 URL: http://svnweb.freebsd.org/changeset/ports/334653 Log: Unbreak USE_GCC=any. We do need to keep GCC 4.2 in our internal tables for that, even if lang/gcc42 is gone. Tested on systems with and without GCC in base. Reported by: Terry Kennedy <TERRY@tmk.com>, dbn Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sat Nov 23 09:48:42 2013 (r334652) +++ head/Mk/bsd.gcc.mk Sat Nov 23 10:19:25 2013 (r334653) @@ -48,12 +48,13 @@ 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= 030402 040400 040600 040700 040800 040900 +GCCVERSIONS= 030402 040200 040400 040600 040700 040800 040900 # 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. # The third field is the version as USE_GCC would use. GCCVERSION_030402= 502126 700042 3.4 +GCCVERSION_040200= 700042 9999999 4.2 GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311231019.rANAJPke042561>