When using WITH_MYSQL_VER= 52 this port fails because of the direct dependency on mysqld. For example: /usr/ports/audio/squeezeboxserver (squeezeboxserver-7.5.4) Error. RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found Fix: The following patch should do the trick, but should be tested: How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->brooks Over to maintainer (via the GNATS Auto Assign Tool)
dougb 2011-08-20 00:06:18 UTC FreeBSD ports repository Modified files: audio/squeezeboxserver Makefile Log: Remove the direct dependency on mysqld and replace it with USE_MYSQL= server PR: ports/159538 Submitted by: me Approved by: maintainer timeout (14 days) Revision Changes Path 1.82 +2 -6 ports/audio/squeezeboxserver/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fix committed.
Responsible Changed From-To: brooks->dougb I did the commit.