Date: Sun, 16 May 2021 08:49:30 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7ae574caeb5 - main - net-p2p/xmrig: remove BROKEN for armv6 and armv7 Message-ID: <202105160849.14G8nU95034265@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ae574caeb58c5d086fb0d67c85a8147c8e0185 commit b7ae574caeb58c5d086fb0d67c85a8147c8e0185 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-05-16 08:47:17 +0000 Commit: Mikael Urankar <mikael@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105160849.14G8nU95034265>