svn commit: r497215 - head/net-p2p/xmrig

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 22:27:54 UTC 2019


Author: linimon
Date: Fri Mar 29 22:27:52 2019
New Revision: 497215
URL: https://svnweb.freebsd.org/changeset/ports/497215

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

Modified:
  head/net-p2p/xmrig/Makefile

Modified: head/net-p2p/xmrig/Makefile
==============================================================================
--- head/net-p2p/xmrig/Makefile	Fri Mar 29 22:20:47 2019	(r497214)
+++ head/net-p2p/xmrig/Makefile	Fri Mar 29 22:27:52 2019	(r497215)
@@ -12,6 +12,9 @@ COMMENT=	High performance Monero (XMR) CPU miner
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: src/common/cpu/BasicCpuInfo_arm.cpp:30:13: fatal error: 'asm/hwcap.h' file not found
+BROKEN_armv6=		fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
+BROKEN_armv7=		fails to build: /nxb-bin/usr/lib/clang/8.0.0/include/ia32intrin.h:48:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
 BROKEN_powerpc64=	fails to configure: Target "xmrig" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it.
 
 USES=		cmake ssl


More information about the svn-ports-all mailing list