ports/89191: There is incorrect lib dependency in snort Makefile

Krzysztof Stryjek wtp+snort at bsdguru.org
Thu Nov 17 12:20:25 UTC 2005


>Number:         89191
>Category:       ports
>Synopsis:       There is incorrect lib dependency in snort Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 17 12:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
private person
>Environment:
System: FreeBSD fw.wtp3.org 4.10-STABLE FreeBSD 4.10-STABLE #5: Thu Apr 14 23:37:02 CEST 2005 toor at fw.wtp3.org:/usr/src/sys/compile/POOH i386

>Description:
	Snort has an option to include prelude library. But in Makefiel
there's wrong libprelude dependency

>How-To-Repeat:
	Goto security/snort ports && make config && choose prelude options &&
make all. make will install prelude and then will looking for prelude.1
>Fix:

	Here a patch for Makefile

-------------------------------- cut here ----------------------------
--- Makefile.orig	Tue Nov 15 05:22:13 2005
+++ Makefile	Thu Nov 17 07:39:33 2005
@@ -74,7 +74,7 @@
 .endif
 
 .if defined(WITH_PRELUDE)
-LIB_DEPENDS+=		prelude.1:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+=		prelude.2:${PORTSDIR}/security/libprelude
 CONFIGURE_ARGS+=	--enable-prelude
 PLIST_SUB+=		PRELUDE=""
 .else
-------------------------------- cut here ----------------------------
Greetings from Poland
--
Krzysztof Stryjek
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list