git: a181d3c6612d - main - devel/spr: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 08:17:01 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a181d3c6612d37c9b0e033eb5c560f3db90114ed
commit a181d3c6612d37c9b0e033eb5c560f3db90114ed
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:16:59 +0000
devel/spr: Broken on powerpc64le
Reported by: fallout
---
devel/spr/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/spr/Makefile b/devel/spr/Makefile
index ebebab9084df..99909f4263e8 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