Skip site navigation (1)Skip section navigation (2)
Date:      26 Jul 2006 23:06:24 -0000
From:      Kian Mohageri <kian.mohageri@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100895: [PATCH] security/base: remove snort from RUN_DEPENDS
Message-ID:  <20060726230624.98733.qmail@mail.restek.wwu.edu>
Resent-Message-ID: <200607262310.k6QNAGN0052956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100895
>Category:       ports
>Synopsis:       [PATCH] security/base: remove snort from RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 26 23:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kian Mohageri
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kulshan.restek.wwu.edu 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 9 03:33:29 PDT 2006 root@kulshan.restek.wwu.edu:/usr/obj/usr/src/sys/KULSHAN i386


	
>Description:
BASE installation should not depend on the Snort IDS, as it is simply a web frontend to the database which Snort writes to, and Snort is often installed on a separate machine.
	
>How-To-Repeat:
	
>Fix:

	

--- base-1.2.5.Makefile.patch begins here ---
--- /usr/ports/security/base/Makefile	Thu Jun  8 22:54:26 2006
+++ /tmp/Makefile	Wed Jul 26 15:37:35 2006
@@ -14,8 +14,7 @@
 MAINTAINER=	question+fbsdports@closedsrc.org
 COMMENT=	Basic Analysis and Security Engine - analyzing Snort alerts
 
-RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
-		${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \
+RUN_DEPENDS=	${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \
 		${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph
 
 USE_PHP=	gd gettext pcre session zlib
--- base-1.2.5.Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060726230624.98733.qmail>