Commit graph

13 commits

Author SHA1 Message Date
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