diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-07 02:44:21 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-02-07 02:44:21 +0000 |
commit | b8e1e7ef862ad23593cb902ab3fb45190b3b97e0 (patch) | |
tree | 95c842b8dec5266fe293db39afe184a0598252a8 /emulators/vmware-tools6 | |
parent | dc1f9c77b259af0780c77076a8a9d15442feae77 (diff) | |
download | ports-b8e1e7ef862ad23593cb902ab3fb45190b3b97e0.tar.gz ports-b8e1e7ef862ad23593cb902ab3fb45190b3b97e0.zip |
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)
Notes
Notes:
svn path=/head/; revision=75004
Diffstat (limited to 'emulators/vmware-tools6')
-rw-r--r-- | emulators/vmware-tools6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index eee6600450fa..38905ed41bd7 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -26,7 +26,7 @@ NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." .if defined(PACKAGE_BUILDING) -FORBIDDEN= "Can't build this port since it requires VMware." +IGNORE= "Can't build this port since it requires VMware." .endif VMWARE_VER= 3.1.1 |