From 45d2d4771c8d5abbda9d1d54a7700f88a35cce03 Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Sun, 17 Nov 2019 01:10:40 +0000 Subject: security/bro: Deprecate giving users until June 1st, 2020 to migrate to the new security/zeek port. Add CONFLICTS=zeek due to overlap. Approved by: matthew (mentor, implicit) --- security/bro/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/bro') diff --git a/security/bro/Makefile b/security/bro/Makefile index 99d5a262766a..183905413011 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -14,12 +14,16 @@ COMMENT= System for detecting network intruders in real-time LICENSE= BSD3CLAUSE BROKEN_powerpc64= Does not build: error: zero-size array 'names' +DEPRECATED= Please migrate to security/zeek +EXPIRATION_DATE= 2020-06-01 USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} CXXFLAGS+= -std=c++11 -Wall +CONFLICTS= zeek + SHEBANG_FILES= aux/broctl/aux/trace-summary/trace-summary SUB_FILES= pkg-message -- cgit v1.2.3