Proposed commit log
Strip MySQL code out of bsd.databases.mk and introduce USES=mysql - Remove MySQL code from bsd.databases.mk - Create new Uses/mysql.mk with the same features - Simplify flavours (MariaDB, Percona) handling New syntax: # Depend on mysql-client USES= mysql # Depend on mysql-client at least 5.6 USES= mysql:5.6+ #Depend on mariadb-server at least 10.0 USES= mysql:10.0m+ WANT_MYSQL= server Reviewed_by: koobs (mentor), feld (mentor) Accepted by: (mentor), (portmgr) Differential_Revision: D4166