Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 17:07:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39f637e9b88c - main - security/liboqs: Broken on aarch64
Message-ID:  <202206101707.25AH7AW9091314@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 39f637e9b88c7f94b6c6e10e8006932709730316
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-10 17:05:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-10 17:05:34 +0000

    security/liboqs: Broken on aarch64
    
    Reported by:    fallout
---
 security/liboqs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index 0be12b4c7396..f44430219c6f 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -10,6 +10,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	Unknown or unsupported processor: i386
 BROKEN_powerpc=	Unknown or unsupported processor: powerpc
+BROKEN_aarch64=	use of undeclared identifier 'ID_AA64ISAR0_SHA3_BASE', see https://github.com/open-quantum-safe/liboqs/issues/1223
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \



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