diff options
author | gerald <gerald@FreeBSD.org> | 2009-06-20 01:48:47 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-06-20 01:48:47 +0800 |
commit | deb90b0df758426db192bf37e183b7f200a1ee1d (patch) | |
tree | edbda74a12f68c32ce9fdb054ff893379c1fde35 /Mk | |
parent | 18d5bb43cd68493fe469ce718f596ff4789ffdc9 (diff) | |
download | freebsd-ports-gnome-deb90b0df758426db192bf37e183b7f200a1ee1d.tar.gz freebsd-ports-gnome-deb90b0df758426db192bf37e183b7f200a1ee1d.tar.zst freebsd-ports-gnome-deb90b0df758426db192bf37e183b7f200a1ee1d.zip |
Remove support for USE_GCC=2.95 after lang/gcc295 has been failing to
build for what must be 9+ months and we have removed all dependencies
the last couple of months.
Diffstat (limited to 'Mk')
-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 56a6b8b8b471..e3303792b997 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -39,7 +39,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 029500 030402 040200 040300 040400 +GCCVERSIONS= 030402 040200 040300 040400 # # Versions of GCC shipped. @@ -48,7 +48,6 @@ GCCVERSIONS= 029500 030402 040200 040300 040400 # the base system. # The third field is the version as USE_GCC would use. # -GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030402= 502126 700042 3.4 GCCVERSION_040200= 700042 999999 4.2 GCCVERSION_040300= 999999 999999 4.3 |