pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Database support has been removed from snort.
Module Name: pkgsrc-wip
Committed By: Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By: nils
Date: Thu Apr 6 14:06:46 2017 +0200
Changeset: 6eebc9c9fbc9f2e624b93f01a3cd9b867fab4cba
Modified Files:
snort/options.mk
Log Message:
Database support has been removed from snort.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6eebc9c9fbc9f2e624b93f01a3cd9b867fab4cba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
snort/options.mk | 20 --------------------
1 file changed, 20 deletions(-)
diffs:
diff --git a/snort/options.mk b/snort/options.mk
index b6fba09d44..66062cee05 100644
--- a/snort/options.mk
+++ b/snort/options.mk
@@ -14,9 +14,6 @@ PKG_SUGGESTED_OPTIONS= inet6
PKG_OPTIONS_OPTIONAL_GROUPS= flex
PKG_OPTIONS_GROUP.flex= snort-flexresp snort-flexresp2
-PKG_OPTIONS_OPTIONAL_GROUPS+= database
-PKG_OPTIONS_GROUP.database= mysql pgsql
-
.include "../../mk/bsd.options.mk"
###
@@ -82,23 +79,6 @@ CONFIGURE_ARGS+= --with-snmp
.endif
###
-### Support MySQL for snort logging
-###
-.if !empty(PKG_OPTIONS:Mmysql)
-.include "../../mk/mysql.buildlink3.mk"
-CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
-LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
-.endif
-
-###
-### Support PostgreSQL for snort logging
-###
-.if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../mk/pgsql.buildlink3.mk"
-CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX:Q}
-.endif
-
-###
### Enable Prelude support (untested)
###
.if !empty(PKG_OPTIONS:Msnort-prelude)
Home |
Main Index |
Thread Index |
Old Index