Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2005 13:14:44 +0100 (CET)
From:      Krzysztof Stryjek <wtp+snort@bsdguru.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89191: There is incorrect lib dependency in snort Makefile
Message-ID:  <20051117121444.C5B1C2624F@fw.wtp3.org>
Resent-Message-ID: <200511171220.jAHCKHnX086958@freefall.freebsd.org>

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

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



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