svn commit: r523486 - head/security/helib

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 18 19:05:06 UTC 2020


Author: yuri
Date: Sat Jan 18 19:05:05 2020
New Revision: 523486
URL: https://svnweb.freebsd.org/changeset/ports/523486

Log:
  security/helib: Broken on i386
  
  Reported by:	fallout

Modified:
  head/security/helib/Makefile

Modified: head/security/helib/Makefile
==============================================================================
--- head/security/helib/Makefile	Sat Jan 18 19:02:05 2020	(r523485)
+++ head/security/helib/Makefile	Sat Jan 18 19:05:05 2020	(r523486)
@@ -11,6 +11,8 @@ COMMENT=	Implementation of homomorphic encryption
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libntl.so:math/ntl
 


More information about the svn-ports-all mailing list