From owner-svn-ports-branches@freebsd.org Thu May 12 19:25:08 2016 Return-Path: Delivered-To: svn-ports-branches@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 40977B3821C; Thu, 12 May 2016 19:25:08 +0000 (UTC) (envelope-from brnrd@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 0E0131344; Thu, 12 May 2016 19:25:07 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4CJP7JO025784; Thu, 12 May 2016 19:25:07 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4CJP7Iu025783; Thu, 12 May 2016 19:25:07 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201605121925.u4CJP7Iu025783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 12 May 2016 19:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415086 - branches/2016Q2/databases/mariadb100-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 19:25:08 -0000 Author: brnrd Date: Thu May 12 19:25:06 2016 New Revision: 415086 URL: https://svnweb.freebsd.org/changeset/ports/415086 Log: MFH: r415024 databases/mariadb100-server: Fix package builder failures - Add dependency on OpenSSL from ports - As per PR206998 this fixes the relocation error [1] [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206998#c102 PR: 209419 Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/databases/mariadb100-server/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/databases/mariadb100-server/Makefile ============================================================================== --- branches/2016Q2/databases/mariadb100-server/Makefile Thu May 12 19:19:43 2016 (r415085) +++ branches/2016Q2/databases/mariadb100-server/Makefile Thu May 12 19:25:06 2016 (r415086) @@ -90,6 +90,8 @@ TOKUDB_PORTDOCS= PATENTS README.md FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 USE_OPENSSL= yes +# See PR209419, MariaDB 10.0 fails to build with base SSL libs +WITH_OPENSSL_PORT= yes .if defined(CLIENT_ONLY) # MySQL-Client part