New slave port to security/barnyard - adds patches for sguil6 Fix: Compiles barnyard with patches for sguil6.x.x --- pkg-descr ends here --- --- src/output-plugins/op_plugbase.c.orig Sun Mar 28 18:14:19 2004 +++ src/output-plugins/op_plugbase.c Sun Jan 15 22:33:35 2006 @@ -27,7 +27,7 @@ #if defined(ENABLE_MYSQL) || defined(ENABLE_POSTGRES) #include "op_acid_db.h" #endif -#ifdef ENABLE_MYSQL +#ifdef ENABLE_TCL #include "op_sguil.h" #endif #include "op_alert_csv.h" @@ -47,7 +47,7 @@ #if defined(ENABLE_MYSQL) || defined(ENABLE_POSTGRES) OpAcidDb_Init(); #endif -#ifdef ENABLE_MYSQL +#ifdef ENABLE_TCL OpSguil_Init(); #endif OpAlertCSV_Init(); --- patch-op_plugbase.c ends here ---
Please apply this patch to the Makefile. It adds a newline below the commented head and removes the space between PORTVERSION and CATEGORIES. --- Makefile.orig Tue Jan 24 20:19:13 2006 +++ Makefile Tue Jan 24 20:16:08 2006 @@ -4,9 +4,9 @@ # # $FreeBSD$ # + PORTNAME= barnyard-sguil6 PORTVERSION= 0.2.0 - CATEGORIES= security MAINTAINER= pauls@utdallas.edu Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/
State Changed From-To: open->closed New port added, thank you!