svn commit: r383261 - branches/2015Q2/databases/mysql-connector-c
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 5 07:37:57 UTC 2015
Author: antoine
Date: Sun Apr 5 07:37:56 2015
New Revision: 383261
URL: https://svnweb.freebsd.org/changeset/ports/383261
Log:
MFH: r383260
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
Modified:
branches/2015Q2/databases/mysql-connector-c/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/databases/mysql-connector-c/Makefile
==============================================================================
--- branches/2015Q2/databases/mysql-connector-c/Makefile Sun Apr 5 07:36:51 2015 (r383260)
+++ branches/2015Q2/databases/mysql-connector-c/Makefile Sun Apr 5 07:37:56 2015 (r383261)
@@ -13,6 +13,8 @@ COMMENT= MySQL database connector for C
LICENSE= GPLv2
+BROKEN= Fails to configure
+
USE_MYSQL= 51+
USE_OPENSSL= yes
WITH_OPENSSL_PORT=yes
More information about the svn-ports-all
mailing list