From 7c0d9eb2df4bc645395f9679de99ae8e416a36fb Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 12 Dec 2020 05:50:38 +0000 Subject: Mark as NOT_FOR riscv64 due to the same failure as on aarch64. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing --- lang/mosh/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/mosh') diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 855c6c6ec97b..89d8a6c16188 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -13,15 +13,15 @@ COMMENT= Fast R6RS Scheme interpreter LICENSE= BSD2CLAUSE -LIB_DEPENDS= libgmp.so:math/gmp \ - libonig.so:devel/oniguruma - BROKEN_armv6= fails to link: os_dep.c: undefined reference to '__stack_base__' BROKEN_armv7= fails to link: os_dep.c: undefined reference to '__stack_base__' BROKEN_mips64= fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries' -NOT_FOR_ARCHS= aarch64 +NOT_FOR_ARCHS= aarch64 riscv64 NOT_FOR_ARCHS_REASON= gcconfig.h: the collector has not been ported to this machine/OS combination +LIB_DEPENDS= libgmp.so:math/gmp \ + libonig.so:devel/oniguruma + CONFLICTS_INSTALL= mosh-1.[0-9].* USES= gmake ssl -- cgit v1.2.3