Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 19:05:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523486 - head/security/helib
Message-ID:  <202001181905.00IJ55Gi011601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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