Fri May 10 19:46:54 2024 UTC (16d)
snort: Remove snort-prelude option.

This cannot have worked for nearly 2 years since prelude was deleted.


(jperkin)
diff -r1.10 -r1.11 pkgsrc/net/snort/options.mk

cvs diff -r1.10 -r1.11 pkgsrc/net/snort/options.mk (expand / switch to unified diff)

--- pkgsrc/net/snort/options.mk 2020/10/01 19:45:02 1.10
+++ pkgsrc/net/snort/options.mk 2024/05/10 19:46:53 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.10 2020/10/01 19:45:02 nils Exp $ 1# $NetBSD: options.mk,v 1.11 2024/05/10 19:46:53 jperkin Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.snort 3PKG_OPTIONS_VAR= PKG_OPTIONS.snort
4 4
5PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre 5PKG_SUPPORTED_OPTIONS= debug ssl snmp snort-gre
6PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats 6PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats
7PKG_SUPPORTED_OPTIONS+= snort-rulestate 7PKG_SUPPORTED_OPTIONS+= snort-rulestate
8 8
9 9
10PKG_OPTIONS_OPTIONAL_GROUPS= flex 10PKG_OPTIONS_OPTIONAL_GROUPS= flex
11PKG_OPTIONS_GROUP.flex= snort-flexresp snort-flexresp2 11PKG_OPTIONS_GROUP.flex= snort-flexresp snort-flexresp2
12 12
13.include "../../mk/bsd.options.mk" 13.include "../../mk/bsd.options.mk"
14 14
15### 15###
16### Please note that a large number of these options remain un-tested 16### Please note that a large number of these options remain un-tested
17### for this package. 17### for this package.
18### 18###
@@ -58,34 +58,26 @@ CONFIGURE_ARGS+= --with-openssl @@ -58,34 +58,26 @@ CONFIGURE_ARGS+= --with-openssl
58### 58###
59.if !empty(PKG_OPTIONS:Msnort-gre) 59.if !empty(PKG_OPTIONS:Msnort-gre)
60CONFIGURE_ARGS+= --enable-gre 60CONFIGURE_ARGS+= --enable-gre
61.endif 61.endif
62 62
63### 63###
64### Enable SNMP alerting code 64### Enable SNMP alerting code
65### 65###
66.if !empty(PKG_OPTIONS:Msnmp) 66.if !empty(PKG_OPTIONS:Msnmp)
67CONFIGURE_ARGS+= --with-snmp 67CONFIGURE_ARGS+= --with-snmp
68.endif 68.endif
69 69
70### 70###
71### Enable Prelude support (untested) 
72### 
73.if !empty(PKG_OPTIONS:Msnort-prelude) 
74.include "../../security/libprelude/buildlink3.mk" 
75CONFIGURE_ARGS+= --enable-prelude 
76.endif 
77 
78### 
79### Flexible Responses on hostile connection attempts (untested) 71### Flexible Responses on hostile connection attempts (untested)
80### 72###
81.if !empty(PKG_OPTIONS:Msnort-flexresp) 73.if !empty(PKG_OPTIONS:Msnort-flexresp)
82.include "../../devel/libnet10/buildlink3.mk" 74.include "../../devel/libnet10/buildlink3.mk"
83CONFIGURE_ARGS+= --enable-flexresp 75CONFIGURE_ARGS+= --enable-flexresp
84CONFIGURE_ARGS+= --with-libnet-includes=${BUILDLINK_PREFIX.libnet10}/include/libnet10 76CONFIGURE_ARGS+= --with-libnet-includes=${BUILDLINK_PREFIX.libnet10}/include/libnet10
85CONFIGURE_ARGS+= --with-libnet-libraries=${BUILDLINK_PREFIX.libnet10}/lib/libnet10 77CONFIGURE_ARGS+= --with-libnet-libraries=${BUILDLINK_PREFIX.libnet10}/lib/libnet10
86SUBST_CLASSES+= conf 78SUBST_CLASSES+= conf
87SUBST_STAGE.conf= pre-configure 79SUBST_STAGE.conf= pre-configure
88SUBST_FILES.conf= configure 80SUBST_FILES.conf= configure
89SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g" 81SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
90SUBST_MESSAGE.conf= Fixing configuration script. 82SUBST_MESSAGE.conf= Fixing configuration script.
91.endif 83.endif