svn commit: r557793 - head/emulators/unicorn

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:24:25 UTC 2020


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


More information about the svn-ports-all mailing list