On 2014/08/19 17:15, Brad Smith wrote:
> Here is a diff to make attempt #2 at switching to MariaDB.
>
> Going through the various Makefile's I noticed bmf had a typo
> with its WANTLIB entry for MySQL.
It seems that files moved between -server (on mysql) and -client (on mariadb),
/usr/local/bin/msql2mysql (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/bin/mysql_find_rows (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/bin/mysql_waitpid (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/bin/mysqlaccess (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/man/cat1/msql2mysql.0 (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/man/cat1/mysql_find_rows.0 (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/man/cat1/mysql_waitpid.0 (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
/usr/local/man/cat1/mysqlaccess.0 (mysql-server-5.1.73p0v0 and
mariadb-client-10.0.13)
untested but perhaps adding "@conflict mysql-server-*" to mariadb/pkg/PLIST-main
will let this update automatically..