| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Sponsored by: Absolight
|
| |
|
|
| |
The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
|
| | |
|
| | |
|
| |
|
|
|
| |
* Install my.cnf.sample, /var/db/mysql_secure/ and /var/db/mysql_tmpdir/
* Use the same CMake options as databases/mysql56-server (almost)
|
| |
|
|
| |
Should also conflict with mysql56-server.
|
| |
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| | |
|
|
|
- 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
|