ports/100895: [PATCH] security/base: remove snort from RUN_DEPENDS

Kian Mohageri kian.mohageri at gmail.com
Wed Jul 26 23:10:17 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list