git: 78800bad7772 - main - security/liboqs: Add BROKENxx lines
Yuri Victorovich
yuri at FreeBSD.org
Sat Sep 18 19:38:22 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=78800bad7772c2bcf377bd9c53506e36b977a5dd
commit 78800bad7772c2bcf377bd9c53506e36b977a5dd
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-18 19:05:51 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-18 19:37:09 +0000
security/liboqs: Add BROKENxx lines
Reported by: fallout
---
security/liboqs/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index 5a7c4b5687b4..7e3a945980c6 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -8,6 +8,9 @@ COMMENT= C library for quantum-resistant cryptography
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_FreeBSD_11= Could NOT find OpenSSL, try to set the path to OpenSSL root folder [...]
+BROKEN_i386= Unknown or unsupported processor: i386
+
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= cmake python:test ssl
More information about the dev-commits-ports-all
mailing list