Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:50:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557797 - head/lang/mosh
Message-ID:  <202012120550.0BC5ocAj092030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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].*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012120550.0BC5ocAj092030>