aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-04-10 14:42:17 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-04-10 14:42:17 +0000
commitc843f068d5e452e45b76d6b37e0a81c60b82f22e (patch)
treef7c312855fe421cb77059e5cd9809ab50a80888f /lang
parent549e1e49716d2998540237a08a83cd06a1c50a94 (diff)
downloadports-c843f068d5e452e45b76d6b37e0a81c60b82f22e.tar.gz
ports-c843f068d5e452e45b76d6b37e0a81c60b82f22e.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc28/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index c837e40a74b2..b27b4c91bc63 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -22,6 +22,7 @@ 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"
+EXPIRATION_DATE= 20050610
.include <bsd.port.pre.mk>
@@ -29,6 +30,10 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a
BROKEN= "Does not compile on alpha"
.endif
+.if ${OSVERSION} >= 600000
+IGNORE= Does not compile
+.endif
+
.if ${PORTOBJFORMAT} == "elf"
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.else