Date: Tue, 8 Nov 2016 08:37:02 +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: r425706 - head/devel/radare2 Message-ID: <201611080837.uA88b22e001211@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080837.uA88b22e001211>