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
This commit is contained in:
Mark Linimon 2020-12-12 05:50:38 +00:00
parent 1ed42146b6
commit 7c0d9eb2df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557797

View File

@ -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