mod_mp3 has support for storing the file lists within MySQL, but the port is not currently able to take advantage of this. Fix: Add the following to ports/www/mod_mp3/Makefile: .if defined(WITH_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql .endif How-To-Repeat: Make the port normally, but try and use its MySQL funcs.
State Changed From-To: open->closed Commited, thanks!