summaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep56-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-07-272-4/+4
| | | | Sponsored by: Absolight
* databases/mysqlwsrep5[67]-server: Hook a runtime dependency on bashVasil Dimov2017-07-181-2/+6
| | | | The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
* databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replicationVasil Dimov2017-07-111-0/+2
|
* databases/mysqlwsrep56-server: Add a missing LIB_DEPENDSVasil Dimov2017-07-111-0/+1
|
* databases/mysqlwsrep56-server: Bring more in line with databases/mysql56-serverVasil Dimov2017-07-102-3/+43
| | | | | * Install my.cnf.sample, /var/db/mysql_secure/ and /var/db/mysql_tmpdir/ * Use the same CMake options as databases/mysql56-server (almost)
* databases/mysqlwsrep56-server: Fix CONFLICTS_INSTALLVasil Dimov2017-07-051-2/+1
| | | | Should also conflict with mysql56-server.
* databases/mysqlwsrep56-server: Upgrade from 5.6.35_1 to 5.6.36Vasil Dimov2017-07-054-66/+55
| | | | | | | | * Change maintainer from info@galeracluster.com to devel@galeracluster.com for consistency with databases/galera * Fetch the source code from GitHub * Remove patches that have been included upstream (files/patch-client_mysql.cc, files/patch-cmake_readline.cmake)
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-031-1/+2
| | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update libedit to 20170329Baptiste Daroussin2017-04-013-0/+43
|
* add databases/mysqlwsrep56-serverNikolai Lifanov2017-02-2228-0/+957
- 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