summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-02-07 02:44:21 +0000
committerseanc <seanc@FreeBSD.org>2003-02-07 02:44:21 +0000
commit029b18cf87aedbf71e33f8d866f6df8c14ff7289 (patch)
tree2315898546b50fdde5fb0c2b3b87a246f37d3136 /net
parent1f6ee4fb3acab07e5bf5542a77600b7f2b044939 (diff)
downloadFreeBSD-ports-029b18cf87aedbf71e33f8d866f6df8c14ff7289.zip
FreeBSD-ports-029b18cf87aedbf71e33f8d866f6df8c14ff7289.tar.gz
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr)
Diffstat (limited to 'net')
-rw-r--r--net/bsd-airtools/Makefile2
-rw-r--r--net/xbone/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bsd-airtools/Makefile b/net/bsd-airtools/Makefile
index efd7d8a..f442431 100644
--- a/net/bsd-airtools/Makefile
+++ b/net/bsd-airtools/Makefile
@@ -22,7 +22,7 @@ INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS}
WRKSRC= ${WRKDIR}/${PORTNAME}
.if !exists(/usr/include/dev/wi/if_wavelan_ieee.h)
-FORBIDDEN=You need to upgrade
+BROKEN= You need to upgrade
.endif
do-build:
diff --git a/net/xbone/Makefile b/net/xbone/Makefile
index 9e7878d..a1a64b9 100644
--- a/net/xbone/Makefile
+++ b/net/xbone/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= yushunwa@isi.edu
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 320000
-FORBIDDEN= "X-Bone does not support FreeBSD prior to 3.2"
+BROKEN= "X-Bone does not support FreeBSD prior to 3.2"
.endif
USE_GMAKE= yes
OpenPOWER on IntegriCloud