From owner-svn-ports-head@freebsd.org Wed Dec 28 20:33:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 626CEC94A51; Wed, 28 Dec 2016 20:33:06 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 234D31BEC; Wed, 28 Dec 2016 20:33:06 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBSKX54V090854; Wed, 28 Dec 2016 20:33:05 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBSKX4wp090847; Wed, 28 Dec 2016 20:33:04 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201612282033.uBSKX4wp090847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 28 Dec 2016 20:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429824 - in head/sysutils: cfengine33 cfengine34 cfengine35 cfengine36 cfengine37 cfengine38 cfengine39 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 20:33:06 -0000 Author: cy Date: Wed Dec 28 20:33:04 2016 New Revision: 429824 URL: https://svnweb.freebsd.org/changeset/ports/429824 Log: Flag cfengine family of ports broken when mysql option is enabled: configure:13254: error: MySQL client library exports symbols clashing with OpenSSL. Get the update from distribution provider, recompile MySQL library or disable MySQL connector. See http://bugs.mysql.com/bug.php?id=65055 for details. Modified: head/sysutils/cfengine33/Makefile head/sysutils/cfengine34/Makefile head/sysutils/cfengine35/Makefile head/sysutils/cfengine36/Makefile head/sysutils/cfengine37/Makefile head/sysutils/cfengine38/Makefile head/sysutils/cfengine39/Makefile Modified: head/sysutils/cfengine33/Makefile ============================================================================== --- head/sysutils/cfengine33/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine33/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -68,6 +68,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOC .if ${PORT_OPTIONS:MMYSQL} USES+= mysql +BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine34/Makefile ============================================================================== --- head/sysutils/cfengine34/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine34/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -71,6 +71,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOC .if ${PORT_OPTIONS:MMYSQL} USES+= mysql +BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine35/Makefile ============================================================================== --- head/sysutils/cfengine35/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine35/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -72,6 +72,7 @@ CONFIGURE_ARGS+= --with-postgresql=${LOC .if ${PORT_OPTIONS:MMYSQL} USES+= mysql +BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine36/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -57,6 +57,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} MYSQL_USES= mysql +MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine37/Makefile ============================================================================== --- head/sysutils/cfengine37/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine37/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -58,6 +58,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} MYSQL_USE= MYSQL=yes +MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine38/Makefile ============================================================================== --- head/sysutils/cfengine38/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine38/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -59,6 +59,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} MYSQL_USE= MYSQL=yes +MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql Modified: head/sysutils/cfengine39/Makefile ============================================================================== --- head/sysutils/cfengine39/Makefile Wed Dec 28 19:42:10 2016 (r429823) +++ head/sysutils/cfengine39/Makefile Wed Dec 28 20:33:04 2016 (r429824) @@ -62,6 +62,7 @@ PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} MYSQL_USES= mysql +MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql