git: cf4c8857ae63 - 2024Q1 - security/diswall: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 07:35:16 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf4c8857ae6390a0dd678c749bae8b2bbd8b381c
commit cf4c8857ae6390a0dd678c749bae8b2bbd8b381c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:34:33 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:35:11 +0000
security/diswall: Broken on powerpc64le
Reported by: fallout
(cherry picked from commit 38d3fd34d50bfc11ffefbbfeef2b064551eed3e8)
---
security/diswall/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/diswall/Makefile b/security/diswall/Makefile
index ff8dfc6b7ff2..70944885483a 100644
--- a/security/diswall/Makefile
+++ b/security/diswall/Makefile
@@ -11,6 +11,8 @@ WWW= https://diswall.stream
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/dis-works/diswall-rs/issues/7
+
USES= cargo sqlite
USE_GITHUB= yes