diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:22:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-14 03:22:00 +0000 |
commit | ee8e18eaaf4eec698f276b3666d526219189ed12 (patch) | |
tree | 00bb10bf6e2a9332086d482db9e3c0eb2b1131cd | |
parent | 10fbff578516944185c6725fbdb1f2cd7783e82a (diff) |
Notes
-rw-r--r-- | lang/gcc28/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc31/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index ed40cbeb03c1..ffeb98dad4fc 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -21,6 +21,8 @@ NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc28 +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" + .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index 1fc347549b39..d9a410c0a1cf 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -28,6 +28,8 @@ PATCHFILES= port_gcc31_${SNAPDATE}.diff MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 3.1 (inprogress version) +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 ia64 NO_CDROM= 'dated material' LATEST_LINK= gcc31 |