Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 19:50:57 +0000 (UTC)
From:      Mahdi Mokhtari <mmokhi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481848 - in head/databases/mysql56-server: . files
Message-ID:  <201810111950.w9BJovWg083049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmokhi
Date: Thu Oct 11 19:50:57 2018
New Revision: 481848
URL: https://svnweb.freebsd.org/changeset/ports/481848

Log:
  databases/mysql56-server: Fix build with libressl after r481608
  
  PR:		228899
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Reported by:	brnrd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/databases/mysql56-server/Makefile
  head/databases/mysql56-server/files/patch-PR225888.diff

Modified: head/databases/mysql56-server/Makefile
==============================================================================
--- head/databases/mysql56-server/Makefile	Thu Oct 11 19:37:15 2018	(r481847)
+++ head/databases/mysql56-server/Makefile	Thu Oct 11 19:50:57 2018	(r481848)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	mysql
 PORTVERSION=	5.6.41
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	databases ipv6
 MASTER_SITES=	MYSQL/MySQL-5.6
 PKGNAMESUFFIX?=	56-server

Modified: head/databases/mysql56-server/files/patch-PR225888.diff
==============================================================================
--- head/databases/mysql56-server/files/patch-PR225888.diff	Thu Oct 11 19:37:15 2018	(r481847)
+++ head/databases/mysql56-server/files/patch-PR225888.diff	Thu Oct 11 19:50:57 2018	(r481848)
@@ -185,7 +185,7 @@ index 4acff4e4d9b..307778771be 100644
  {
  #ifdef HAVE_OPENSSL
  #ifndef HAVE_YASSL
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
    CRYPTO_malloc_init();
 +#else /* OPENSSL_VERSION_NUMBER < 0x10100000L */
 +  OPENSSL_malloc_init();



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