Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 18:29:11 +0100 (CET)
From:      "M. Possamai" <possamai@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tnt@zaadje.nl
Subject:   ports/63312: Maintainer-update: new adodb port is installed in /usr/local/share/adodb and the acid port still points to the old location
Message-ID:  <200402241729.i1OHTBlQ003018@tnt.yi.org>
Resent-Message-ID: <200402241730.i1OHUO5d080925@freefall.freebsd.org>

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

>Number:         63312
>Category:       ports
>Synopsis:       Maintainer-update: new adodb port is installed in /usr/local/share/adodb and the acid port still points to the old location
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 09:30:24 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     M. Possamai <possamai@xs4all.nl>
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD tnt.yi.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sat Jan 31 22:06:08 CET 2004 root@tnt.yi.org:/usr/obj/usr/src/sys/SCORPIO i386


	
>Description:
	The location of the Adodb port-install has changed in a newer version. The acid port still checks on the old location to see if it is installed or not. The new Makefile checks on the new location.
>How-To-Repeat:
	
>Fix:

--- acid-diff begins here ---
diff -ruN acid.old/Makefile acid/Makefile
--- acid.old/Makefile	Tue Feb 24 18:21:07 2004
+++ acid/Makefile	Tue Feb 24 18:22:52 2004
@@ -2,7 +2,7 @@
 # Date created:		Mon Sep 25 16:05:01 CST 2000
 # Whom:			Foxfair Hu <foxfair@FreeBSD.org>
 #
-# $FreeBSD: ports/security/acid/Makefile,v 1.15 2004/02/19 23:43:17 ale Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	acid
@@ -14,7 +14,7 @@
 COMMENT=	Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
 
 RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
-		${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb
+		${LOCALBASE}/share/adodb:${PORTSDIR}/databases/adodb
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_PHP=	yes
--- acid-diff ends here ---


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



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