Commit graph

37 commits

Author SHA1 Message Date
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
e583fd432a databases/mariadb100-server: Security update to 10.0.32
- Update to security 10.0.32

MFH:            2017Q3
Security:       cda2f3c2-6c8b-11e7-867f-b499baebfeaf
2017-08-11 22:05:55 +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
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
Bernard Spil
9478ccfb68 databases/mariadb100-server: Update to 10.0.31
- Security and bug-fix update
 - Remove build fix (included upstream)
 - Fix-up CMakeLists patches

Security:	d9e01c35-2531-11e7-b291-b499baebfeaf
2017-05-23 20:10:27 +00:00
Bernard Spil
9fcc0361c8 databases/mariadb101-client: Mark not-broken for client on power64
- Move BROKEN_powerpc64 block to server-only block
 - Move non-option to non-option block (10.0 only)

PR:		218497
Submitted by:	linimon
2017-05-20 20:36:42 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Mark Linimon
f4ea425a5b Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-29 07:04:49 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
2017-04-01 15:23:30 +00:00
Bernard Spil
1142e4325e databases/mariadb100-server: Update to 10.0.30
- Update to 10.0.30
  - Modify upstream patch for clang build failure
  - Add upstream patch for WITHOUT_SERVER build failure

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	CVE-2017-3302
Security:	CVE-2017-3313
2017-03-18 10:11:22 +00:00
Tijl Coosemans
6d324c1f70 - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-02-05 21:20:24 +00:00
Bernard Spil
6cead7efb7 databases/mariadb100-server: Update to 10.0.29
- Update to 10.0.29
 - Update mariadb100-client
 - Update patches
 - Regen patches with makepatch
 - Pet portlint
 - Add MROONGA liblz4 dependency
 - Fix MROONGA liblz4 linking
 - rm erroneously installed files

PR:             197232, 204014, 215901
MFH:            2017Q1
Security:       22373c43-d728-11e6-a9a5-b499baebfeaf
2017-01-14 21:57:31 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Antoine Brodin
19e5853130 mariadb* build fine with bsd make 2016-12-10 19:11:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
John Marino
31063f9848 databases/mariadb(100|101)-server: Document ncurses requirement
Previously (maria55) only the client required ncurses, but for recent
versions of mariadb, the server also requires it.
2016-11-20 17:04:59 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
023df0d3c1 databases/mariadb(55|100|101)-client: document ncurses requirement 2016-11-19 14:15:59 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Bernard Spil
ee882ccec1 databases/mariadb100-server: Update to 10.0.27
- Update to 10.0.27
  - Move from USE_OPENSSL to USES= ssl
2016-08-29 18:40:38 +00:00
Bernard Spil
b55fce5dc3 databases/mariadb100-server: Update to 10.0.26
- Update -server and -client to 10.0.26
  - Add private headers to -server package
  - Remove private headers from -client (conflict)
  - Add License file for PerconaFT
  - Add archivers/snappy dependency for TokuDB
2016-06-26 11:12:16 +00:00
Bernard Spil
af3f071308 databases/mariadb100-server: Fix package builder failures
- Add dependency on OpenSSL from ports
  - As per PR206998 this fixes the relocation error [1]

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206998#c102

PR:		209419
2016-05-11 20:10:51 +00:00
Bernard Spil
65609c67cf databases/mariadb100-{client,server}: Update to 10.0.25
- Update to latest version 10.0.25
  - Fix security vulnerabilities
  - Replace USE_MYSQL/WANT_MYSQL_VER with USES= mysql:100m
  - Always build with SSL support, remove bundled CyaSSL
  - Align INNODB engine option with upstream option name
  - Mark not supported for TokuDB on i386
  - Backport improvements from 10.1 port
    - Replace bundled libs with ports' versions
    - ENGINES options group
  - TokuDB Engine
    - Add upstreamed patch fixing linuxism
    - Add/fix docs and license files
  - Make OQGraph ignore message explicit

PR:		209318
Security:	8c2b2f11-0ebe-11e6-b55e-b499baebfeaf
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D6162
2016-05-06 20:59:50 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Dmitry Marakasov
1567507301 - Mark OQGRAPH option BROKEN as it fails with both old and new boost
- Allow to disable it properly so the build doesn't break of boost is installed
- Remove OQGRAPH-related cmake flags, as they do nothing

