From fba56fa8a8d65a315aa6b215dbd3fea0e256748b Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jan 2006 04:14:39 +0000 Subject: [PATCH] remove dead smbalert flavor; it was removed from snort over 2 years ago since then this flavor has been doing nothing --- net/snort/Makefile | 10 ++-------- net/snort/pkg/DESCR | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/net/snort/Makefile b/net/snort/Makefile index 570d47405e5..9ce725d791b 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2006/01/06 04:22:06 brad Exp $ +# $OpenBSD: Makefile,v 1.41 2006/01/25 04:14:39 david Exp $ COMMENT= "highly flexible sniffer/NIDS" @@ -26,7 +26,7 @@ LIB_DEPENDS= pcre::devel/pcre CFLAGS+= -O0 .endif -FLAVORS= postgresql mysql smbalert flexresp +FLAVORS= postgresql mysql flexresp FLAVOR?= .if ${FLAVOR:L:Mflexresp} @@ -48,12 +48,6 @@ CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}" WANTLIB+= z .endif -.if ${FLAVOR:L:Msmbalert} -BUILD_DEPENDS+= :samba-*:net/samba -RUN_DEPENDS+= :samba-*:net/samba -CONFIGURE_ARGS+= --enable-smbalerts -.endif - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/snort ${INSTALL_DATA} ${WRKSRC}/etc/snort.conf ${PREFIX}/share/examples/snort diff --git a/net/snort/pkg/DESCR b/net/snort/pkg/DESCR index 90c548346d7..b584c013e68 100644 --- a/net/snort/pkg/DESCR +++ b/net/snort/pkg/DESCR @@ -13,5 +13,4 @@ WinPopup messages to Windows clients using Samba's smbclient. Available flavors: postgresql - enable postgresql database logging support mysql - enable mysql database logging support - smbalert - enable samba logging support flexresp - enable dynamic connection killing support