diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 07:19:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 07:19:50 +0800 |
commit | b5870890e7072d56e191275d89fa393c3c0ad91d (patch) | |
tree | 63a8e1cd5caee307cfc199a4b9d6ece5e8b0c225 /net/coda6_server | |
parent | 8be1c3d32e8611bada86c3be673479ddbd3e9cc2 (diff) | |
download | freebsd-ports-gnome-b5870890e7072d56e191275d89fa393c3c0ad91d.tar.gz freebsd-ports-gnome-b5870890e7072d56e191275d89fa393c3c0ad91d.tar.zst freebsd-ports-gnome-b5870890e7072d56e191275d89fa393c3c0ad91d.zip |
Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports are
almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE
at this point.
Reset maintainer of coda6_* due to no response to questions about status.
Hat: portmgr
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index 98f65d62f7fa..6a7bc511d421 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ PKGNAMESUFFIX= -${CODA_SUITE} DISTNAME= coda-${PORTVERSION} -MAINTAINER?= tim@robbins.dropbear.id.au +MAINTAINER?= ports@FreeBSD.org COMMENT= Server programs for a replicated high-performance network file system LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \ @@ -50,4 +50,11 @@ IGNORE= makes a kernel panic on this version of FreeBSD .endif .endif +.if ${OSVERSION} > 505000 +BROKEN= does not compile +.endif + +DEPRECATED= compiles neither on 5-STABLE nor 6-STABLE; current version is quite old +EXPIRATION_DATE= 2006-10-04 + .include <bsd.port.post.mk> |