Date: Fri, 12 Jan 2024 20:29:38 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 628335052215 - 2024Q1 - devel/git-cliff: Broken on powerpc64le Message-ID: <202401122029.40CKTcWM055358@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=628335052215dab25353e7fea34e35b21afce209 commit 628335052215dab25353e7fea34e35b21afce209 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:33 +0000 devel/git-cliff: Broken on powerpc64le Reported by: https://portsfallout.com/ (cherry picked from commit 36206f03653cefa868d1c2ae5227a0d2ea4f3cc8) --- devel/git-cliff/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index 975e097eca69..8145d1b623d6 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401122029.40CKTcWM055358>