This port has a direct dependency on mysql which breaks when using WITH_MYSQL_VER= 52. For example: /usr/ports/databases/akonadi (akonadi-1.6.0) Error. BUILD_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found It's likely that the direct dependency is not needed at all because the port already has 'USE_MYSQL= server'. Fix: The following patch should do the trick, but should be tested: How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer (via the GNATS Auto Assign Tool)
dougb 2011-08-20 00:09:41 UTC FreeBSD ports repository Modified files: databases/akonadi Makefile Log: Remove direct dependency on mysqld. The port already has USE_MYSQL= server so there is no functional change to the dependencies. PR: ports/159539 Submitted by: me Approved by: maintainer timeout (14 days) Revision Changes Path 1.31 +1 -2 ports/databases/akonadi/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: kde->dougb I did the commit.