aboutsummaryrefslogtreecommitdiffstats
path: root/misc/proxyper
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-03 07:23:44 +0800
committerlinimon <linimon@FreeBSD.org>2003-11-03 07:23:44 +0800
commit476fba8a9be7c5fb4e02c8512e46b9b0c47230d6 (patch)
tree5859aa5e5bc8bf6770a82a3c09187686c021a15f /misc/proxyper
parent2989caec16d83441ac8101571b22a120cb93c900 (diff)
downloadfreebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.tar.gz
freebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.tar.zst
freebsd-ports-gnome-476fba8a9be7c5fb4e02c8512e46b9b0c47230d6.zip
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)
Diffstat (limited to 'misc/proxyper')
-rw-r--r--misc/proxyper/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile
index 45b47f372255..af1935d690e9 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
tchkris2005-02-281-0/+2 | * Remove deprecated USE_SIZElioux2004-12-251-1/+0 | * Add net as secondary category since this is a distributed effortlioux2004-03-041-1/+1 | * o Update to mprime core version 23.5lioux2004-02-272-12/+15 | | | | | | o Port's Makefile - move some lines from post-patch to do-configure target since they DO configure the port's build * USE_SIZEifylioux2004-02-082-0/+3 | * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 | | | | (Part 1)