diff options
author | crees <crees@FreeBSD.org> | 2011-08-29 01:53:25 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-29 01:53:25 +0800 |
commit | 1ac34b45f6468450363c9fa723dd435b9695f946 (patch) | |
tree | becda0305683b0978dec1c4c61af30e21901397f /sysutils/dtc | |
parent | 4744367fca6eff329a1775ac65aa3f38ea8811db (diff) | |
download | freebsd-ports-gnome-1ac34b45f6468450363c9fa723dd435b9695f946.tar.gz freebsd-ports-gnome-1ac34b45f6468450363c9fa723dd435b9695f946.tar.zst freebsd-ports-gnome-1ac34b45f6468450363c9fa723dd435b9695f946.zip |
- Mark FORBIDDEN in response to security issues in vuxml
- While here, remove irrelevant CONFLICTS
PR: ports/159736
Diffstat (limited to 'sysutils/dtc')
-rw-r--r-- | sysutils/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index c6c9237e00a3..78cfd421ed1a 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_log_sql.so:${PORTSDIR}/www/mod_log ${LOCALBASE}/sbin/logrotate:${PORTSDIR}/sysutils/logrotate \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -CONFLICTS= dtc-toaster-[0-9]* dtc-postfix-courier-[0-9]* +FORBIDDEN= Many security issues, see http://bugs.freebsd.org/159736 USE_GETTEXT= yes |