git: b7ae574caeb5 - main - net-p2p/xmrig: remove BROKEN for armv6 and armv7

Mikael Urankar mikael at FreeBSD.org
Sun May 16 08:49:30 UTC 2021


The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ae574caeb58c5d086fb0d67c85a8147c8e0185

commit b7ae574caeb58c5d086fb0d67c85a8147c8e0185
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-05-16 08:47:17 +0000
Commit:     Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-05-16 08:47:17 +0000

    net-p2p/xmrig: remove BROKEN for armv6 and armv7
    
    This port builds fine now on armv6 and armv7
---
 net-p2p/xmrig/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile
index 3fb313cbecc6..0b4c9eb27881 100644
--- a/net-p2p/xmrig/Makefile
+++ b/net-p2p/xmrig/Makefile
@@ -12,8 +12,6 @@ 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 compile: g++9: error: unrecognized command line option '-maes'; did you mean '-mads'?
 BROKEN_riscv64=		fails to compile: /nxb-bin/usr/lib/clang/11.0.0/include/cpuid.h:11:2: error: this header is for x86 only
 


More information about the dev-commits-ports-all mailing list