Port details |
- mariadb106-server Multithreaded SQL database (server)
- 10.6.20 databases =7 10.6.20Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2022-02-20 18:42:08
- Last Update: 2024-12-30 11:32:22
- Commit Hash: 17fc387
- People watching this port, also watch:: php82, pkg, grafana, nextcloud-php83, libxml2
- 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:
-
- mariadb106-server>0:databases/mariadb106-server
- Conflicts:
- CONFLICTS_INSTALL:
- mariadb10[0-57-9]-server-*
- mariadb1011-server-*
- mysql[0-9]*-server-*
- mysqlwsrep*
- percona[0-9]*-server-*
- mytop
- To install the port:
- cd /usr/ports/databases/mariadb106-server/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mariadb106-server
- pkg install mariadb106-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mariadb106-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731237766
SHA256 (mariadb-10.6.20.tar.gz) = 47f05abc7dbebb3f26b31e75022b1b3969dbbc4752c4ae701f8920a604896d41
SIZE (mariadb-10.6.20.tar.gz) = 102697156
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- databases/mariadb106-client
- 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
- ninja : devel/ninja
- Runtime dependencies:
-
- bash : shells/bash
- rsync : net/rsync
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libzstd.so : archivers/zstd
- libodbc.so : databases/unixODBC
- libgalera.so : databases/galera26
- libiconv.so : converters/libiconv
- libedit.so.0 : devel/libedit
- libmariadb.so.3 : databases/mariadb106-client
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mariadb106-server-10.6.20:
CONNECT_EXTRA=on: Enable ODBC and XML in CONNECT engine
DOCS=on: Build and/or install documentation
WSREP=on: Build wsrep clustering
====> Optional page compression
LZ4=off: LZ4 compression support
LZO=off: LZO compression support
SNAPPY=off: Snappy compression library support
====> Optional MariaDB storage engines
COLUMNSTORE=off: Columnar storage egine (BETA)
INNOBASE=on: InnoDB default engine
MROONGA=off: Mroonga Full Text Search engine
OQGRAPH=off: Open Query Graph Computation engine
ROCKSDB=off: RocksDB LSM engine
S3=off: S3 storage engine (Alpha)
SPHINX=on: SphinxSE engine
SPIDER=on: Partitioning and XA-transactions engine
====> Optional Mroonga features
ZMQ=off: ZeroMQ support
MSGPACK=off: MsgPack support
====> 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_mariadb106-server
- USES:
- bison:build cmake:insource compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl mysql:106m gnome 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/mysql or /usr/local/etc. Sample
configuration files are provided in /usr/local/etc/mysql
and /usr/local/etc/mysql/conf.d.
The rc(8) script no longer uses /var/db/mysql/my.cnf for configuration
nor /var/db/mysql for logs and PID-file.
This port does NOT include the mytop perl script, this is included in
the MariaDB tarball but the most recent version can be found in the
databases/mytop port
Using wsrep clustering requires adding a configuration file.
Copy /usr/local/etc/mysql/conf.d/wsrep.cnf.sample to
/usr/local/etc/mysql/conf.d/wsrep.cnf and change what you need there.
- If upgrading
- Remember to run mariadb-upgrade (with the optional --datadir=<dbdir> flag)
the first time you start the MySQL server after an upgrade from an
earlier version.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.6.20 30 Dec 2024 11:32:22 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Fix filename in pkg-message
Reported by: otis
Differential Revision: https://reviews.freebsd.org/D43120 |
10.6.20 10 Nov 2024 13:34:56 |
Bernard Spil (brnrd) |
databases/mytop: Adopt port and fix conflicts
* The MariaDB ports have shipped a mytop for a long time. This was
commented out due to earlier conflicts. These changes use the
packaged mytop for MariaDB ports whilst providing the port for
MySQL versions.
Reported by: till php net
PR: 266630 |
10.6.20 10 Nov 2024 12:18:38 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.20 |
10.6.19 02 Sep 2024 05:01:46 |
Jason E. Hale (jhale) |
databases/mariadb106-server: Remove rogue files
These look to have been unintentionally committed in a34cf9c2dbf5 and
are causing the pre-commit hooks to reject merges.
Approved by: portmgr (blanket) |
10.6.19 18 Aug 2024 12:23:18 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.19
* Fix a ports LibreSSL issue [1]
PR: 274494 [1]
Reported by: Ivan Rozhuk <rozhuk im gmail com> |
10.6.18_1 16 Jun 2024 17:11:31 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Fix hang on restart
PR: 279362
Obtained from: https://jira.mariadb.org/browse/MDEV-34254 |
10.6.18 15 Jun 2024 10:09:32 |
Piotr Kubaj (pkubaj) |
databases/mariadb106-server: fix build on powerpc64*
/wrkdirs/usr/ports/databases/mariadb106-client/work/mariadb-10.6.18/mysys/crc32/crc32c.cc:498:7:
error: use of undeclared identifier 'arch_ppc_probe'
498 | if (arch_ppc_probe())
| ^
1 error generated. |
10.6.18 25 May 2024 10:53:36 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.18
PR: 279246
Reported by: i dani outlook com |
10.6.17 24 Mar 2024 08:39:30 |
Daniel Engberg (diizzy) |
databases/mariadb*: Remove dead mirror mirror1.cl.netactuate.com
Remove mirror as it no longer responds to requests
Approved by: portmgr (blanket) |
10.6.17 16 Mar 2024 12:50:42 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.17 |
10.6.16 07 Mar 2024 21:56:26 |
Gerald Pfeifer (gerald) |
databases/mariadb106-server: Remove dead Makefile settings
Remove settings specific to i386 that have been dead (= disabled
and unused) since this port was created.
Approved by: portmgr blanket |
10.6.16 29 Dec 2023 11:24:33 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Register expiration date
* See
* https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/
* https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/
* https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/ |
10.6.16 26 Nov 2023 20:09:14 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Security update to 10.6.16
Security: 388e6557-8c80-11ee-9ee3-84a93843eb75.html
MFH: 2023Q4 |
10.6.15 03 Nov 2023 12:00:08 |
Dan Langille (dvl) |
*/*: Fix broken UCL
Most of this is a missing ] or }. In one case, it was leading
whitespace before a EOM tag.
PR: 259533
Approved by: portmgr (blanket) |
10.6.15 14 Oct 2023 17:35:48 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.15
PR: 274279 |
10.6.14 27 Jun 2023 12:13:23 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.14
PR: 271999 |
10.6.13 28 May 2023 18:53:06 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.13
PR: 271549
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Security: 5d1b1a0a-fd36-11ed-a0d1-84a93843eb75
MFH: 2023Q2 |
10.6.12 10 Apr 2023 11:40:23 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Bugfixes
* Don't override bind-address when WSREP is enabled [1]
* Fix typo in mysql_config patch [2]
* Update CONFLICTS after MariaDB 10.0.11 port creation
PR: 264999[1], 269654[2]
Reported by: ingenium <freebsd gmx info>[1], Oleg Sidorkin <osidorkin gmail com> |
10.6.12 20 Feb 2023 13:15:05 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Fix broken build WSREP=off |
10.6.12 19 Feb 2023 19:46:34 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.12
* 267386 Fixes broken symlink
* 269654 Fixes issue in mysql_config patch
PR: 269457, 267386 [1], 269654 [2]
Reported by: Ivan Rozhuk <rozhuk im gmail com> [1], Oleg Sidorkin <osidorkin
gmail com> [2] |
10.6.11 26 Nov 2022 18:49:15 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.11 |
10.6.10_1 26 Oct 2022 16:55:27 |
Dan Langille (dvl) |
databases/and_others: Fix rc.d script comment
I found this typo while researching something else. It seems to have
propgated around the tree.
Approved by: blanket |
10.6.10_1 16 Oct 2022 21:10:02 |
Adam Weinberger (adamw) |
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit. |
10.6.10 17 Sep 2022 11:48:40 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Regression fix update to 10.6.10
* regressions in the latest MariaDB 10.6.9 which can impact a large number
of users by causing crashes and / or data loss.
MFH: 2022Q3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
10.6.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
10.6.9 04 Sep 2022 19:52:56 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Update to 10.6.9
Security: 36d10af7-248d-11ed-856e-d4c9ef517024
MFH: 2022Q3 |
10.6.8_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
10.6.8 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.6.8 23 May 2022 20:18:04 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Security update to 10.6.8
Security: 04fecc47-dad2-11ec-8fbd-d4c9ef517024
MFH: 2022Q2 |
10.6.7_3 16 May 2022 06:49:44 |
Loïc Bartoletti (lbartoletti) |
databases/mariadb10*: fix pkg-plist use share/man
Approved by: portmgr (blanket) |
10.6.7_3 14 May 2022 19:42:58 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Fix build with LibreSSL 3.5
* Improve poudriere build reliability |
10.6.7_3 18 Apr 2022 11:22:30 |
Bernard Spil (brnrd) |
databases/mariadb*: Update MASTER_SITES
* Fixes broken sites
* Prefer MariaDB redirect mechanism via API
* Use secondary mirrors
* Primary mirror as last resort
PR: 262075
Reported by: diizzy |
10.6.7_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
10.6.7_2 01 Apr 2022 15:53:18 |
Rene Ladan (rene) |
all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after
49f593b2f77f"
Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D34523 |
10.6.7_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
10.6.7_1 07 Mar 2022 19:13:17 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Fix conflicts
* and LOCALBASE
Reported by: VVD <vvd unislabs com> |
10.6.7_1 01 Mar 2022 07:43:38 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Fix build with SPIDER disabled
PR: 262178
Reported by: <ari ish com au> |
10.6.7_1 24 Feb 2022 06:46:57 |
Piotr Kubaj (pkubaj) |
databases/mariadb106-server: fix build on riscv64
Copy patch from databases/mariadb105-server.
While here, also enable WSREP. |
10.6.7_1 22 Feb 2022 02:20:13 |
Piotr Kubaj (pkubaj) |
databases/mariadb106-server: enable WSREP on powerpc64 and bump PORTREVISION |
10.6.7 22 Feb 2022 00:02:36 |
Piotr Kubaj (pkubaj) |
databases/mariadb106-server: enable WSREP on powerpc64le |
10.6.7 21 Feb 2022 11:30:34 |
Piotr Kubaj (pkubaj) |
databases/mariadb106-server: fix build on powerpc64le
Same issue as earlier mariadb ports. |
10.6.7 20 Feb 2022 18:38:52 |
Bernard Spil (brnrd) |
databases/mariadb106-server: Add MariaDB 10.6 to ports
PR:
Reported by: Vincent Milum Jr <freebsd darkain com> |