Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2006 21:07:19 GMT
From:      Phillip Neumann <pneumann@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97470: Wrong expressed dependency
Message-ID:  <200605182107.k4IL7JLU070879@www.freebsd.org>
Resent-Message-ID: <200605182110.k4ILAF5X013986@freefall.freebsd.org>

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

>Number:         97470
>Category:       ports
>Synopsis:       Wrong expressed dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 18 21:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Phillip Neumann
>Release:        RELENG_6
>Organization:
-
>Environment:
FreeBSD 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 16 17:58:27 CLT 2006       i386

>Description:
Asterisk-addons, depends on mysql.

LIB_DEPENDS=    mysqlclient:${PORTSDIR}/databases/mysql41-client

Users may define DEFAULT_MYSQL_VER=5 in make.conf, to select the prefered version of mysql.

if so, asterisk-addons will fail. becouse mysql50-client and mysql41-client conflict.

>How-To-Repeat:
Define DEFAULT_MYSQL_VER=5 to a tinderbox.

try to compile it. it will try to package up both versions of the client.
>Fix:
instead of directly depend on mysql41, it should depend on mysql links this:

USE_MYSQL=yes



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



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