git: dcd78cbe32de - 2024Q1 - net/narrowlink: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 01:17:09 UTC
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcd78cbe32def05294ec163513d16f2cb1e2734d commit dcd78cbe32def05294ec163513d16f2cb1e2734d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-13 01:16:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-13 01:17:04 +0000 net/narrowlink: Broken on powerpc64le Reported by: https://portsfallout.com/ (cherry picked from commit 755a2b1c818f4b873f14cf11666e15c7d3e4801a) --- net/narrowlink/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index 4a5494a49b84..0644ae75eb59 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -9,6 +9,8 @@ WWW= https://narrowlink.com LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_powerpc64le= build breaks due to panic in the ring crate: alled `Option::unwrap()` on a `None` value, see https://github.com/briansmith/ring/issues/1904 + USES= cargo USE_RC_SUBR= narrowlink-agent narrowlink-gateway USE_GITHUB= yes