Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:24:25 +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: r557793 - head/emulators/unicorn
Message-ID:  <202012120524.0BC5OPm9079137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 05:24:25 2020
New Revision: 557793
URL: https://svnweb.freebsd.org/changeset/ports/557793

Log:
  Mark as BROKEN on riscv64 the same as on armv*.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/emulators/unicorn/Makefile

Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile	Sat Dec 12 05:21:10 2020	(r557792)
+++ head/emulators/unicorn/Makefile	Sat Dec 12 05:24:25 2020	(r557793)
@@ -10,12 +10,13 @@ COMMENT=	Unicorn CPU emulator framework
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-TEST_DEPENDS=	cmocka>0:sysutils/cmocka
-
 BROKEN_armv6=		fails to compile: 'tcg-target.h' file not found
 BROKEN_armv7=		fails to compile: 'tcg-target.h' file not found
 BROKEN_mips=		fails to compile: 'ICACHE' undeclared (first use in this function)
 BROKEN_mips64=		fails to compile: 'ICACHE' undeclared (first use in this function)
+BROKEN_riscv64=		fails to compile: 'tcg-target.h' file not found
+
+TEST_DEPENDS=	cmocka>0:sysutils/cmocka
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	unicorn-engine



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