Port details |
- mariadb-connector-c MariaDB database connector for C
- 3.2.6 databases
=0 3.2.6Version of this port present on the latest quarterly branch. - Maintainer: brnrd@FreeBSD.org
 - Port Added: 2017-01-15 19:04:02
- Last Update: 2022-04-18 11:22:30
- Commit Hash: 5ab12f1
- License: LGPL21
- Description:
- The MariaDB Connector/C is used to connect applications developed in C/C++
to MariaDB and MySQL databases. MySQL Connector/C is LGPL licensed.
Parts of MariaDB Connector/C are derived from PHP\'s mysqlnd extension and
the original LGPL MySQL client library for MySQL 3.23. The rest of the code
is written by developers at MariaDB Corporation Ab.
WWW: https://www.mariadb.com/kb/en/mariadb/about-mariadb-connector-c/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mariadb-connector-c>0:databases/mariadb-connector-c
- Conflicts:
- CONFLICTS_INSTALL:
- mariadb[0-9]*-client
- mariadb102-server
- mysql[0-9]*-client
- percona[0-9]*-client
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/mariadb-connector-c/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mariadb-connector-c
- pkg install mariadb-connector-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mariadb-connector-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645435609
SHA256 (mariadb-connector-c-3.2.6-src.tar.gz) = 9c22fff9d18db7ebdcb63979882fb6b68d2036cf2eb62f043eac922cd36bdb91
SIZE (mariadb-connector-c-3.2.6-src.tar.gz) = 992992
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- Library dependencies:
-
- libcurl.so : ftp/curl
- libiconv.so : converters/libiconv
- This port is required by:
- for Libraries
-
- databases/mariadb-connector-odbc
- Configuration Options:
- No options to configure
- Options name:
- databases_mariadb-connector-c
- USES:
- cmake:insource compiler:c++11-lib iconv:translit ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Apr 2022 11:22:30 3.2.6
|
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 |
21 Feb 2022 09:30:26 3.2.6
|
Bernard Spil (brnrd)  |
databases/mariadb-connector-c: Update to 3.2.6 |
25 Nov 2021 21:40:11 3.2.4
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
06 Nov 2021 12:53:11 3.2.4
|
Bernard Spil (brnrd)  |
databases/mariadb-connector-c: Update to 3.2.4 |
06 Apr 2021 23:02:53 3.1.10
|
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. |
06 Apr 2021 14:31:07 3.1.10
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Oct 2020 18:51:46
3.1.10
|
brnrd  |
databases/mariadb-connector-c: Update to 3.1.10 |
24 Jun 2020 21:37:05
3.1.9
|
brnrd  |
databases/mariadb-connector-c: Update to 3.1.9 |
17 Jun 2020 17:47:30
3.1.8
|
brnrd  |
databases/mariadb-connector-c: Update to 3.1.8 |
09 Oct 2019 10:34:57
3.0.10_1 
|
bapt  |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
26 Jul 2019 20:46:57
3.0.10_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 May 2019 07:48:30
3.0.10 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.10 |
24 Feb 2019 20:36:10
3.0.9 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.9 |
13 Jan 2019 14:41:13
3.0.8 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.8 |
25 Dec 2018 20:25:40
3.0.7_1 
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
3.0.7_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
24 Nov 2018 21:21:42
3.0.7 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.7 |
25 Sep 2018 07:29:26
3.0.6 
|
linimon  |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
05 Aug 2018 21:34:57
3.0.6 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.6 |
29 Jul 2018 22:18:46
3.0.4_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
06 May 2018 09:41:57
3.0.4 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.4 |
24 Jan 2018 16:09:59
3.0.3_1 
|
brnrd  |
databases/mariadb-connector-c: Fix ldconfig path
- Fixes ports trying to use libmariadb |
23 Jan 2018 19:50:57
3.0.3 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.3 |
08 Dec 2017 01:46:01
3.0.2_1 
|
linimon  |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket) |
10 Sep 2017 20:55:39
3.0.2_1 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
27 Jul 2017 11:51:58
3.0.2 
|
brnrd  |
databases/mariadb-connector-c: Update to 3.0.2
- Major version update to 3.0.2
- Fix PKGNAME
- Add LICENSE_FILE
- Add iconv and curl dependencies
- Remove post-install fix
- Remove now redundant patch |
21 May 2017 21:55:08
2.3.2 
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
14 Apr 2017 16:50:18
2.3.2 
|
brnrd  |
databases/mariadb-connector-c: Update to 2.3.2
- Update to 2.3.2
- Fix build with LibreSSL |
01 Apr 2017 15:23:32
2.3.1_1 
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
15 Jan 2017 19:03:51
2.3.1 
|
brnrd  |
databases/mariadb-connector-c: Add new port
- Add port to databases/Makefile
- Use zlib from base
- Add port directory incl required files
- Add patch for LibreSSL |