git: 2d258b59ae77 - 2024Q1 - devel/selene: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 08:23:31 UTC
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d258b59ae773f207c1327c4c49fa4408a6c286e

commit 2d258b59ae773f207c1327c4c49fa4408a6c286e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:22:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:23:26 +0000

    devel/selene: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 7f93a32827b360d8019c56a984580076e1e975ec)
---
 devel/selene/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/selene/Makefile b/devel/selene/Makefile
index de0ced70e46c..901a64c194af 100644
--- a/devel/selene/Makefile
+++ b/devel/selene/Makefile
@@ -9,6 +9,8 @@ WWW=		https://kampfkarren.github.io/selene/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # next release should fix this
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	kampfkarren