diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-10-16 01:24:21 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-10-16 01:24:21 +0000 |
commit | 83fc486323e6f81f17a426dcdc7ba4fbb3343f78 (patch) | |
tree | 3f6339c6e4b186be2cfdafdbabd76c2fb7eae70c /security | |
parent | 8cf01a9c8e6b35a4047ca60e9de41948ef6eaac8 (diff) | |
download | ports-83fc486323e6f81f17a426dcdc7ba4fbb3343f78.tar.gz ports-83fc486323e6f81f17a426dcdc7ba4fbb3343f78.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 6b642c3721e8..99d5a262766a 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -3,6 +3,7 @@ PORTNAME= bro PORTVERSION= 2.6.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.zeek.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -51,11 +52,11 @@ GROUPS= ${BROGROUP} OPTIONS_DEFINE= BROCCOLI BROCTL BROKER DEBUG GEOIP2 IPSUMDUMP LBL_CF \ LBL_HF NETMAP PERFTOOLS -OPTIONS_DEFAULT=BROCCOLI BROCTL GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP +OPTIONS_DEFAULT=BROCTL BROKER GEOIP2 IPSUMDUMP LBL_CF LBL_HF NETMAP OPTIONS_SUB= yes -BROCCOLI_DESC= Build support for libbroccoli communications -BROCTL_DESC= BroControl support (implies BROCCOLI and IPSUMDUMP) +BROCCOLI_DESC= Build support for libbroccoli communications (DEPRECATED) +BROCTL_DESC= BroControl support (implies BROKER and IPSUMDUMP) BROKER_DESC= Enable the Broker communication library GEOIP2_DESC= Build with GeoIP2 (MaxMindDB) support IPSUMDUMP_DESC= Enables traffic summaries @@ -64,7 +65,7 @@ LBL_HF_DESC= Address to hostname filter support NETMAP_DESC= Native Netmap Packet IOSource for Bro PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage -BROCTL_IMPLIES= BROCCOLI IPSUMDUMP +BROCTL_IMPLIES= BROKER IPSUMDUMP BROCCOLI_LIB_DEPENDS= libbroccoli.so:security/broccoli BROCTL_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ |