Port details |
- mariadb1011-server Multithreaded SQL database (server)
- 10.11.10 databases =11 10.11.9Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2023-04-10 11:24:17
- Last Update: 2024-11-14 12:33:05
- Commit Hash: 54b68d5
- People watching this port, also watch:: rsync, postfix, pkg, samba416, curl
- 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:
-
- mariadb1011-server>0:databases/mariadb1011-server
- Conflicts:
- CONFLICTS_INSTALL:
- mariadb10[0-57-9]-server-*
- mysql[0-9]*-server-*
- mysqlwsrep*
- percona[0-9]*-server-*
- mytop
- To install the port:
- cd /usr/ports/databases/mariadb1011-server/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mariadb1011-server
- pkg install mariadb1011-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mariadb1011-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731237806
SHA256 (mariadb-10.11.10.tar.gz) = b06a74650b83a16aa9ab098984482b028e75b000674b11ff288772c619a6f022
SIZE (mariadb-10.11.10.tar.gz) = 104463642
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- databases/mariadb1011-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:
-
- libfmt.so : devel/libfmt
- liblz4.so : archivers/liblz4
- libpcre2-8.so : devel/pcre2
- libzstd.so : archivers/zstd
- libodbc.so : databases/unixODBC
- libcurl.so : ftp/curl
- libgalera.so : databases/galera26
- libiconv.so : converters/libiconv
- libedit.so.0 : devel/libedit
- libmariadb.so.3 : databases/mariadb1011-client
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mariadb1011-server-10.11.10:
AWS_KEY_MGMT=on: AWS Encryption Key Management Plugin
CONNECT_EXTRA=on: Enable ODBC and XML in CONNECT engine
DOCS=on: Build and/or install documentation
HASHICORP_VAULT=on: Enable HashiCorp vault key-storage plugin
WSREP=on: Build wsrep clustering
====> Optional page compression
LZO=off: LZO compression support
SNAPPY=off: Snappy compression library support
====> Optional MariaDB storage engines
COLUMNSTORE=off: Columnar storage egine
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 (Gamma)
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_mariadb1011-server
- USES:
- bison:build cmake:insource compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl mysql:1011m 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.conf.sample to
/usr/local/etc/mysql/conf.d/wsrep.conf 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.11.10 14 Nov 2024 12:33:05 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Fix mytop install conflict
PR: 282680
Reported by: Jordan Ostreff |
10.11.10 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.11.10 10 Nov 2024 11:53:36 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.10 |
10.11.9 18 Aug 2024 12:28:53 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.9
* Don't set db_dir twice [1]
* Fix build with ports LibreSSL [2]
PR: 280841 [1], 274494 [2]
Reported by: <pradeep michchi gmail com> [1], Ivan Rozhuk <rozhuk im gmail com>
[2] |
10.11.8_1 16 Jun 2024 11:32:13 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Fix Hangs Indefinitely
PR: 279362
Obtained from: https://jira.mariadb.org/browse/MDEV-34254 |
10.11.8 15 Jun 2024 10:09:34 |
Piotr Kubaj (pkubaj) |
databases/mariadb1011-server: fix build on powerpc64*
/wrkdirs/usr/ports/databases/mariadb1011-client/work/mariadb-10.11.8/mysys/crc32/crc32c.cc:498:7:
error: use of undeclared identifier 'arch_ppc_probe'
498 | if (arch_ppc_probe())
| ^
1 error generated. |
10.11.8 25 May 2024 09:19:52 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.8
* Fix HashiCorp Vault option [1]
PR: 276109 [1]
Reported by: vapaaphohjola gmail com [1] |
10.11.7 06 Apr 2024 21:52:43 |
Gerald Pfeifer (gerald) |
databases/mariadb1011-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.11.7 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.11.7 12 Mar 2024 13:46:08 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.7 |
10.11.6_1 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.11.6_1 14 Dec 2023 15:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
10.11.6 26 Nov 2023 17:29:22 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Security update to 10.11.6
Security: 388e6557-8c80-11ee-9ee3-84a93843eb75
MFH: 2023Q4 |
10.11.5 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.11.5 11 Oct 2023 12:58:47 |
Po-Chuan Hsieh (sunpoet) |
databases/mariadb1011-server: Remove superfluous mariadb-server/ added in
d8f9dd4dc0025cf5847148025dd1532a3c87287c
Approved by: portmgr (blanket) |
10.11.5 19 Aug 2023 09:36:15 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.5 |
10.11.4 27 Jun 2023 07:38:54 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.4 |
10.11.3 28 May 2023 12:53:59 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Update to 10.11.3
Security: 5d1b1a0a-fd36-11ed-a0d1-84a93843eb75
MFH: 2023Q2 |
10.11.2_1 10 Apr 2023 13:47:42 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Fix snafu with PKGNAMESUFFIX |
10.11.2_1 10 Apr 2023 11:41:46 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Fix typo in mysql_config
PR: 269654
Reported by: Oleg Sidorkin <osidorkin gmail com> |
10.11.2 10 Apr 2023 11:21:45 |
Bernard Spil (brnrd) |
databases/mariadb1011-server: Add MariaDB 10.0.11 LTS port
* Clean up versions in mk/Uses/mysql.mk |