The port has a direct dependency on mysqld, which causes problems when using WITH_MYSQL_VER= 52: /usr/ports/games/mkgichessclub (mkgichessclub-2.2.0) Error. RUN_DEPENDS /usr/ports/databases/mysql52-server -- dependency not found Fix: Apply the following patch. It accomplishes the same goal as mysql-server>=4 by using IGNORE_WITH_MYSQL How-To-Repeat: See above.
Responsible Changed From-To: freebsd-ports-bugs->nivit Over to maintainer (via the GNATS Auto Assign Tool)
nivit 2011-08-07 15:16:57 UTC FreeBSD ports repository Modified files: games/mkgichessclub Makefile Log: - Remove the direct run-dependency on mysqld, which causes problems when using WITH_MYSQL_VER=52 - Set USE_MYSQL=server, IGNORE_WITH_MYSQL=323 PR: ports/159541 Submitted by: dougb Revision Changes Path 1.3 +2 -3 ports/games/mkgichessclub/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!