diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:44:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:44:58 +0000 |
commit | bc35a84b6a15ade28d2099b6feef1305a8d4aac9 (patch) | |
tree | 46b463202e5515ba91eb3a5c636e7d108d1d96f3 | |
parent | NO_CDROM and NO_PACKAGE are superfluous (diff) |
Schedule for termination on 2006-12-01
Notes
Notes:
svn path=/head/; revision=171996
-rw-r--r-- | lang/egcs/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc30/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index fd99a69b3edb..fe3d579e27c6 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -26,6 +26,7 @@ NO_CDROM= 'old version, not worth the cost in real estate' INFO= cpp g77 gcc 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 of gcc instead" +EXPIRATION_DATE=2006-12-01 .include <bsd.port.pre.mk> diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 2c3b93029cb7..f653f5936a0f 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -21,6 +21,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Compiler Collection 3.0. 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." +EXPIRATION_DATE=2006-12-01 NOT_FOR_ARCHS= amd64 sparc64 ia64 LATEST_LINK= gcc30 |