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)
This commit is contained in:
parent
5a2c9b9f54
commit
8deb6a4aca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202527
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue