Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Aug 2020 09:36:41
6.1.11

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
01 Jan 2020 17:27:55
6.1.11

|
brnrd  |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
06 Apr 2019 08:04:51
6.1.11

|
antoine  |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
25 Dec 2018 20:25:40
6.1.11

|
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 |
10 Nov 2018 10:09:49
6.1.11

|
mat  |
security/openssl-devel was removed, but there is a security/openssl111 now. |
10 Sep 2018 15:26:04
6.1.11

|
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) |
16 Feb 2018 17:52:50
6.1.11

|
brnrd  |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq |
16 Feb 2018 14:03:22
6.1.11

|
brnrd  |
security/openssl-devel: Mark broken databases cat |
04 Aug 2017 20:35:33
6.1.11

|
bofh  |
databases/mysql-connector-c: Update version 6.1.10=>6.1.11 |
15 May 2017 20:04:50
6.1.10

|
bofh  |
databases/mysql-connector-c: Update version 6.1.9=>6.1.10 |
04 Mar 2017 22:19:33
6.1.9

|
bofh  |
databases/mysql-connector-c: Update version 6.1.6=>6.1.9 |
01 Jan 2017 03:45:13
6.1.6_1

|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
24 Oct 2016 10:14:35
6.1.6_1

|
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 |
13 Sep 2016 16:17:21
6.1.6

|
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 |
19 May 2016 10:21:25
6.1.6

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
25 Apr 2016 16:17:32
6.1.6

|
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 |
20 Jun 2015 10:45:14
6.1.6

|
bofh  |
databases/mysql-connector-c: UNBREAK
- Update version 6.1.5=>6.1.6
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP |
11 May 2015 18:34:58
6.1.5

|
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 |
05 Apr 2015 07:36:52
6.1.5

|
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 |
10 Dec 2014 22:29:15
6.1.5

|
gahr  |
- Reset maintainership of my ports |
20 Oct 2014 10:41:13
6.1.5

|
bapt  |
Cleanup plist |
23 Jun 2014 12:38:10
6.1.5

|
gahr  |
- Update to 6.1.5
Release notes:
http://dev.mysql.com/doc/relnotes/connector-c/en/news-6-1-5.html |
16 Apr 2014 09:21:11
6.1.3_1

|
gahr  |
- Unbreak by depending on OpenSSL from ports
- Bump PORTREVISION (dependencies changed)
Reported by: pkg-fallout |
31 Jan 2014 14:52:20
6.1.3

|
gahr  |
- Update to 6.1.3
- STAGE-clean |
20 Sep 2013 16:13:49
6.0.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
22 Mar 2013 20:06:15
6.0.2

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
04 Feb 2013 09:57:51
6.0.2

|
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/ |