svn commit: r383260 - head/databases/mysql-connector-c
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 5 07:36:52 UTC 2015
Author: antoine
Date: Sun Apr 5 07:36:51 2015
New Revision: 383260
URL: https://svnweb.freebsd.org/changeset/ports/383260
Log:
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:
head/databases/mysql-connector-c/Makefile
Modified: head/databases/mysql-connector-c/Makefile
==============================================================================
--- head/databases/mysql-connector-c/Makefile Sun Apr 5 07:23:49 2015 (r383259)
+++ head/databases/mysql-connector-c/Makefile Sun Apr 5 07:36:51 2015 (r383260)
@@ -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