git: e7c511356f7b - 2024Q1 - devel/spr: Broken on powerpc64le

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

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

commit e7c511356f7b8666f40125ff01f5bce1b1bea337
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:16:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:17:18 +0000

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

diff --git a/devel/spr/Makefile b/devel/spr/Makefile
index b7983f45a117..8a3b1d0211b1 100644
--- a/devel/spr/Makefile
+++ b/devel/spr/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/getcord/spr
 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/getcord/spr/issues/185
+
 LIB_DEPENDS=	libgit2.so:devel/libgit2
 
 USES=		cargo