Port details |
- mariadb114-server Multithreaded SQL database (server)
- 11.4.4 databases =6 11.4.3Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2024-06-16 14:24:05
- Last Update: 2024-11-10 13:34:56
- Commit Hash: a8e7b5f
- People watching this port, also watch:: dovecot, mariadb114-client, bind-tools, postfix, rspamd
- 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:
-
- mariadb114-server>0:databases/mariadb114-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/mariadb114-server/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mariadb114-server
- pkg install mariadb114-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mariadb114-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731170702
SHA256 (mariadb-11.4.4.tar.gz) = 96fbd2e6e93fb7e8b373eea75d85b6fea57c0e111a02090cbbefed52599dc77b
SIZE (mariadb-11.4.4.tar.gz) = 111017581
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- databases/mariadb114-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/mariadb114-client
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mariadb114-server-11.4.4:
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_mariadb114-server
- USES:
- bison:build cmake:insource compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl mysql:114m 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
The Using wsrep clustering requires additional configuration.
Edit /usr/local/etc/mysql/conf.d/wsrep.conf and change what you need there.
The hashicorp_key_management, s3 and spider plugins must be enabled
before they can be used, check the specific .cnf files in /usr/local/etc/mysql/conf.d/
- 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 |
11.4.4 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 |
11.4.4 10 Nov 2024 11:32:11 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Remove spurious file |
11.4.4 10 Nov 2024 11:30:54 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Update to 11.4.4 |
11.4.3 27 Aug 2024 07:01:36 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Remove unfinished port
Reported by: antoine |
11.4.3 20 Aug 2024 16:59:28 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Fix build error for Hashi plugin
Reported by: Gergely Czuczy |
11.4.3 18 Aug 2024 12:38:49 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Update to 11.4.3
* Fix build with ports LibreSSL [1]
* Clean up binary references in cnf
* Create proper sample files and default conf
PR: 274494
Reported by: Ivan Rozhuk <rozhuk im gmail com> |
11.4.2 30 Jun 2024 14:46:51 |
Bernard Spil (brnrd) |
databases/mariadb114-server: Fix pkg-list issue for WSREP
PR: 280041
Reported by: Michael Grimm <trashcan ellael com> |
11.4.2 16 Jun 2024 16:19:01 |
Piotr Kubaj (pkubaj) |
databases/mariadb114-server: fix build on powerpc64*
Same as previous mariadb fixes. |
11.4.2 16 Jun 2024 14:21:23 |
Bernard Spil (brnrd) |
databases/mariadb114-server: New MariaDB 11.4 port
* This is an LTS version.
* the mysql command now generates a warning about deprecation.
to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
has been patched. |