aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-13 01:16:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-13 01:17:04 +0000
commitdcd78cbe32def05294ec163513d16f2cb1e2734d (patch)
tree41ca25bdc5453d336fd56bca610e7a0f103bf594
parent5f1248fc26cc7c1b3acb502f2ee37ac42ecc8ea2 (diff)
downloadports-dcd78cbe32def05294ec163513d16f2cb1e2734d.tar.gz
ports-dcd78cbe32def05294ec163513d16f2cb1e2734d.zip
net/narrowlink: Broken on powerpc64le
Reported by: https://portsfallout.com/ (cherry picked from commit 755a2b1c818f4b873f14cf11666e15c7d3e4801a)
-rw-r--r--net/narrowlink/Makefile2
1 files changed, 2 insertions, 0 deletions
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