Port details |
- mariadb103-client Multithreaded SQL database (client)
- 10.3.36_1 databases
=2 10.3.36_1Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2018-06-09 17:19:08
- Last Update: 2023-05-28 11:00:28
- Commit Hash: 8c5ba49
- People watching this port, also watch:: poudriere, mariadb105-server, p5-MIME-Tools
- License: GPLv2
- WWW:
- https://mariadb.org/
- Description:
- 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.
MariaDB is primarily driven by developers at Monty Program, a company
founded by Michael "Monty" Widenius, the original author of MySQL, but
this is not the whole story about MariaDB. On the "About MariaDB" page you
will find more information about all participants in the MariaDB community,
including storage engines XtraDB and PBXT.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mariadb103-client>0:databases/mariadb103-client
- Conflicts:
- CONFLICTS_INSTALL:
- mariadb10[0-24-9]-client
- mysql[0-9]*-client
- mysqlwsrep*-server
- percona[0-9]*-client
- No installation instructions:
- This port has been deleted.
- PKGNAME: mariadb103-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1662725592
SHA256 (mariadb-10.3.36.tar.gz) = 003c497c387a28184acfb4fd30e4150ea1f0300004845fdcf48e5122e36c5dc6
SIZE (mariadb-10.3.36.tar.gz) = 73944352
Packages (timestamps in pop-ups are UTC):
- Master port: databases/mariadb103-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- cmake : devel/cmake-core
- Library dependencies:
-
- libiconv.so : converters/libiconv
- libedit.so.0 : devel/libedit
- libreadline.so.8 : devel/readline
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for mariadb103-client-10.3.36_1:
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
GSSAPI_NONE=off: Disable GSSAPI support
===> Use 'make config' to modify these settings
- Options name:
- databases_mariadb103-client
- USES:
- bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl readline gssapi
- pkg-message:
- For install:
- MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
/usr/local/etc and /usr/local/etc/mysql.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/mariadb103-server |
Commit | Credits | Log message |
10.3.36_1 28 May 2023 11:00:28 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2023-05-25 databases/mariadb103-server: Use databases/mariadb106-server
2023-05-25 databases/mariadb103-client: Use databases/mariadb106-server |
10.3.35 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
10.3.34_3 16 May 2022 06:49:44 |
Loïc Bartoletti (lbartoletti) |
databases/mariadb10*: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
10.3.34 17 Feb 2022 10:09:09 |
Bernard Spil (brnrd) |
databases/mariadb103-server: Security update to 10.3.34
PR: 261969
Security: ff5606f7-8a45-11ec-8be6-d4c9ef517024
MFH: 2022Q1 |
10.3.31_1 07 Oct 2021 17:53:58 |
Piotr Kubaj (pkubaj) |
databases/mariadb103-client: fix build on powerpc64le
Same patch as for mariadb104 and mariadb105. |
10.3.29 13 May 2021 16:34:00 |
Bernard Spil (brnrd) |
databases/mariadb103-client: Fix empty file |
10.3.29 13 May 2021 16:32:39 |
Bernard Spil (brnrd) |
databases/mariadb103-server: Security update to 10.3.29
Reported by: <i dani outlook com>
Security: 56ba4513-a1be-11eb-9072-d4c9ef517024
MFH: 2021Q2 |
10.3.28_1 06 Apr 2021 23:02:53 |
Adriaan de Groot (adridg) |
databases/mariadb*: fix build ahead of CMake 3.20
All of the MariaDB releases contain the same ConnectorName CMake
module, and all of those copies of the module contain the same
syntax error. CMake < 3.20 ignores this and treats end() as
endif(), but this is an error in the upcoming version.
Specifically NOT bumping PORTREVISION because this is a build-only
fix that has no effect on the package. |
10.3.28_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.3.27_1 06 Dec 2020 14:41:16 |
brnrd |
databases/mariadb103-client: Don't overwrite my.cnf
Reported by: Miroslav Lachman <000.fbsd quip cz> |
10.3.24 29 Aug 2020 20:34:33 |
brnrd |
databases/mariadb103-server: Update to 10.3.24 |
10.3.23 17 May 2020 14:22:51 |
brnrd |
databases/mariadb103-server: Security update to 10.3.23
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024 |
10.3.17 01 Sep 2019 15:57:02 |
brnrd |
databases/mariadb103-server: Security update to 10.3.17
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf |
10.3.16_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
10.3.15 15 May 2019 20:36:33 |
brnrd |
databases/mariadb103-server: Security update to 10.3.15
- refactored Makefile using more OPTIONS helpers
MFH: 2019Q2
Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf |
10.3.14 14 Apr 2019 09:43:17 |
brnrd |
databases/mariadb103-server: Update to 10.3.14 |
10.3.13_1 23 Mar 2019 22:26:25 |
brnrd |
databases/mariadb103-client: Fix mariadb_config
* Partial revert of r490140
PR: 235744
Submitted by: Dani <i dani outlook com>
MFH: 2019Q1
Differential Revision: https://reviews.freebsd.org/D19691 |
10.3.13 23 Feb 2019 09:48:47 |
brnrd |
databases/mariadb103-server: Security update to 10.3.13
PR: 235945
Submitted by: Miroslav Lachman <000.fbsd quip cz>
MFH: 2019Q1
Security: d3d02d3a-2242-11e9-b95c-b499baebfeaf |
10.3.12 13 Jan 2019 14:43:08 |
brnrd |
databases/mariadb103-server: Update to 10.3.12 |
10.3.11 24 Nov 2018 19:17:05 |
brnrd |
databases/mariadb103-server: Security update to 10.3.11
- Add workaround for LZ4, SNAPPY build issues [1]
PR: 233212 [1]
Reported by: Peter Putzer <freebsd mnd sc>
MFH: 2018Q4
Security: ec5072b0-d43a-11e8-a6d2-b499baebfeaf |
10.3.10_2 10 Nov 2018 14:11:46 |
brnrd |
databases/mariadb103-server: Remove XTRADB option
- The XtraDB engine was removed from 10.3
- Fix plist conflict for TOKUDB option [1]
PR: 232906 [1]
Submitted by: Oleg Sidorkin <osidorkin gmail com> |
10.3.10_2 31 Oct 2018 17:35:28 |
brnrd |
databases/mariadb103-client: Fix mariadb_config output
- port fix from mariadb102-client port
PR: 226049, 230538
Reported by: flo |
10.3.10_1 27 Oct 2018 15:06:55 |
brnrd |
databases/mariadb103-server: Fix plist issues
- Resurect mysql_upgrade [1]
- Move some files between -client and -server
PR: 232735 [1]
Reported by: Naram Qashat <cyberbotx cyberbotx com> [1]
MFH: 2018Q4 |
10.3.10 25 Oct 2018 15:59:36 |
brnrd |
databases/mariadb103-server: Update to 10.3.10
- Fix build on aarch64 [1]
- Not broken in i386 [2]
- WSREP only on amd64
PR: 230682 [1], 230027 [2]
Submitted by: Naram Qashat <cyberbotx cyberbotx com> [1]
Reported by: <dewayne heuristicsystems com.au> [2]
Security: 909be51b-9b3b-11e8-add2-b499baebfeaf
MFH: 2018Q4 |
10.3.7 25 Jun 2018 05:07:27 |
linimon |
Mark as broken on aarch64: missing sbrk.
Approved by: portmgr (tier-2 blanket) |
10.3.7 09 Jun 2018 16:40:54 |
brnrd |
databases/mariadb103-server: Add MariaDB 10.3 port |