diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-03 00:29:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-03 00:29:45 +0000 |
commit | 6cdfb608fc3043e4d1924531cbb3128efc96b239 (patch) | |
tree | d241c83d923eda1e571963b8634070979c52370e /lang/gcc33/Makefile | |
parent | 2be3df4e6cd3903e9986f58d8470af2eeb8ddb04 (diff) | |
download | ports-6cdfb608fc3043e4d1924531cbb3128efc96b239.tar.gz ports-6cdfb608fc3043e4d1924531cbb3128efc96b239.zip |
Notes
Diffstat (limited to 'lang/gcc33/Makefile')
-rw-r--r-- | lang/gcc33/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index f2ef807324f1..66f1a87c0dbf 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -22,6 +22,9 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.3 +DEPRECATED= fails to build on any version of FreeBSD, closed upstream for half a decade +EXPIRATION_DATE=2009-03-03 + SUFFIX= 33 LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} NOT_FOR_ARCHS= amd64 sparc64 |