From c2148a26f029ace5825127a459b1edbd1a46eb5a Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 14 Feb 2020 23:15:09 +0000 Subject: [PATCH] disable net/routinator on aarch64, error[E0308]: mismatched types --> /usr/obj/ports/routinator-0.6.1/routinator-0.6.1/modcargo-crates/ring-0.14.6/src/cpu.rs:172:56 | 172 | pub fn available(&self, _: super::Features) -> bool { | --------- ^^^^ expected `bool`, found `()` | | | implicitly returns `()` as its body has no tail or `return` expression --- net/routinator/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/routinator/Makefile b/net/routinator/Makefile index ca53faf2d6b..07107202ef0 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2020/01/21 05:27:18 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2020/02/14 23:15:09 sthen Exp $ + +ONLY_FOR_ARCHS = ${RUST_ARCHS:Naarch64} COMMENT = RPKI "relying party" software