aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/mysql.mk
Commit message (Collapse)AuthorAgeFilesLines
* Mk: unregister expired mysql/percona portsRene Ladan2022-06-301-1/+1
|
* framework: cleanup conditional-indentations in Mk/Tobias C. Berner2022-04-241-67/+67
| | | | | | | | | | | Run Tools/scripts/indent_make_if.pl on all of Mk. These white space changes contribute greatly to the readability of those files. As we have a version control system, finding out the reasons for the changes prior to these white space changes is still easily possible Differential Revision: https://reviews.freebsd.org/D35024 Reviewed by: portmgr (rene, bapt)
* databases/mariadb106-server: Add MariaDB 10.6 to portsBernard Spil2022-02-201-0/+1
| | | | | PR: Reported by: Vincent Milum Jr <freebsd darkain com>
* Remove Percona Server for MySQL 5.5, it is EOL upstreamFlorian Smeets2021-04-111-1/+1
|
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* databases/mariadb105-server: Unbreak runtimeBernard Spil2020-07-121-0/+1
| | | | | | | | | | | * Align with mariadb104-server * PID must be in mysql owned dir PR: 247535 Reported by: VVD <vvd unislabs com> Notes: svn path=/head/; revision=542103
* Update default MySQL version to 5.7.Alex Dupre2019-07-011-1/+2
| | | | | | | | | | PR: 238365 Submitted by: ale Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=505549
* databases/mariadb104-server: Add MariaDB 10.4 portBernard Spil2019-06-301-0/+1
| | | | Notes: svn path=/head/; revision=505443
* databases/mariadb103-server: Add MariaDB 10.3 portBernard Spil2018-06-091-0/+1
| | | | Notes: svn path=/head/; revision=472070
* Mk/Uses/mysql.mk: Change the way of extracting version info from MySQL flavorsMahdi Mokhtari2017-09-221-1/+1
| | | | | | | | | | | | | | Use `mysql_config --version` instead of `mysql --version` because in MySQL 8.0 the format of output is changed and it'd be [more reliable] and easier to use just mysql_config because it only returns the numbers we want. Reviewed by: brnrd, mat (mentor, portmgr) Approved by: brnrd, mat (mentor, portmgr) Sponsored by: EuroBSDCon Paris Devsummit Differential Revision: https://reviews.freebsd.org/D12458 Notes: svn path=/head/; revision=450384
* Mk/Uses/mysql.mk: Prepare for upcoming MariaDB 10.2Bernard Spil2017-05-261-11/+36
| | | | | | | | | | | | - Add 102m client and library version - Add dynamic libmysqlclient dependency (libmariadb) - Make WARNING and IGNORE messages display the correct port Reviewed by: mmokhi Differential Revision: https://reviews.freebsd.org/D10057 Notes: svn path=/head/; revision=441810
* add databases/mysqlwsrep56-serverNikolai Lifanov2017-02-221-5/+12
| | | | | | | | | | | | | - MySQL version enabled for Galera Replication PR: 214807 Submitted by: Philip Stoev <philip.stoev@galeracluster.com> Reviewed by: matthew, mat, mmokhi Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D9427 Notes: svn path=/head/; revision=434624
* Mk/Uses/mysql.mk: Remove EoL-ed MySQL 5.1Bernard Spil2017-01-151-1/+0
| | | | | | | - MySQL 5.1 ports were removed with r401211 Notes: svn path=/head/; revision=431539
* Welcome Percona 5.7 ports to the treeMark Felder2017-01-101-0/+1
| | | | | | | | | | | | | - client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785 Notes: svn path=/head/; revision=431126
* add databases/mysql80-server and databases/mysql80-clientNikolai Lifanov2017-01-071-0/+1
| | | | | | | | | | | | | This is a development snapshot of upcoming MySQL 8.0. PR: 215738 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew, feld Approved by: matthew (mentor), feld Differential Revision: https://reviews.freebsd.org/D9031 Notes: svn path=/head/; revision=430827
* Always include bsd.default-versions.mk in bsd.port.mk.Mathieu Arnold2016-08-031-2/+0
| | | | | | | | | | | | | | The variable defined in it are now always available after including bsd.port.pre.mk. PR: 210666 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6933 Notes: svn path=/head/; revision=419511
* Allow depending on both mysql's client and serverMathieu Arnold2016-06-011-2/+9
| | | | | | | | | | | | | Fix the few users of both the MySQL client and server. PR: 209762 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6575 Notes: svn path=/head/; revision=416240
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-0/+136
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019