aboutsummaryrefslogtreecommitdiff
path: root/security/snort3
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-26 17:42:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-26 17:42:25 +0000
commit51a6f315e31ac55d8aa34f3b7c71040d30a9ba73 (patch)
treeaed129a334168ac48137f7f6c5f6ca6cd8bf187a /security/snort3
parent111068b364b4f478a3ba9f3ce9590941ecd93256 (diff)
downloadports-51a6f315e31ac55d8aa34f3b7c71040d30a9ba73.tar.gz
ports-51a6f315e31ac55d8aa34f3b7c71040d30a9ba73.zip
Mark BROKEN: fails to build
/wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:223:28: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_ADDRESSES' if ((raw.pkth->flags & DAQ_PKT_FLAG_REAL_ADDRESSES) and codec.ip_layer_cnt == 1) ^ /wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:227:33: error: no member named 'real_sIP' in '_daq_pkt_hdr' real_src.set(&raw.pkth->real_sIP, ~~~~~~~~ ^ /wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:228:33: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_SIP_V6' ((raw.pkth->flags & DAQ_PKT_FLAG_REAL_SIP_V6) ? AF_INET6 : AF_INET)); ^ /wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:229:33: error: no member named 'real_dIP' in '_daq_pkt_hdr' real_dst.set(&raw.pkth->real_dIP, ~~~~~~~~ ^ /wrkdirs/usr/ports/security/snort3/work/snort3-3.0.0-258/src/codecs/ip/cd_ipv4.cc:230:33: error: use of undeclared identifier 'DAQ_PKT_FLAG_REAL_DIP_V6' ((raw.pkth->flags & DAQ_PKT_FLAG_REAL_DIP_V6) ? AF_INET6 : AF_INET)); ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=512911
Diffstat (limited to 'security/snort3')
-rw-r--r--security/snort3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/snort3/Makefile b/security/snort3/Makefile
index 24ffa5b5982d..3f2099e8af8f 100644
--- a/security/snort3/Makefile
+++ b/security/snort3/Makefile
@@ -13,6 +13,8 @@ COMMENT= Lightweight network intrusion detection system
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
BUILD_DEPENDS= libdaq>=0:net/libdaq \
bash>0:shells/bash
LIB_DEPENDS= libpcre.so:devel/pcre \