aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql-connector-c: Update version 6.1.10=>6.1.11Muhammad Moinur Rahman2017-08-042-4/+4
| | | | Notes: svn path=/head/; revision=447378
* databases/mysql-connector-c: Update version 6.1.9=>6.1.10Muhammad Moinur Rahman2017-05-152-4/+4
| | | | Notes: svn path=/head/; revision=440970
* databases/mysql-connector-c: Update version 6.1.6=>6.1.9Muhammad Moinur Rahman2017-03-046-33/+21
| | | | Notes: svn path=/head/; revision=435432
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Mark BROKEN on 9.x:Dmitry Marakasov2016-10-241-1/+5
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=424559
* databases/mysql-connector-c: Fix build for non-base SSL, support LibreSSLJohn Marino2016-09-133-11/+35
| | | | | | | | | | Also, SSL is only a build requirement. While here, prevent extract shared libraries from building on DragonFly. Approved by: SSL blanket Notes: svn path=/head/; revision=422030
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=414019
* databases/mysql-connector-c: UNBREAKMuhammad Moinur Rahman2015-06-207-16/+39
| | | | | | | | | - Update version 6.1.5=>6.1.6 - Fix patch files to reflect 'make makepatch' - Take MAINTAINERSHIP Notes: svn path=/head/; revision=390160
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* Mark BROKEN: fails to configureAntoine Brodin2015-04-051-0/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=383260
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 6.1.5Pietro Cerutti2014-06-233-8/+12
| | | | | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-c/en/news-6-1-5.html Notes: svn path=/head/; revision=358928
* - Unbreak by depending on OpenSSL from portsPietro Cerutti2014-04-163-1/+18
| | | | | | | | | - Bump PORTREVISION (dependencies changed) Reported by: pkg-fallout Notes: svn path=/head/; revision=351376
* - Update to 6.1.3Pietro Cerutti2014-01-319-118/+70
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=341996
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - New port: databases/mysql-connector-cPietro Cerutti2013-02-049-0/+171
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/ Notes: svn path=/head/; revision=311595