25 Commits

Author SHA1 Message Date
Vasil Dimov
6de686bcbc databases/mysqlwsrep56-server: unbreak by updating distfile checksum
Submitted by:	teemu.ollakka@galeracluster.com
2019-01-19 14:03:17 +00:00
Antoine Brodin
e6e4470bea Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2019-01-04 20:55:15 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00
Vasil Dimov
ffc7a6ab9a databases/mysqlwsrep56-server: Upgrade from 5.6.41 to 5.6.42 2018-12-22 20:45:43 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Vasil Dimov
a94a04921a databases/mysqlwsrep56-server: Upgrade from 5.6.39 to 5.6.41 2018-09-03 16:21:21 +00:00
Vasil Dimov
fa9c35dba1 databases/mysqlwsrep56-server: Fix ${name}_limits clash
PR:		227232
Submitted by:	0mp
2018-06-13 06:23:07 +00:00
Mark Linimon
5f1ce9ee4f Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-03-09 22:46:22 +00:00
Bernard Spil
7a678b4918 BROKEN_SSL: Add REASON for breakage
Reported by:	matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
e091f5ae05 security/openssl-devel: Mark broken databases cat 2018-02-16 14:03:22 +00:00
Vasil Dimov
a9d4e64021 databases/mysqlwsrep56-server: Upgrade from 5.6.38 to 5.6.39 2018-02-07 14:48:16 +00:00
Vasil Dimov
2018747843 databases/mysqlwsrep56-server: fix compilation with Clang 6
Similarly to what was done with databases/mysql56-server in r458124.
2018-01-15 16:31:19 +00:00
Mark Linimon
14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00
Vasil Dimov
09a9ef57bd databases/mysqlwsrep56-server: Upgrade from 5.6.36 to 5.6.38 2017-10-25 15:00:23 +00:00
Mathieu Arnold
189da2fda2 Regular USE_GITHUB cleanup.
Sponsored by:	Absolight
2017-07-27 13:57:30 +00:00
Vasil Dimov
b941a507cd databases/mysqlwsrep5[67]-server: Hook a runtime dependency on bash
The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
2017-07-18 10:15:59 +00:00
Vasil Dimov
1cc97db9a8 databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replication 2017-07-11 10:10:14 +00:00
Vasil Dimov
ab4447084a databases/mysqlwsrep56-server: Add a missing LIB_DEPENDS 2017-07-11 07:19:29 +00:00
Vasil Dimov
390eace191 databases/mysqlwsrep56-server: Bring more in line with databases/mysql56-server
* Install my.cnf.sample, /var/db/mysql_secure/ and /var/db/mysql_tmpdir/
* Use the same CMake options as databases/mysql56-server (almost)
2017-07-10 10:48:11 +00:00
Vasil Dimov
6a94bc20ed databases/mysqlwsrep56-server: Fix CONFLICTS_INSTALL
Should also conflict with mysql56-server.
2017-07-05 19:36:36 +00:00
Vasil Dimov
e290f6dc35 databases/mysqlwsrep56-server: Upgrade from 5.6.35_1 to 5.6.36
* 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)
2017-07-05 16:32:37 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
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
2017-06-25 21:07:58 +00:00
Mark Linimon
8b26d77145 Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-03 05:52:55 +00:00
Baptiste Daroussin
b85734e5a8 Update libedit to 20170329 2017-04-01 15:11:14 +00:00
Nikolai Lifanov
1f9f34c365 add databases/mysqlwsrep56-server
- 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
2017-02-22 17:31:39 +00:00