diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 11:18:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 11:18:56 +0800 |
commit | 99b2ce9f9383c13854e42ac4afa596e9845dc1b3 (patch) | |
tree | 18050c42b5bff1c814bceaa14133be5889a4f40b /lang/gcc27 | |
parent | 259af706cedf78ca9a708ecd4434532055147de7 (diff) | |
download | freebsd-ports-graphics-99b2ce9f9383c13854e42ac4afa596e9845dc1b3.tar.gz freebsd-ports-graphics-99b2ce9f9383c13854e42ac4afa596e9845dc1b3.tar.zst freebsd-ports-graphics-99b2ce9f9383c13854e42ac4afa596e9845dc1b3.zip |
DEPRECATE the unused, outdated gcc27 port for removal at a future date.
Diffstat (limited to 'lang/gcc27')
-rw-r--r-- | lang/gcc27/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 82057694ae7..fbcfe581c9d 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libg++-2.7.2${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) +DEPRECATED= "This port is no longer in use by anything in the ports collection and will be removed in the future. Use a later release instead" + NOT_FOR_ARCHS= amd64 sparc64 ia64 NO_CDROM= 'old version, not worth the cost in real estate' |