When I'm trying to build databases/py-MySQLdb with mysql-client-5.0.0_2, I get such error: _mysql.c: In function `_mysql_ConnectionObject_shutdown': _mysql.c:1548: error: `SHUTDOWN_DEFAULT' undeclared (first use in this function) _mysql.c:1548: error: (Each undeclared identifier is reported only once _mysql.c:1548: error: for each function it appears in.) _mysql.c:1548: error: too many arguments to function `mysql_shutdown' error: command 'cc' failed with exit status 1 Looks like in mysql 5.0.x only one argument for mysql_shutdown() is needed. I've attached patch which fixes build for me. How-To-Repeat: Build databases/py-MySQLdb with databases/mysql50-client.
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer.
State Changed From-To: open->closed Committed, thanks!