Date: Sat, 13 Oct 2012 02:05:14 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305809 - head/security/snort Message-ID: <201210130205.q9D25ECl018941@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Sat Oct 13 02:05:14 2012 New Revision: 305809 URL: http://svn.freebsd.org/changeset/ports/305809 Log: - As pulledpork/barnyard are required for most installations, depend on these by default Feature safe: yes Modified: head/security/snort/Makefile Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Sat Oct 13 01:42:15 2012 (r305808) +++ head/security/snort/Makefile Sat Oct 13 02:05:14 2012 (r305809) @@ -27,9 +27,10 @@ RUN_DEPENDS= daq>=1.1.1:${PORTSDIR}/net/ OPTIONS_DEFINE= IPV6 MPLS GRE TARGETBASED ZLIB NORMALIZER REACT \ PERFPROFILE FLEXRESP3 LRGPCAP SNORTSAM SOURCEFIRE \ - DBGSNORT + DBGSNORT BARNYARD PULLEDPORK OPTIONS_DEFAULT=IPV6 MPLS GRE ZLIB NORMALIZER REACT PERFPROFILE \ - FLEXRESP3 SOURCEFIRE TARGETBASED + FLEXRESP3 SOURCEFIRE TARGETBASED PULLEDPORK \ + BARNYARD GRE_DESC= Enable GRE support TARGETBASED_DESC= Enable targetbased support @@ -42,6 +43,8 @@ LRGPCAP_DESC= Enable pcaps larger than SNORTSAM_DESC= Enable unofficial Snortsam patch SOURCEFIRE_DESC= Enable Sourcefire-specific build options DBGSNORT_DESC= Enable debugging symbols+core dumps +BARNYARD_DESC= Depend on Barnyard2 +PULLEDPORK_DESC= Depend on pulledpork .include <bsd.port.options.mk> @@ -142,6 +145,14 @@ PATCH_SITES+= http://www.snortsam.net/fi PATCHFILES+= snortsam-2.9.2.2.diff.gz:snortsam .endif +.if ${PORT_OPTIONS:MBARNYARD} +RUN_DEPENDS+= barnyard2:${PORTSDIR}/security/barnyard2 +.endif + +.if ${PORT_OPTIONS:MPULLEDPORK} +RUN_DEPENDS+= pulledpork.pl:${PORTSDIR}/security/pulledpork +.endif + post-patch: @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' @${REINPLACE_CMD} "s,/etc/snort.conf,${CONFIG_DIR}/snort.conf," ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210130205.q9D25ECl018941>