Index: head/security/snort3/Makefile =================================================================== --- head/security/snort3/Makefile (revision 460640) +++ head/security/snort3/Makefile (revision 460641) @@ -1,51 +1,52 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= snort DISTVERSION= 3.0.0-a4.242 +PORTREVISION= 1 CATEGORIES= security PKGNAMESUFFIX= 3 MAINTAINER= feld@FreeBSD.org COMMENT= Lightweight network intrusion detection system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= daq>=2.2.2:net/daq \ bash>0:shells/bash LIB_DEPENDS= libpcre.so:devel/pcre \ libdnet.so:net/libdnet \ libpcap.so:net/libpcap \ libluajit-5.1.so:lang/luajit \ libhwloc.so:devel/hwloc RUN_DEPENDS= daq>=2.2.2:net/daq USES= cmake compiler:c++11-lang cpe libtool pathfix pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= snortadmin GH_PROJECT= snort3 GH_TAGNAME= BUILD_242 -OPTIONS_DEFINE= DEBUG LRGPCAP +OPTIONS_DEFINE= DEBUG DOCS LRGPCAP OPTIONS_SUB= yes LRGPCAP_DESC= Pcaps larger than 2GB DEBUG_DESC= Enable debugging symbols+core dumps DEBUG_CONFIGURE_ENABLE= debug debug-msgs DEBUG_CONFIGURE_DISABLE= corefiles DEBUG_MAKE_ENV= DONTSTRIP="yes" LRGPCAP_CONFIGURE_ENABLE= large-pcap .include GNU_CONFIGURE= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include CONFLICTS= snort-2* .include