Muhammad Moinur Rahman
5b99dbeb5e
databases/mysql-connector-c: UNBREAK for 12.X and later
...
MFH: 2021Q2 (buildtime fix)
2021-06-07 03:16:55 -05:00
Adriaan de Groot
e75ad72a3c
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.
2021-04-22 22:21:05 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Dmitry Marakasov
c8b6530901
- Update WWW
...
Approved by: portmgr blanket
2020-08-30 09:36:41 +00:00
Bernard Spil
0467bf077e
Chase rename of security/openssl111
...
- Categories a-m
MFH: 2020Q1
2020-01-01 17:27:54 +00:00
Antoine Brodin
3dde099cc5
Mark BROKEN on FreeBSD 12 and 13
...
Reported by: pkg-fallout
MFH: 2019Q2
2019-04-06 08:04:51 +00:00
Tobias C. Berner
707c6bf295
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
2018-12-25 20:25:39 +00:00
Mathieu Arnold
35326f1a97
security/openssl-devel was removed, but there is a security/openssl111 now.
2018-11-10 10:09:48 +00:00
Tobias Kortkamp
7d3e88a564
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)
2018-09-10 15:26:04 +00:00
Bernard Spil
7a678b4918
BROKEN_SSL: Add REASON for breakage
...
Reported by: matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
e091f5ae05
security/openssl-devel: Mark broken databases cat
2018-02-16 14:03:22 +00:00
Muhammad Moinur Rahman
299d16cc9e
databases/mysql-connector-c: Update version 6.1.10=>6.1.11
2017-08-04 20:35:33 +00:00
Muhammad Moinur Rahman
99e55dd1ae
databases/mysql-connector-c: Update version 6.1.9=>6.1.10
2017-05-15 20:04:50 +00:00
Muhammad Moinur Rahman
d4426ad8fb
databases/mysql-connector-c: Update version 6.1.6=>6.1.9
2017-03-04 22:19:33 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f
Remove BROKEN_FreeBSD_9
...
Approved by: portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov
e3a96b61ab
- 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
2016-10-24 10:14:35 +00:00
John Marino
240f33dfa0
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
2016-09-13 16:17:21 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
d78beb132c
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
2016-04-25 16:17:31 +00:00
Muhammad Moinur Rahman
fc4aface74
databases/mysql-connector-c: UNBREAK
...
- Update version 6.1.5=>6.1.6
- Fix patch files to reflect 'make makepatch'
- Take MAINTAINERSHIP
2015-06-20 10:45:13 +00:00
Mathieu Arnold
88bfe4bd43
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
2015-05-11 18:34:57 +00:00
Antoine Brodin
8aad2cc054
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
2015-04-05 07:36:51 +00:00
Pietro Cerutti
c020107379
- Reset maintainership of my ports
2014-12-10 22:29:14 +00:00
Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +00:00
Pietro Cerutti
9b31395163
- Update to 6.1.5
...
Release notes:
http://dev.mysql.com/doc/relnotes/connector-c/en/news-6-1-5.html
2014-06-23 12:38:10 +00:00
Pietro Cerutti
891e69b5e4
- Unbreak by depending on OpenSSL from ports
...
- Bump PORTREVISION (dependencies changed)
Reported by: pkg-fallout
2014-04-16 09:21:11 +00:00
Pietro Cerutti
8b871bf7c9
- Update to 6.1.3
...
- STAGE-clean
2014-01-31 14:52:20 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Max Brazhnikov
ffd97a0193
- convert USE_CMAKE to USES
...
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
2013-03-22 20:06:14 +00:00
Pietro Cerutti
efb509610b
- 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/
2013-02-04 09:57:50 +00:00