Bug 92241 - security/barnyard-sguil6
Summary: security/barnyard-sguil6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 04:00 UTC by pauls
Modified: 2006-01-26 10:56 UTC (History)
0 users

See Also:


Attachments
Makefile (448 bytes, text/plain)
2006-01-24 04:00 UTC, pauls
no flags Details
patch-configure.in (1.96 KB, text/plain)
2006-01-24 04:00 UTC, pauls
no flags Details
patch-op_sguil.c (60.04 KB, text/plain)
2006-01-24 04:00 UTC, pauls
no flags Details
file.diff (846 bytes, patch)
2006-01-24 04:00 UTC, pauls
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2006-01-24 04:00:24 UTC
	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 ---
Comment 1 pauls 2006-01-25 02:20:19 UTC
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/
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-26 10:56:48 UTC
State Changed
From-To: open->closed

New port added, thank you!