summaryrefslogtreecommitdiff
path: root/databases/mariadb101-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mariadb101-server: Update to 10.1.21Bernard Spil2017-01-186-33/+29
| | | | | | | | | - Update to 10.1.21 - Fix patches that no longer cleanly apply - Rename patches to new naming scheme MFH: 2017Q1 Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-7/+0
| | | | Approved by: portmgr blanket
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-0/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* databases/mariadb101-server: Update to 10.1.20Bernard Spil2016-12-162-5/+4
| | | | - Regular update
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-3/+0
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | - 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)
* databases/mariadb(100|101)-server: Document ncurses requirementJohn Marino2016-11-201-2/+3
| | | | | Previously (maria55) only the client required ncurses, but for recent versions of mariadb, the server also requires it.
* databases/mariadb(55|100|101)-client: document ncurses requirementJohn Marino2016-11-191-1/+1
|
* databases/mariadb101-server: Update to 10.1.19Bernard Spil2016-11-124-89/+5
| | | | | | | | | - Update to 10.1.19 - Use target-OPT-on not .if exists - Remove OQGraph patches now included upstream MFH: 2016Q4 Security: 9bc14850-a070-11e6-a881-b499baebfeaf
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+1
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* Fix data encryption at rest when building with LibreSSLMichael Gmelin2016-11-052-0/+26
| | | | | | | | | | | | | | | | | | | | Replace RAND_SSLeay->bytes with arc4random_buf when using LibreSSL, as it supports RAND_SSLeay only for ABI compatibility [0]. Note that the code in question in mariadb mentions that RAND_bytes isn't guaranteed to not block and therefore uses these functions directly. As LibreSSL implements RAND_bytes in terms of arc4random_buf, which shouldn't block, the patch could also use RAND_bytes instead of using arc4random_buf directly, but the current version of the patch has been tested in production and might be less confusing overall. Bumped revision, as this fixes a runtime problem. [0] https://github.com/libressl/libressl/blob/master/src/crypto/rand/rand_lib.c#L36 PR: 213577 Approved by: ssl blanket
* databases/mariadb101-server: Update to 10.1.18Bernard Spil2016-10-172-4/+4
| | | | - Regular update to 10.1.18
* databases/mariadb101: Fix stage-QA for clientJohn Marino2016-10-021-7/+6
| | | | | | | | | | | | | | | | THere were 5 new programs built and installed by both the client and the server. This is not a unique case. Previously they were allocated to the client and removed by the post-install target of the server. In this case, they've already been allocated to the server, so we need a new post-install target for the client to remove them from the stage directory so stage-QA checks pass. While here, remove the now-unnecessary DragonFly configure argument and change the backtick in a comment to an apostrophe to avoid the makefile being interpreted as a shell script by some editors. Also remove redundant forward slashes on the server post-install target. Approved by: just-fix-it
* databases/mariadb101: Fix OPSYS logicJohn Marino2016-10-021-4/+6
| | | | | | The intent was to check for GSSAPI BASE option set on FreeBSD 9, but the effect was an IGNORE set for all non-FreeBSD platforms. Fix the logic to its original intent under the just-fix-it blanket.
* databases/mariadb101-server: Update to 10.1.17Bernard Spil2016-08-312-4/+4
| | | | | - Update to 10.1.17 - Remove no-op cmake flag for -client
* databases/mariadb101-server: Fix lz4 linking fixBernard Spil2016-07-241-1/+1
| | | | - Remove some testing leftover
* databases/mariadb101-server: Update to 10.1.16Bernard Spil2016-07-233-16/+14
| | | | | | | | | | - Update to latest version 10.1.16 - Switch from USE_OPENSSL to USES= ssl - Switch from USE_MYSQL to USES= mysql - Switch from WANT_MYSQL_VER to USES= mysql:101m - Fix liblz4 linking for mroonga - Register MROONGA lz4 depends - Register libxml2 depends
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.Mathieu Arnold2016-06-161-4/+4
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* databases/mariadb101-{server,client}: Update to 10.1.14Bernard Spil2016-05-113-5/+64
| | | | | | | - Update to version 10.1.14 - Remove fix for MDEV-9529 - Add new header files - Add new MySQL to MariaDB migration script
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* databases/mariadb101-{server,client}: Update to 10.1.13Bernard Spil2016-03-2719-165/+162
| | | | | | | | | | | | | | | | | | | | | | | - 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
* databases/mariadb101-server: Fix i386, GSSAPI & Engine build issuesBernard Spil2016-03-054-14/+32
| | | | | | | | | | | | | | | - 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
* databases/mariadb101-{client,server}: Add missing patchesBernard Spil2016-02-137-0/+153
| | | | | | | - Patches that were non-existent in the source of the repocopy (mariadb100-*) were not part of the initial commit Differential Revision: D3953
* databases/mariadb101-server: Remove empty files after repo-copyBernard Spil2016-02-133-3/+0
| | | | Differential Revision: D3953
* [NEW PORTS] databases/mariadb101-{server,client}: 10.1.11Bernard Spil2016-02-1329-0/+1108
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