aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-11-23 10:19:25 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-11-23 10:19:25 +0000
commitef4727d7c127ea854ab14066955a40ee975b1dd7 (patch)
treee6be1e2b825e1657508aa40a6b54235f21442847 /Mk/bsd.gcc.mk
parent4b146fcac9a0a441a113586d5eab0a962890f105 (diff)
downloadports-ef4727d7c127ea854ab14066955a40ee975b1dd7.tar.gz
ports-ef4727d7c127ea854ab14066955a40ee975b1dd7.zip
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
Notes
Notes: svn path=/head/; revision=334653
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 0e973900c242..2e463aee4472 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -48,12 +48,13 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# 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