Date: Thu, 28 Mar 2013 14:05:36 -0400 From: Michael Powell <nightrecon@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: databases/mysql55 to databases/mariadb Message-ID: <kj20pe$9k3$1@ger.gmane.org> References: <515442B4.1070906@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Andrei Brezan wrote: > Hello list, > > Is there a make.conf option that I can use to replace > mysql55-[server,client] with mariadb55-[server,client] or i need to use > for example pkg set -o > databases/mysql55-client:databases/mariadb55-client? > > What happens if I want to use one port with mysql dependency and another > one with mariadb as dependency? This is just a theoretical question, I > don't have such a requirement, yet. > > All this is on 9.1-RELEASE but I think applies to different versions too. > Look at: /usr/ports/Mk/bsd.database.mk I only perused it briefly, but I think you want something such as MYSQL_VER=55m. The 'm', or 'p' suffix switches to either MariaDB or PostgreSQL if I understand correctly. At any rate, this is the file that controls this. If it doesn't work (possibly I've got it wrong), I'd suggest a PR to get it added in. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?kj20pe$9k3$1>