diff options
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> |