Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 12:25:04 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96760: [MAINTAINER] security/prelude-manager: Changes in lib dependencies
Message-ID:  <200605041025.k44AP4O9058605@server.yirdis.net>
Resent-Message-ID: <200605041030.k44AUGQA048896@freefall.freebsd.org>

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

>Number:         96760
>Category:       ports
>Synopsis:       [MAINTAINER] security/prelude-manager: Changes in lib dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 10:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #0: Thu Feb  2 17:02:52 CET
>Description:
Changed LIB_DEPENDS to (BUILD|RUN)_DEPENDS, due that this package only
requires libprelude version 0.9.6 or higher.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- prelude-manager-0.9.4.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/prelude-manager/Makefile /data2/FreeBSD/custom_ports/security/prelude-manager/Makefile
--- /usr/ports/security/prelude-manager/Makefile	Wed Apr 12 08:56:00 2006
+++ /data2/FreeBSD/custom_ports/security/prelude-manager/Makefile	Thu May  4 12:22:05 2006
@@ -13,8 +13,9 @@
 MAINTAINER=	r.gruyters@yirdis.nl
 COMMENT=	Prelude Network Intrusion Detection System central logging point
 
-LIB_DEPENDS+=	prelude.7:${PORTSDIR}/security/libprelude \
-		xml2.5:${PORTSDIR}/textproc/libxml2
+BUILD_DEPENDS=	libprelude>=0.9.6:${PORTSDIR}/security/libprelude
+RUN_DEPENDS=	${BUILD_DEPENDS}
+LIB_DEPENDS+=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_GPG=	yes
 SIG_SUFFIX=	.sig
--- prelude-manager-0.9.4.1.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?200605041025.k44AP4O9058605>