ports/127818: snort does not compile with prelude support

Krzysztof Stryjek wtp at bsdguru.org
Fri Oct 3 13:40:04 UTC 2008


>Number:         127818
>Category:       ports
>Synopsis:       snort does not compile with prelude support
>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:   Fri Oct 03 13:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
private
>Environment:
System: FreeBSD xys.wtp3.org 6.3-STABLE FreeBSD 6.3-STABLE #3: Mon Apr 21 07:34:02 CEST 2008 toor at xys.wtp3.org:/usr/obj/usr/src/sys/POOH6 i386

>Description:
	One of the config options for security/snort is WITH_PRELUDE. Last
time libprelude has changed to new version, but Makefile for snort is not
updated. This patch corrects this issue.
	
>How-To-Repeat:
	cd <PORTS_DIR>/security/snort && make all
>Fix:

--- Makefile.orig	2008-09-27 04:10:00.000000000 +0200
+++ Makefile	2008-10-03 15:08:59.000000000 +0200
@@ -114,7 +114,7 @@
 .endif
 
 .if defined(WITH_PRELUDE)
-LIB_DEPENDS+=		prelude.14:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+=		prelude.17:${PORTSDIR}/security/libprelude
 CONFIGURE_ARGS+=	--enable-prelude
 PLIST_SUB+=		PRELUDE=""
 .else


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



More information about the freebsd-ports-bugs mailing list