git: 0a65b5e9207e - main - devel/the-way: Broken on powerpc64le

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

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

commit 0a65b5e9207ef6eab7b519aeac99304671cdeefb
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:13:21 +0000

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

diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
index 71d5d24223db..359eb9ed9389 100644
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -11,6 +11,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