Commit graph

5 commits

Author SHA1 Message Date
Bernard Spil
63fec1d6d4 databases/mariadb101-{server,client}: Update to 10.1.13
- Update to version 10.1.13
  - Make GSSAPI plugin optional [2]
  - Remove patches that are merged upstream
  - Re-generate patches that required fuzzing
  - Server
    - Fix OQGraph build failure [1]
    - Install server gssapi plugin only
    - Don't install gssapi libs/files that were moved to -client
    - Add license and readme file for TokuDB
    - Add tokuft_logprint and tokuftdump binaries
  - Client
    - Install client gssapi plugin
    - Enable PLIST_SUB for optional gssapi plugin
    - Add new plugins and ini file
    - Remove taocrypt patch, we don't build bundled SSL

PR:		207675 [1], 207883 [2]
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5751
2016-03-27 20:57:51 +00:00
Bernard Spil
2cd8c9b3cf databases/mariadb101-server: Fix i386, GSSAPI & Engine build issues
- Add USES=compiler:c++11-lib
 - Use both deprecated -DPLUGIN_${engine} and new -DWITHOUT_${engine}
   to disable engines (fixes engines not being disabled)
 - Add IGNORE for GSSAPI_BASE on FreeBSD < 10, version is too old
 - Add IGNORE for TokuDB, upstream not supported on 32-bit platforms
 - Add IGNORE on i386, currently broken with clang [1]

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

Reviewer by:	koobs (mentor)
Approved by:	koobs (mentor)
Differential Revision:	D5478
2016-03-05 13:57:10 +00:00
Bernard Spil
ba6c7d7ced databases/mariadb101-{client,server}: Add missing patches
- Patches that were non-existent in the source of the repocopy
    (mariadb100-*) were not part of the initial commit

Differential Revision: D3953
2016-02-13 22:33:53 +00:00
Bernard Spil
57a651ae7f databases/mariadb101-server: Remove empty files after repo-copy
Differential Revision:	D3953
2016-02-13 19:03:25 +00:00
Bernard Spil
eaba6fd276 [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11
MariaDB is one of the most popular database servers in the world. It's made
by the original developers of MySQL and guaranteed to stay open source.
Notable users include Wikipedia, Facebook and Google.

MariaDB turns data into structured information in a wide array of
applications, ranging from banking to websites. It is an enhanced, drop-in
replacement for MySQL. MariaDB is used because it is fast, scalable and
robust, with a rich ecosystem of storage engines, plugins and many other
tools make it very versatile for a wide variety of use cases.

MariaDB is developed as open source software and as a relational database
it provides an SQL interface for accessing data. This latest versions of
MariaDB also include GIS and JSON features.

WWW: http://mariadb.org/

Reviewed by:	koobs (mentor), feld (mentor)
Approved by:	koobs (mentor), feld (mentor)
Differential Revision:	D3953
2016-02-13 19:02:11 +00:00