git: 36206f03653c - main - devel/git-cliff: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 20:29:21 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=36206f03653cefa868d1c2ae5227a0d2ea4f3cc8
commit 36206f03653cefa868d1c2ae5227a0d2ea4f3cc8
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 20:28:49 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 20:29:19 +0000
devel/git-cliff: Broken on powerpc64le
Reported by: https://portsfallout.com/
---
devel/git-cliff/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile
index c7776fc8238c..9351b1858c2c 100644
--- a/devel/git-cliff/Makefile
+++ b/devel/git-cliff/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/../LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/../LICENSE-MIT
+BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10 # see https://github.com/rust-lang/rust/issues/119901
+
USES= cargo
USE_GITHUB= yes