pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

databases no longer support in snort



Database option is no longer available on snort.. heres the diff

 

 

diff options.mk  /usr/pkgsrc/net/snort/options.mk

1c1

< # $NetBSD: options.mk,v 1.7 2012/09/12 13:16:38 obache Exp $

---

> # $NetBSD: options.mk,v 1.8 2017/06/15 18:27:50 nils Exp $

17,19d16

< PKG_OPTIONS_OPTIONAL_GROUPS+= database

< PKG_OPTIONS_GROUP.database=   mysql pgsql

< 

85,101d81

< ### 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

< 

< ###

 



Home | Main Index | Thread Index | Old Index