git: 755a2b1c818f - main - net/narrowlink: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jan 2024 01:16:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=755a2b1c818f4b873f14cf11666e15c7d3e4801a commit 755a2b1c818f4b873f14cf11666e15c7d3e4801a 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:16:23 +0000 net/narrowlink: Broken on powerpc64le Reported by: https://portsfallout.com/ --- net/narrowlink/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index be1a18a452ed..5967c94290e8 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -10,6 +10,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