diff options
author | Craig Leres <leres@FreeBSD.org> | 2020-03-18 00:34:19 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2020-03-18 00:34:19 +0000 |
commit | 03900de8e034d868fefa9733ceb70abe20563c9f (patch) | |
tree | db4cb63f72e5c9f88c20a99b21b2e1c11e9fd9bf | |
parent | security/py-[acme|certbot]: Update to 1.3.0 (diff) |
security/zeek: Limit portscout to even long term support release versions
https://github.com/zeek/zeek/releases
Zeek 3.0.x is the Long-Term Support release, receiving bug fixes
until at least October 2020 while Zeek 3.1.x is the current
feature release, receiving bug fixes until approximately July
2020 when the 3.2.x release series begins.
Approved by: matthew (mentor, implicit)
-rw-r--r-- | security/zeek/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 5e493e25e2e4..f4f9eb71e4ec 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -16,6 +16,8 @@ BROKEN_powerpc64= Does not build: error: zero-size array 'names' USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl +PORTSCOUT= limit:0,even + CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD} CXXFLAGS+= -std=c++11 -Wall |