summaryrefslogtreecommitdiff
path: root/misc/dnetc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-02 23:23:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-02 23:23:44 +0000
commit3b054617911c97e50fd2bcffa42f8450f12b9ff4 (patch)
treec2f042409e7a3e0098ca66fbe45c3738a65f717b /misc/dnetc
parentUpgrade to version 1.18. (diff)
Update ARCH logic and change BROKEN to IGNORE for cases where the
port will never run. PR: ports/53132 (maintainer timeout) Submitted by: self (as linimon@lonesome.com)
Notes
Notes: svn path=/head/; revision=92886
Diffstat (limited to 'misc/dnetc')
-rw-r--r--misc/dnetc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index edc2c7350c6e..67abb02b7519 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -15,16 +15,12 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \
MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/:R}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
DISTFILES= dnetc${PORTVERSION:E}-freebsd-x86-elf.tar.gz
-.elif ${ARCH} == "alpha"
-BROKEN= "Not immediately available. Please try again tomorrow."
-.endif
ONLY_FOR_ARCHS= i386
.if ${OSVERSION} < 300000
-BROKEN= "No version is currently available for your system. Please upgrade FreeBSD."
+IGNORE= "This port requires FreeBSD 3.X or greater."
.endif
.if exists(${PREFIX}/distributed.net/rc5des)