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.
State Changed From-To: open->feedback Awaiting maintainers feedback
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!
State Changed From-To: feedback->closed Committed, thanks!