diff options
author | netchild <netchild@FreeBSD.org> | 2005-04-10 22:42:17 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-04-10 22:42:17 +0800 |
commit | 1a721898625df8de2176a56d2a32e0affa20997e (patch) | |
tree | a8737c111327937945b861fd9f737383b7c1d490 /lang | |
parent | 49c13ba11d3525e201f267927a0c6d23069cee97 (diff) | |
download | freebsd-ports-gnome-1a721898625df8de2176a56d2a32e0affa20997e.tar.gz freebsd-ports-gnome-1a721898625df8de2176a56d2a32e0affa20997e.tar.zst freebsd-ports-gnome-1a721898625df8de2176a56d2a32e0affa20997e.zip |
Set expiration date to 20050610 and mark IGNORE on -current (it peeks into
private headers)
Requested by: portmgr (krion)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc28/Makefile | 5 |
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 |