Commit graph

44 commits

Author SHA1 Message Date
Bernard Spil
a65ccd1bc2 databases/mariadb102-server: Update to 10.2.21
- Switch to ninja build
2019-01-12 17:05:50 +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
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Bernard Spil
0355b96afa databases/mariadb102-server: Fix build with compression
- Re-add workaround for link issues [1] with
   compression options

[1]: https://jira.mariadb.org/browse/MDEV-14072

PR:		233274
Submitted by:	Dave Bendit <david ibendit com>
MFH:		2018Q4
2018-11-18 09:04:30 +00:00
Bernard Spil
e4afaf37cf databases/mariadb102-server: Update to 10.2.19
MFH:		2018Q4
Security:	ec5072b0-d43a-11e8-a6d2-b499baebfeaf
2018-11-13 18:50:28 +00:00
Dmitry Marakasov
89ba433d68 - Update WWW
Approved by:	portmgr blanket
2018-11-01 09:30:17 +00:00
Bernard Spil
093d3ba980 databases/mariadb102-server: Update to 10.2.18 2018-10-01 09:08:13 +00:00
Mathieu Arnold
83c0ed08a0 These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
2018-09-24 09:49:21 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Bernard Spil
1bfb0da556 databases/mariadb102-server: Security update to 10.2.17
MFH:		2018Q3
Security:	909be51b-9b3b-11e8-add2-b499baebfeaf
2018-08-16 11:38:58 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Bernard Spil
55230ce71b databases/mariadb102-server: Update to 10.2.16 2018-06-26 19:06:47 +00:00
Bernard Spil
b007452891 databases/mariadb102-server: Security update to 10.2.15
MFH:		2018Q2
Security:	57aec168-453e-11e8-8777-b499baebfeaf
2018-05-17 18:57:17 +00:00
Bernard Spil
27270a5dfb databases/mariadb102-server: ${name}_limits on 11-STABLE
- Remove ${name}_limits for 11-STABLE

PR:		227434
Submitted by:	0mp
2018-05-11 09:46:40 +00:00
Bernard Spil
a100dc86eb databases/mariadb102-server: Fix builds
- Fix build on aarch64 [1]
 - Fix build with clang6 (HEAD, 11-STABLE) [2]

PR:             227628 [1], 227244 [2]
Submitted by:   Naram Qashat <cyberbotx cyberbotx com> [1]
Submitted by:   dim
2018-05-06 19:23:25 +00:00
Alexey Dokuchaev
d84da35752 For ports in `databases' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list.
2018-05-05 14:29:00 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Bernard Spil
bcc48ad925 databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514

Reported by:	mpts
2018-04-04 18:29:15 +00:00
Bernard Spil
190d01069b databases/mariadb102-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227226
Submitted by:	0mp
2018-04-03 19:07:57 +00:00
Bernard Spil
d5611bb71e databases/mariadb102-server: Update to 10.2.14 2018-03-29 11:51:58 +00:00
Bernard Spil
b1b5502c10 databases/mariadb102-server: Security update to 10.2.13
- Unbreak OQGraph engine [1]
        (collision in setbit with sys/param.h)

PR:             224089 [1]
Reported by:	jbeich
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-13 17:47:50 +00:00
Michael Gmelin
bee1386bfa Fix databases/mariadb* hostname verification when building against LibreSSL
LibreSSL imported X509_check_host from BoringSSL. Unlike OpenSSL,
it doesn't calculate the length of the hostname passed in case
chklen/namelen == 0. This means that the check in MariaDB always
fails if built against LibreSSL. This forces adminstrators to disable
hostname verification, which weakens security (hence the MFH request below).

Note that the fix has no negative implications if built against OpenSSL,
as its implementation calls strlen(hostname) in case namelen == 0.

See also https://github.com/MariaDB/server/pull/562

Approved by:	ssl blanket
MFH:		2018Q1
2018-01-24 01:03:03 +00:00
Bernard Spil
7c1b4c78c1 databases/mariadb102-client: Fix build of dependent ports
- Move headers to -client port
2018-01-18 09:54:32 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Bernard Spil
6c1466ed58 databases/mariadb102-server: Update to 10.2.12
- Fix some client utility builds [1]

PR:		222825 [1]
Submitted by:	Piotr Kubaj [1]
2018-01-14 21:53:59 +00:00
Bernard Spil
19c8ab5265 databases/mariadb102-server: Add bugfix patch from upstream
- Fix mysqld_safe script corrupting database files
     https://jira.mariadb.org/browse/MDEV-14337

Reported by:	Alex Hemp
2017-12-20 17:25:20 +00:00
Bernard Spil
a06e7cd7fe databases/mariadb102-server: Bugfix update to 10.2.11
- Remove portrevision from slave
2017-12-05 21:15:30 +00:00
Bernard Spil
5635deb7fa databases/mariadb102-server: Security update to 10.2.10
MFH:		2017Q4
Security:	c41bedfd-b3f9-11e7-ac58-b499baebfeaf
2017-11-03 21:24:41 +00:00
Bernard Spil
1711d732c0 databases/mariadb102-server: Fix client ports and build
- Move client headers to the client port [1]
 - Fix SNAPPY option for mariabackup [2]
   * switch to noninja to generate link.txt

PR:		222825 [1], 221159 [2]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
Reported by:	sdalu@sdalu.com [2]
2017-10-15 13:19:34 +00:00
Bernard Spil
ed39c77d61 databases/mariadb102-server: Update to 10.2.9 2017-10-01 12:58:11 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Mathieu Arnold
cb9a2b582c Cleanup after removal of libexecinfo from ports.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:57 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Vasil Dimov
c6ff8e4970 MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.

The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server
databases/mysql57-server
databases/mysql80-server
databases/percona55-server
databases/percona56-server
databases/percona57-server

There is not going to be mysqlwsrep*-client* ports (because the vanilla
mysql*-client* ports suffice), so the entry in CONFLICTS just reads
mysqlwsrep*.

PR:		220791
Submitted by:	vd
Approved by:	brnrd, ale (maintainer timeout), feld (maintainer timeout), flo, mmokhi, koobs
2017-08-14 05:37:21 +00:00
Bernard Spil
444fa6f962 databases/mariadb102-server: Fix mysql_install_db
PR:		218063
Submitted by:	Joris Dedieu <joris.dedieu@gmail.com>
MFH:		2017Q3
2017-07-24 11:00:03 +00:00
Bernard Spil
b94f0b244f databases/mariadb102-server: Update to 10.2.7
- Regular update to 10.2.7
2017-07-23 18:08:00 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Mark Linimon
98dc102c4f Mark as broken on aarch64: fails to link with sbrk.
Approved by:	portmgr (tier-2 blanket)
2017-06-21 22:25:49 +00:00
Bernard Spil
cb726bda47 databases/mariadb102-server: Build InnoDB engine static
- Change InnoDB from Dynamic plugin to static [2]
 - Unbreak new installs on GIS bootstrap [1]

PR:		219831 [1], 219818 [2]
Submitted by:	Benediktus Anindito <bennybroz105@gmail.com> [1]
Reported by:	martin@sugioarto.com [2]
2017-06-07 14:38:17 +00:00
Bernard Spil
302d685ac6 databases/mariadb102-server: Add MariaDB 10.2 ports
- Add mariadb102-client port
 - Add RocksDB storage engine
 - Add non-base page compressors
 - First sweep at making cmake patches upstreamable
2017-05-28 20:52:49 +00:00