From owner-dev-commits-ports-main@freebsd.org Mon May 17 15:28:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2CAF264B697; Mon, 17 May 2021 15:28:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkNLt0q6gz3pT8; Mon, 17 May 2021 15:28:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00D5E66D6; Mon, 17 May 2021 15:28:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14HFSLpI085306; Mon, 17 May 2021 15:28:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14HFSLeu085305; Mon, 17 May 2021 15:28:21 GMT (envelope-from git) Date: Mon, 17 May 2021 15:28:21 GMT Message-Id: <202105171528.14HFSLeu085305@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 2c7f7c36dcfd - main - net-p2p/xmrig: Fix build on aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c7f7c36dcfd4984c83e1fe34dbbb4fbef2a4ace Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 15:28:22 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c7f7c36dcfd4984c83e1fe34dbbb4fbef2a4ace commit 2c7f7c36dcfd4984c83e1fe34dbbb4fbef2a4ace Author: Mikael Urankar AuthorDate: 2021-05-17 15:27:24 +0000 Commit: Emanuel Haupt CommitDate: 2021-05-17 15:27:24 +0000 net-p2p/xmrig: Fix build on aarch64 PR: 255917 --- net-p2p/xmrig/Makefile | 4 +++- net-p2p/xmrig/distinfo | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-p2p/xmrig/Makefile b/net-p2p/xmrig/Makefile index 0b4c9eb27881..527053948fd8 100644 --- a/net-p2p/xmrig/Makefile +++ b/net-p2p/xmrig/Makefile @@ -5,13 +5,15 @@ PORTVERSION= 6.12.1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p +PATCH_SITES= https://github.com/xmrig/xmrig/commit/ +PATCHFILES= 27ced139a619dcbc6a81de897b1045a3852cbee9.patch:-p1 + MAINTAINER= ehaupt@FreeBSD.org 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_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 diff --git a/net-p2p/xmrig/distinfo b/net-p2p/xmrig/distinfo index d627c93a436c..3292e8438e41 100644 --- a/net-p2p/xmrig/distinfo +++ b/net-p2p/xmrig/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1619190156 +TIMESTAMP = 1621172279 SHA256 (xmrig-xmrig-v6.12.1_GH0.tar.gz) = 7570030c4b3e257bda190a100dc59f78b74c823af7561222a99b296f5e7b1ac2 SIZE (xmrig-xmrig-v6.12.1_GH0.tar.gz) = 1626568 +SHA256 (27ced139a619dcbc6a81de897b1045a3852cbee9.patch) = 4b1f66574875056f4da32000b07b5f422e05332dea386faa580843ca7bb1e4ef +SIZE (27ced139a619dcbc6a81de897b1045a3852cbee9.patch) = 1498