Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 16:23:13 +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: r301961 - head/Mk
Message-ID:  <201208031623.q73GNDW5044335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Aug  3 16:23:13 2012
New Revision: 301961
URL: http://svn.freebsd.org/changeset/ports/301961

Log:
  Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detect
  and consider lang/gcc48 if present.
  
  Submitted by:	kwm

Modified:
  head/Mk/bsd.gcc.mk

Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk	Fri Aug  3 15:54:35 2012	(r301960)
+++ head/Mk/bsd.gcc.mk	Fri Aug  3 16:23:13 2012	(r301961)
@@ -36,7 +36,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=	030402 040200 040400 040600 040700
+GCCVERSIONS=	030402 040200 040400 040600 040700 040800
 
 # 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.
@@ -46,6 +46,7 @@ GCCVERSION_040200=	700042 9999999 4.2
 GCCVERSION_040400=	     0       0 4.4
 GCCVERSION_040600=	     0       0 4.6
 GCCVERSION_040700=	     0       0 4.7
+GCCVERSION_040800=	     0       0 4.8
 
 GCC_DEFAULT_VERSION=	4.6
 GCC_DEFAULT_V=	${GCC_DEFAULT_VERSION:S/.//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208031623.q73GNDW5044335>