svn commit: r492320 - head/databases/galera

Vasil Dimov vd at FreeBSD.org
Wed Feb 6 19:46:16 UTC 2019


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 at plessis.info>
  Approved by:	devel at 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'


More information about the svn-ports-all mailing list