git: 38d3fd34d50b - main - security/diswall: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 07:34:56 UTC
The branch main has been updated by yuri:

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

commit 38d3fd34d50bfc11ffefbbfeef2b064551eed3e8
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:34:33 +0000

    security/diswall: Broken on powerpc64le
    
    Reported by:    fallout
---
 security/diswall/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/diswall/Makefile b/security/diswall/Makefile
index 0b12b87da066..73c98473bba7 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