svn commit: r487347 - head/devel/ucommon

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 13 06:34:20 UTC 2018


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}


More information about the svn-ports-all mailing list