From b8e1e7ef862ad23593cb902ab3fb45190b3b97e0 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Fri, 7 Feb 2003 02:44:21 +0000 Subject: 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) --- lang/py-compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/py-compiler/Makefile b/lang/py-compiler/Makefile index 92ec6120b506..03ea4d1d91d1 100644 --- a/lang/py-compiler/Makefile +++ b/lang/py-compiler/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${PYTHON_WRKSRC}/Tools/${PORTNAME} .include .if ${PYTHON_REL} >= 220 -FORBIDDEN= "Part of the standard library from Python 2.2 upwards" +IGNORE= "Part of the standard library from Python 2.2 upwards" .endif .include -- cgit v1.2.3