Port details |
- mysql-connector-c MySQL database connector for C
- 6.1.11_1 databases
=0 6.1.11_1Version of this port present on the latest quarterly branch.
- DEPRECATED: C Connector is included in mysql packages since 5.6
This port expired on: 2023-03-31
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-02-04 09:58:08
- Last Update: 2023-03-30 23:59:35
- Commit Hash: 2eee603
- License: GPLv2
- WWW:
- https://dev.mysql.com/downloads/c-api/
- Description:
- MySQL Connector/C is a C client library for client/server communication. It is
a standalone replacement for the MySQL Client Library shipped with the MySQL
Server.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql-connector-c>0:databases/mysql-connector-c
- No installation instructions:
- This port has been deleted.
- PKGNAME: mysql-connector-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1501858684
SHA256 (mysql-connector-c-6.1.11-src.tar.gz) = c8664851487200162b38b6f3c8db69850bd4f0e4c5ff5a6d161dbfb5cb76b6c4
SIZE (mysql-connector-c-6.1.11-src.tar.gz) = 3489345
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-core
- ninja : devel/ninja
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_mysql-connector-c
- USES:
- cmake compiler:features mysql ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.11_1 30 Mar 2023 23:59:35 |
Muhammad Moinur Rahman (bofh) |
databases/mysql-connector-c: Remove expired port:
2023-03-31 databases/mysql-connector-c: C Connector is included in mysql
packages since 5.6 |
6.1.11_1 02 Feb 2023 17:18:32 |
Muhammad Moinur Rahman (bofh) |
databases/mysql-connector-c: Mark DEPRECATED
Since mysql 5.6 the C Connector is distributed as part of the
mysql-client packages and is no longer distributed as a different
package. The requirement of this package is no longer valid as
mysql55-{client|server} packages are in the tree.
gcc 4.2 and related codes have been removed. |
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) |
6.1.11_1 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 ) |
6.1.11_1 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 ) |
6.1.11_1 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
6.1.11_1 07 Jun 2021 08:16:55 |
Muhammad Moinur Rahman (bofh) |
databases/mysql-connector-c: UNBREAK for 12.X and later
MFH: 2021Q2 (buildtime fix) |
6.1.11_1 22 Apr 2021 20:21:05 |
Adriaan de Groot (adridg) |
databases/mysql-connector-c: fix configure against CMake 3.20
The CMake module code swapped an endif() and an endforeach(),
which was never an error before. |
6.1.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.1.11 30 Aug 2020 09:36:41 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
6.1.11 01 Jan 2020 17:27:55 |
brnrd |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
6.1.11 06 Apr 2019 08:04:51 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
6.1.11 25 Dec 2018 20:25:40 |
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 |
6.1.11 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
6.1.11 10 Sep 2018 15:26:04 |
tobik |
databases/mysql-connector-c: Fix build with Clang 6
sql-common/client_authentication.cc:86:56: error: comparison between pointer and
integer ('char *' and 'int')
mysql->options.extension->server_public_key_path != '\0')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/mysql-connector-c-6.1.11.log
PR: 230959
Approved by: bofh (maintainer timeout, 2 weeks) |
6.1.11 16 Feb 2018 17:52:50 |
brnrd |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
6.1.11 16 Feb 2018 14:03:22 |
brnrd |
security/openssl-devel: Mark broken databases cat |
6.1.11 04 Aug 2017 20:35:33 |
bofh |
databases/mysql-connector-c: Update version 6.1.10=>6.1.11 |
6.1.10 15 May 2017 20:04:50 |
bofh |
databases/mysql-connector-c: Update version 6.1.9=>6.1.10 |
6.1.9 04 Mar 2017 22:19:33 |
bofh |
databases/mysql-connector-c: Update version 6.1.6=>6.1.9 |
6.1.6_1 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
6.1.6_1 24 Oct 2016 10:14:35 |
amdmi3 |
- Mark BROKEN on 9.x:
CMake Error at cmake/ssl.cmake:249 (MESSAGE):
Cannot find appropriate system libraries for SSL. Make sure you've
specified a supported SSL version. Consult the documentation for WITH_SSL
alternatives
- Add LICENSE_FILE
- Fix openssl dependency, it's not build-time only
Approved by: portmgr blanket |
6.1.6 13 Sep 2016 16:17:21 |
marino |
databases/mysql-connector-c: Fix build for non-base SSL, support LibreSSL
Also, SSL is only a build requirement.
While here, prevent extract shared libraries from building on DragonFly.
Approved by: SSL blanket |
6.1.6 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
6.1.6 25 Apr 2016 16:17:32 |
mat |
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
6.1.6 20 Jun 2015 10:45:14 |
bofh |
databases/mysql-connector-c: UNBREAK
- Update version 6.1.5=>6.1.6
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP |
6.1.5 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
6.1.5 05 Apr 2015 07:36:52 |
antoine |
Mark BROKEN: fails to configure
CMake Error at cmake/ssl.cmake:247 (MESSAGE):
Cannot find appropriate system libraries for SSL. Make sure you've
specified a supported SSL version. Consult the documentation for WITH_SSL
alternatives
Call Stack (most recent call first):
CMakeLists.txt:442 (MYSQL_CHECK_SSL)
Reported by: pkg-fallout |
6.1.5 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
6.1.5 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
6.1.5 23 Jun 2014 12:38:10 |
gahr |
- Update to 6.1.5
Release notes:
http://dev.mysql.com/doc/relnotes/connector-c/en/news-6-1-5.html |
6.1.3_1 16 Apr 2014 09:21:11 |
gahr |
- Unbreak by depending on OpenSSL from ports
- Bump PORTREVISION (dependencies changed)
Reported by: pkg-fallout |
6.1.3 31 Jan 2014 14:52:20 |
gahr |
- Update to 6.1.3
- STAGE-clean |
6.0.2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
6.0.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
6.0.2 04 Feb 2013 09:57:51 |
gahr |
- New port: databases/mysql-connector-c
MySQL Connector/C is a C client library for client/server communication.
It is a standalone replacement for the MySQL Client Library shipped with
the MySQL Server.
WWW: http://dev.mysql.com/downloads/connector/c/ |