pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/snort
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 10 19:46:54 UTC 2024
Modified Files:
pkgsrc/net/snort: options.mk
Log Message:
snort: Remove snort-prelude option.
This cannot have worked for nearly 2 years since prelude was deleted.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/snort/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/snort/options.mk
diff -u pkgsrc/net/snort/options.mk:1.10 pkgsrc/net/snort/options.mk:1.11
--- pkgsrc/net/snort/options.mk:1.10 Thu Oct 1 19:45:02 2020
+++ pkgsrc/net/snort/options.mk Fri May 10 19:46:53 2024
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.10 2020/10/01 19:45:02 nils Exp $
+# $NetBSD: options.mk,v 1.11 2024/05/10 19:46:53 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.snort
-PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre
+PKG_SUPPORTED_OPTIONS= debug ssl snmp snort-gre
PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats
PKG_SUPPORTED_OPTIONS+= snort-rulestate
@@ -68,14 +68,6 @@ CONFIGURE_ARGS+= --with-snmp
.endif
###
-### Enable Prelude support (untested)
-###
-.if !empty(PKG_OPTIONS:Msnort-prelude)
-.include "../../security/libprelude/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-prelude
-.endif
-
-###
### Flexible Responses on hostile connection attempts (untested)
###
.if !empty(PKG_OPTIONS:Msnort-flexresp)
Home |
Main Index |
Thread Index |
Old Index