Bug 97470 - net/asterisk-addons: Wrong expressed dependency
Summary: net/asterisk-addons: Wrong expressed dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 22:10 UTC by Phillip N.
Modified: 2006-06-05 17:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip N. 2006-05-18 22:10:14 UTC
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.

Fix: 

instead of directly depend on mysql41, it should depend on mysql links this:

USE_MYSQL=yes



thanks!
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-18 23:47:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 fgast 2006-06-03 21:34:31 UTC
hi, 
a patch for this problem is on the way to the cvs.       

fabian 

-- 
The Hitchhiker's Guide To The Galaxy has this to say about Love: avoid!
Comment 3 Max Khon freebsd_committer freebsd_triage 2006-06-05 17:34:32 UTC
State Changed
From-To: feedback->closed

Committed, thanks!