Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 06:34:19 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487347 - head/devel/ucommon
Message-ID:  <201812130634.wBD6YJH2076717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec 13 06:34:18 2018
New Revision: 487347
URL: https://svnweb.freebsd.org/changeset/ports/487347

Log:
  devel/ucommon does not build with OpenSSL 1.1.1
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/errors/ucommon-7.0.0_3.log
  
  PR:		229027

Modified:
  head/devel/ucommon/Makefile

Modified: head/devel/ucommon/Makefile
==============================================================================
--- head/devel/ucommon/Makefile	Thu Dec 13 06:17:30 2018	(r487346)
+++ head/devel/ucommon/Makefile	Thu Dec 13 06:34:18 2018	(r487347)
@@ -13,6 +13,9 @@ COMMENT=	Very lightweight C++ design pattern library
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
+BROKEN_SSL=	openssl111
+BROKEN_SSL_REASON_openssl111=	error: allocation of incomplete type 'EVP_CIPHER_CTX'
+
 USES=		compiler:c++11-lib cmake:outsource pathfix pkgconfig ssl
 CMAKE_ARGS=	-DBUILD_TESTING:BOOL=ON \
 		-DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME}



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