diff options
author | gerald <gerald@FreeBSD.org> | 2007-11-06 03:26:16 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-11-06 03:26:16 +0800 |
commit | 2c8bbd02d95d27186f6fa6df4b539d791ec715d7 (patch) | |
tree | 658c99fe0f209e24c204914a27be29ea9d6c6135 | |
parent | f1ef2dfe0bd1768ebbefb0f730b3cc5b285ba469 (diff) | |
download | freebsd-ports-gnome-2c8bbd02d95d27186f6fa6df4b539d791ec715d7.tar.gz freebsd-ports-gnome-2c8bbd02d95d27186f6fa6df4b539d791ec715d7.tar.zst freebsd-ports-gnome-2c8bbd02d95d27186f6fa6df4b539d791ec715d7.zip |
Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.
Approved by: portmgr (pav)
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 7f193a2112c2..574f2b583f0e 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -40,7 +40,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 040200 +GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040100 040200 # # Versions of GCC shipped. @@ -55,7 +55,6 @@ GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030200= 500039 501103 3.2 GCCVERSION_030301= 501103 502126 3.3 GCCVERSION_030402= 502126 700042 3.4 -GCCVERSION_040000= 999999 999999 4.0 GCCVERSION_040100= 999999 999999 4.1 GCCVERSION_040200= 700042 999999 4.2 |