git: 0fb95dba7022 - 2024Q1 - devel/the-way: Broken on powerpc64le

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0fb95dba7022472eb0bd12950ae2bdf8b7325b5a

commit 0fb95dba7022472eb0bd12950ae2bdf8b7325b5a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:12:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:14:00 +0000

    devel/the-way: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 0a65b5e9207ef6eab7b519aeac99304671cdeefb)
---
 devel/the-way/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
index 8ce50cd23202..cecc9b7b3d79 100644
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/out-of-cheese-error/the-way
 LICENSE=	MIT
 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/out-of-cheese-error/the-way/issues/160
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	out-of-cheese-error