svn commit: r558887 - head/devel/radare2

Mark Linimon linimon at FreeBSD.org
Tue Dec 22 03:19:05 UTC 2020


Author: linimon
Date: Tue Dec 22 03:19:04 2020
New Revision: 558887
URL: https://svnweb.freebsd.org/changeset/ports/558887

Log:
  Also fails to build on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/radare2/Makefile

Modified: head/devel/radare2/Makefile
==============================================================================
--- head/devel/radare2/Makefile	Tue Dec 22 03:13:48 2020	(r558886)
+++ head/devel/radare2/Makefile	Tue Dec 22 03:19:04 2020	(r558887)
@@ -11,7 +11,7 @@ COMMENT=	Tools to disasm, debug, analyze, and manipula
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=		armv6 armv7 mips mips64 powerpc powerpc64 powerpc64le powerpcspe sparc64
+NOT_FOR_ARCHS=		armv6 armv7 mips mips64 powerpc powerpc64 powerpc64le powerpcspe riscv64 sparc64
 NOT_FOR_ARCHS_REASON=	does not build: Unsupported BSD architecture
 
 LIB_DEPENDS=	libcapstone.so:devel/capstone4


More information about the svn-ports-all mailing list