The net/mediatomb port is hard coded to use MySQL 5.0. The attached patch should allow it to work with other versions. Versions 3.2.3, 4.0 and 4.1 are excluded since I'm guessing they won't work, but 5.0, 5.1, and 5.5 are allowed. Testing is needed, but I think they should work OK. This is particularly important because 5.1 is now default, so I think a lot of users will have that. Fix: See attached patch. Patch attached with submission follows:
Maintainer of net/mediatomb, Please note that PR ports/153135 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153135 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open Maintainer timeout Over to submitter
Responsible Changed From-To: freebsd-ports-bugs->swills Maintainer timeout Over to submitter
swills 2010-12-29 02:26:35 UTC FreeBSD ports repository Modified files: net/mediatomb Makefile Log: - Allow build with MySQL 5.1 and higher PR: ports/153135 Submitted by: swills (myself) Approved by: wxs (mentor) Revision Changes Path 1.18 +2 -1 ports/net/mediatomb/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 Committed. Thanks!