git: 7f93a32827b3 - main - devel/selene: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 08:23:12 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f93a32827b360d8019c56a984580076e1e975ec
commit 7f93a32827b360d8019c56a984580076e1e975ec
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:22:41 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:22:41 +0000
devel/selene: Broken on powerpc64le
Reported by: fallout
---
devel/selene/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/selene/Makefile b/devel/selene/Makefile
index f4fba2468eba..73e999e4c631 100644
--- a/devel/selene/Makefile
+++ b/devel/selene/Makefile
@@ -10,6 +10,8 @@ WWW= https://kampfkarren.github.io/selene/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # next release should fix this
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= kampfkarren