git: fb6c58738064 - main - security/helib: disable on 32-bits

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 11 22:31:34 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb6c587380649e9d1cbdd32c4f4b00120d9e3d86

commit fb6c587380649e9d1cbdd32c4f4b00120d9e3d86
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-11 22:31:17 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-11 22:31:17 +0000

    security/helib: disable on 32-bits
    
    CMake Error at CMakeLists.txt:24 (message):
      HElib requires a 64-bit architecture.
---
 security/helib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/helib/Makefile b/security/helib/Makefile
index 1acd0804716e..f5e105c5a8c2 100644
--- a/security/helib/Makefile
+++ b/security/helib/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Implementation of homomorphic encryption
 
 LICENSE=	APACHE20
 
-BROKEN_i386=	no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc powerpcspe
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libntl.so:math/ntl


More information about the dev-commits-ports-main mailing list