Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 Feb 2007 22:19:11 +0100 (CET)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108734: [PATCH] security/amavisd-new dependency fix
Message-ID:  <20070203211911.7C32D3F42A@mail.vx.sk>
Resent-Message-ID: <200702032120.l13LKGko054823@freefall.freebsd.org>

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

>Number:         108734
>Category:       ports
>Synopsis:       [PATCH] security/amavisd-new dependency fix
>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:   Sat Feb 03 21:20:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE i386 and amd64
>Description:
databases/p5-DBD-mysql has changed its plist, so the dependency needs to be adjusted, see this link:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-DBD-mysql/pkg-plist.diff?r1=1.16&r2=1.17
>How-To-Repeat:
>Fix:
--- security/amavisd-new/Makefile.orig	Sat Feb  3 22:04:53 2007
+++ security/amavisd-new/Makefile	Sat Feb  3 22:05:22 2007
@@ -111,7 +111,7 @@
 .endif
 
 .if defined(WITH_MYSQL)
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
 .endif
 
 .if defined(WITH_PGSQL)
>Release-Note:
>Audit-Trail:
>Unformatted:



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