summaryrefslogtreecommitdiff
path: root/databases/mysqlwsrep57-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-5/+5
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* databases/mysqlwsrep57-server: Update to 5.7.35-25.27devel@galeracluster.com2021-11-152-5/+5
| | | | | | Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.35-25.27/release-notes-mysql-wsrep-5.7.35-25.27.txt PR: 259868
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-20/+2
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* databases/mysqlwsrep57-server: Update to 5.7.34-25.26devel@galeracluster.com2021-07-2810-37/+42
| | | | | | | Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.34-25.26/release-notes-mysql-wsrep-5.7.34-25.26.txt PR: 257455 Approved by: lwhsu (mentor, implicit)
* databases/mysqlwsrep57-server: Update to 5.7.33-25.25Li-Wen Hsu2021-04-104-9/+23
| | | | | PR: 254882 Reported by: devel@galeracluster.com (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mysqlwsrep57-server: fix build on GCC architecturesPiotr Kubaj2021-01-271-1/+1
| | | | Builds with GCC10 also need -fcommon.
* databases/mysqlwsrep57-server Make service_startup_timeout configurableSteve Wills2021-01-172-3/+5
| | | | | | PR: 252264 Submitted by: daniele.sciascia@galeracluster.com Approved by: maintainer timeout (devel@galeracluster.com, >2 weeks)
* Update to 5.7.31-25.23Jochen Neumeister2020-11-089-19/+81
| | | | | | | | Changelog: http://releases.galeracluster.com/mysql-wsrep-5.7.31-25.23/release-notes-mysql-wsrep-5.7.31-25.23.txt PR: 250508 Submitted by: maintainer Sponsored by: Netzkommune GmbH
* databases/mysqlwsrep57-server: enable building on all architecturesPiotr Kubaj2020-09-012-19/+0
| | | | Build passes fine on all disabled architectures.
* databases/mysqlwsrep57-server: fix build on powerpc64Piotr Kubaj2020-08-312-2/+36
| | | | | | Use the same fix that mysql57-server needs for building with GCC. MFH: 2020Q3 (fix build blanket)
* Update to 5.7.30-25.22Li-Wen Hsu2020-06-189-53/+20
| | | | | PR: 247348 Submitted by: maintainer
* databases/mysqlwsrep57-server: upgrade 5.7.27-25.19 -> 5.7.28-25.20Vasil Dimov2019-11-0224-84/+82
| | | | | | PR: 241534 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.7.28-25.20/release-notes-mysql-wsrep-5.7.28-25.20.txt
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* databases/mysqlwsrep57-server: upgrade 5.7.26-25.18 -> 5.7.27-25.19Kurt Jaeger2019-09-105-19/+19
| | | | | | PR: 240346 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.7.27-25.19/release-notes-mysql-wsrep-5.7.27-25.19.txt
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+6
|
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-0/+1
| | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
* databases/mysqlwsrep57-server: Upgrade from 5.7.25 to 5.7.26Vasil Dimov2019-07-2317-75/+95
| | | | | PR: 239374 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com>
* databases/mysqlwsrep57-server: update 5.7.24-25.16 -> 5.7.25-25.17Kurt Jaeger2019-07-123-14/+20
| | | | | PR: 237346 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com>
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
* databases/mysqlwsrep57-server: Upgrade from 5.7.23 to 5.7.24Vasil Dimov2018-12-224-26/+7
|
* - Remove useless fileAlex Kozlov2018-10-301-1/+0
|
* databases/mysqlwsrep57-server: replay r459359 from mysql57-serverVasil Dimov2018-10-081-63/+0
| | | | | | | | | r459359 | mmokhi | 2018-01-18 17:09:53 +0100 (Thu, 18 Jan 2018) | 5 lines databases/mysql57-server: Delete no-longer-needed patch. The patch was casting variables to right size on previous versions Issue seems fixed by upstream it's not needed anymore. It also fixes a warning/error for from Clang6 on the port build.
* databases/mysqlwsrep57-server: Upgrade from 5.7.21 to 5.7.23Vasil Dimov2018-09-033-9/+9
|
* databases/mysqlwsrep57-server: Fix ${name}_limits clashVasil Dimov2018-06-132-10/+20
| | | | | PR: 227233 Submitted by: 0mp
* databases/mysqlwsrep57-server: Upgrade from 5.7.20 to 5.7.21Vasil Dimov2018-02-075-45/+23
|
* databases/mysqlwsrep57-server: Fix compilation with Clang 6Vasil Dimov2018-01-233-0/+30
|
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-301-2/+2
| | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket)
* databases/mysqlwsrep57-server: Upgrade from 5.7.18 to 5.7.20Vasil Dimov2017-10-252-5/+4
|
* 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/+7
| | | | The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
* databases/mysqlwsrep57-server: fix pkg-plistVasil Dimov2017-07-181-1/+3
|
* databases/mysqlwsrep57-server: Fetch boost as a distfileVasil Dimov2017-07-132-2/+6
| | | | | | Instead of relying on cmake to fetch the boost source archive during configure time (make configure), fetch it like a normal distfile (make fetch).
* databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replicationVasil Dimov2017-07-1136-0/+1197