svn commit: r557797 - head/lang/mosh

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:50:38 UTC 2020


Author: linimon
Date: Sat Dec 12 05:50:38 2020
New Revision: 557797
URL: https://svnweb.freebsd.org/changeset/ports/557797

Log:
  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

Modified:
  head/lang/mosh/Makefile

Modified: head/lang/mosh/Makefile
==============================================================================
--- head/lang/mosh/Makefile	Sat Dec 12 05:36:16 2020	(r557796)
+++ head/lang/mosh/Makefile	Sat Dec 12 05:50:38 2020	(r557797)
@@ -13,14 +13,14 @@ 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].*
 


More information about the svn-ports-head mailing list