Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 07:35:16 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: cf4c8857ae63 - 2024Q1 - security/diswall: Broken on powerpc64le
Message-ID:  <202401150735.40F7ZGKu015255@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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