phase, even though build is then done using make(1). If gmake is not
available on the host, cmake falls back to make(1) to configure and
the resulting Makefiles won't work on either, make or gmake. Therefore
I'll rollback to using gmake all the time.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
shebangfix has been implemented to make stage-qa stop complaining.
This also fixes databases/mariadb55-client, which is a slave port.
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
- Remove PBXT storage engine support, as it was removed upstream [1]
- Allow building mariadb with libc++ and clang [ports/182408] [2]
- Use bundled jemalloc on FreeBSD < 10 [1]
- Add libexecinfo support [1]
- Use "FreeBSD Ports" as build comment instead of default "Source distribution" [1]
PR: ports/182426 [1]
PR: ports/182408 [2]
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [1]
Michael Gmelin <freebsd@grem.de> [2]
- Add support for [Open]SSL choice - bundled, system, ports
- Add support for OQGRAPH, PBXT storage engines
- Add MAXKEY options (should stay on if you want your data to be compatible
with all the other mysql ports in the ports tree)
- Minor fix of patch-sql_CMakeLists.txt
PR: ports/176405
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
ports.
The maintainer is working on making it configurable which SSL to build this
port with. As is he working on bringing over most OPTIONS from
databases/mariadb-server.
PR: ports/175247
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)