summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-02 23:23:44 +0000
committerlinimon <linimon@FreeBSD.org>2003-11-02 23:23:44 +0000
commit476fba8a9be7c5fb4e02c8512e46b9b0c47230d6 (patch)
tree5859aa5e5bc8bf6770a82a3c09187686c021a15f
parent2989caec16d83441ac8101571b22a120cb93c900 (diff)
downloadFreeBSD-ports-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.zip
FreeBSD-ports-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.tar.gz
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)
-rw-r--r--misc/dnetc/Makefile6
-rw-r--r--misc/proxyper/Makefile6
2 files changed, 3 insertions, 9 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index edc2c73..67abb02 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)
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile
index 45b47f3..af1935d 100644
--- a/misc/proxyper/Makefile
+++ b/misc/proxyper/Makefile
@@ -20,10 +20,8 @@ COMMENT= The official distributed.net v2 personal proxy
ONLY_FOR_ARCHS= i386
-.if ${OSVERSION} < 220000
-BROKEN= "No version is built for your system."
-.elif ${OSVERSION} < 300000
-BROKEN= "No version is currently available for your system. Please try again later."
+.if ${OSVERSION} < 300000
+IGNORE= "This port requires FreeBSD 3.X or greater."
.endif
NO_BUILD= yes
OpenPOWER on IntegriCloud