Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 19:46:16 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492320 - head/databases/galera
Message-ID:  <201902061946.x16JkGZi068238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Wed Feb  6 19:46:15 2019
New Revision: 492320
URL: https://svnweb.freebsd.org/changeset/ports/492320

Log:
  databases/galera: Unbreak with OpenSSL 1.1.1
  
  It compiles and works just fine with OpenSSL 1.1.1.
  
  Submitted by:	Benoit Plessis <benoit@plessis.info>
  Approved by:	devel@galeracluster.com

Modified:
  head/databases/galera/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Wed Feb  6 19:01:23 2019	(r492319)
+++ head/databases/galera/Makefile	Wed Feb  6 19:46:15 2019	(r492320)
@@ -12,8 +12,6 @@ COMMENT=	Synchronous multi-master replication engine
 
 LICENSE=	GPLv2
 
-BROKEN_SSL=		openssl111
-BROKEN_SSL_REASON_openssl111=	check that SSL devel headers are installed and usable
 BROKEN_aarch64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 BROKEN_armv6=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 BROKEN_armv7=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'



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