aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-26 16:33:53 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-26 16:33:53 +0000
commit0777385b680400d9e81eb38530c5537953802de6 (patch)
tree21729dc24de7141261656235ee7a7fb272259cf1 /Mk/bsd.gcc.mk
parent01f2cc37495513b0f2e48964f05aea1ed25f6d2a (diff)
downloadports-0777385b680400d9e81eb38530c5537953802de6.tar.gz
ports-0777385b680400d9e81eb38530c5537953802de6.zip
Unregister lang/gcc44 now that it is no longer used by any port.
Approved by: gerald
Notes
Notes: svn path=/head/; revision=341241
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index c351d9272e97..b1fabd8aa862 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -47,13 +47,12 @@ 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= 040200 040400 040600 040700 040800 040900
+GCCVERSIONS= 040200 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_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