PR:		207115
Submitted by:	amdmi3
Approved by:	maintainer timeout (never@nevermind.kiev.ua, 2 months)
2016-04-21 11:04:33 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Bernard Spil
7614207526 databases/mariadb100-{client,server}: Update to 10.0.23
- Update to 10.0.23
  - Re-patch files due to path change in WRKSRC
  - Harmonize CONFLICTS and quench portlint warnings
  - Use variables to construct INSTALL_CONFLICTS
  - Fix json.cpp clang compilation issue
  - Refactor and upstream jemalloc patch

Changes:

  - https://mariadb.com/kb/en/mariadb/mariadb-10023-changelog/

Reviewed by:	koobs (mentor), feld (mentor)
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4709
2016-01-03 18:25:22 +00:00
Bernard Spil
d29217215f databases/mariadb100-server: Update to 10.0.22
* Update server and (slave) client port
  * Alphabetic ordering of CONFLICTS
  * Consistent globbing of CONFLICTS
  * Alphabetical ordering of USES
  * Add LGPL21 for MySQL client C/Java libs

Reviewed by:	koobs (mentor)
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4100
2015-11-08 12:45:02 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Bernard Spil
4af533cdd3 databases/mariadb100-server: Update to 10.0.21
- Update to 10.0.21
  - Updates mariadb100-client as well (slave-port)
  - Silence portlint
  - Re-roll patches with makepatch

[1]	https://mariadb.atlassian.net/browse/MDEV-7398
[2]	https://mariadb.atlassian.net/browse/MDEV-8128

Changes:	https://mariadb.com/kb/en/mariadb/mariadb-10021-changelog/

Differential revision:	https://reviews.freebsd.org/D2771
Reviewed by:	koobs (mentor), vsevolod (mentor)
Approved by:	vsevolod (mentor)
PR:		200097
Security:	36bd352d-299b-11e5-86ff-14dae9d210b8
MFH:		2015Q3
2015-08-12 13:19:36 +00:00
Brad Davis
bb3bfa5bc9 Update databases/mariadb100-{server,client} to 10.0.17.
Pet portlint while here.

PR:		198310
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	zi (mentor)
2015-03-05 21:15:50 +00:00
Johannes Jost Meixner
db6b9da2f1 databases/mariadb100-*: update to 10.0.16
- update to 10.0.16
- Add LICENSE (GPLv2)
- Add CPE info

PR:		197185
Differential Revision:	https://reviews.freebsd.org/D1734
Submitted by:	Bernard Spil <spil.oss@gmail.com> (maintainer)
Approved by:	swills
2015-01-30 18:34:20 +00:00
Johannes Jost Meixner
7a9da55494 databases/mariadb100-server: use options helpers
- Use options helpers
- Use GCC on i386 versions of FreeBSD later than 10.1-RELEASE

PR:		196122
Differential Revision:	https://reviews.freebsd.org/D1535
Submitted by:	Bernard Spil <spil.oss@gmail.com>
Approved by:	maintainer timeout (3 weeks)
Approved by:	swills (maintainer)
2015-01-16 15:55:34 +00:00
Xin LI
1f9c96462b Update to 10.0.15.
- InnoDB is now disabled by default.  MariaDB ships with
   XtraDB as drop-in replacement of InnoDB but keeps the
   original InnoDB as an option you have to set specifically
   to enable it.
 - Added support for Mroonga storage engine.
 - Removed mytop script, which the latest version can be
   installed via databases/mytop.
 - Moved INNODB option to the Server part (as OQGraph)
 - Updated -server log only as this only affects -server.

Submitted by:	Bernard Spil <spil oss gmail com> (maintainer)
2014-12-17 07:10:58 +00:00
John Marino
d2bcf058dc Add new ports databases/mariadb100-server and -client (version 10.0)
PR:		193539
Submitted by:	spil.oss (gmail)

MariaDB is a database server that offers drop-in replacement functionality
for MySQL. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers
a rich set of feature enhancements including alternate storage engines,
server optimizations, and patches.
2014-11-04 08:21:55 +00:00