svn commit: r425706 - head/devel/radare2

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:37:04 UTC 2016


Author: linimon
Date: Tue Nov  8 08:37:02 2016
New Revision: 425706
URL: https://svnweb.freebsd.org/changeset/ports/425706

Log:
  Mark as broken on various tier-2 archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/radare2/Makefile

Modified: head/devel/radare2/Makefile
==============================================================================
--- head/devel/radare2/Makefile	Tue Nov  8 08:26:49 2016	(r425705)
+++ head/devel/radare2/Makefile	Tue Nov  8 08:37:02 2016	(r425706)
@@ -12,7 +12,10 @@ COMMENT=	Tools to disasm, debug, analyze
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_arm64=		Does not build: Unsupported BSD architecture
+BROKEN_mips64=		Does not build: Unsupported BSD architecture
 BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build
 
 BUILD_DEPENDS+=		pkg-config:devel/pkgconf
 LIB_DEPENDS+=		libcapstone.so:devel/capstone4


More information about the svn-ports-all mailing list