Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 10:14:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424559 - head/databases/mysql-connector-c
Message-ID:  <201610241014.u9OAEZiq063243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 24 10:14:35 2016
New Revision: 424559
URL: https://svnweb.freebsd.org/changeset/ports/424559

Log:
  - 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

Modified:
  head/databases/mysql-connector-c/Makefile

Modified: head/databases/mysql-connector-c/Makefile
==============================================================================
--- head/databases/mysql-connector-c/Makefile	Mon Oct 24 10:13:49 2016	(r424558)
+++ head/databases/mysql-connector-c/Makefile	Mon Oct 24 10:14:35 2016	(r424559)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mysql-connector-c
 PORTVERSION=	6.1.6
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	MYSQL/Connector-C
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -11,8 +12,11 @@ MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	MySQL database connector for C
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake:outsource compiler:features mysql ssl:build
+BROKEN_FreeBSD_9=	does not build
+
+USES=		cmake:outsource compiler:features mysql ssl
 CMAKE_ARGS+=	-DOPENSSL_INCLUDE_DIR="${OPENSSLINC}"
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610241014.u9OAEZiq063243>