Date: Sat, 23 May 2020 13:02:35 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536297 - head/net-p2p/xmrig Message-ID: <202005231302.04ND2ZUd066932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat May 23 13:02:35 2020 New Revision: 536297 URL: https://svnweb.freebsd.org/changeset/ports/536297 Log: - Update to 5.11.2 - Make portfmt/portclippy happy Modified: head/net-p2p/xmrig/Makefile head/net-p2p/xmrig/distinfo Modified: head/net-p2p/xmrig/Makefile ============================================================================== --- head/net-p2p/xmrig/Makefile Sat May 23 12:35:45 2020 (r536296) +++ head/net-p2p/xmrig/Makefile Sat May 23 13:02:35 2020 (r536297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmrig -PORTVERSION= 5.11.1 +PORTVERSION= 5.11.2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -12,9 +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_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 @@ -22,21 +22,21 @@ USE_GITHUB= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message -SUB_LIST= PORTNAME=${PORTNAME} USERS=${USERS} +SUB_LIST= PORTNAME=${PORTNAME} \ + USERS=${USERS} USERS= xmrig -OPTIONS_DEFINE= STATIC MICROHTTPD HWLOC -HWLOC_DESC= Portable hardware locality -MICROHTTPD_DESC=Build with libmicrohttpd support -OPTIONS_DEFAULT=MICROHTTPD HWLOC +OPTIONS_DEFINE= HWLOC MICROHTTPD STATIC +OPTIONS_DEFAULT= HWLOC MICROHTTPD +HWLOC_DESC= Portable hardware locality +MICROHTTPD_DESC= Build with libmicrohttpd support -STATIC_PREVENTS=HWLOC MICROHTTPD -STATIC_PREVENTS_MSG= hwloc and libmicrohttpd support cannot be built static - -HWLOC_LIB_DEPENDS+= libhwloc.so:devel/hwloc - +HWLOC_LIB_DEPENDS+= libhwloc.so:devel/hwloc MICROHTTPD_LIB_DEPENDS+= libmicrohttpd.so:www/libmicrohttpd \ libuv.so:devel/libuv + +STATIC_PREVENTS= HWLOC MICROHTTPD +STATIC_PREVENTS_MSG= hwloc and libmicrohttpd support cannot be built static STATIC_BUILD_DEPENDS+= ${LOCALBASE}/lib/libuv.a:devel/libuv Modified: head/net-p2p/xmrig/distinfo ============================================================================== --- head/net-p2p/xmrig/distinfo Sat May 23 12:35:45 2020 (r536296) +++ head/net-p2p/xmrig/distinfo Sat May 23 13:02:35 2020 (r536297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587623786 -SHA256 (xmrig-xmrig-v5.11.1_GH0.tar.gz) = c0a8cedf42a95f78bb4ca306435f9f1793820e3285d5cd588943c7959e8fb810 -SIZE (xmrig-xmrig-v5.11.1_GH0.tar.gz) = 1357747 +TIMESTAMP = 1590233365 +SHA256 (xmrig-xmrig-v5.11.2_GH0.tar.gz) = 9c249d2d2660a0804dc2bfe9e82f281353fc37a6dbefaa1e7bd0bb07e629c787 +SIZE (xmrig-xmrig-v5.11.2_GH0.tar.gz) = 1351828
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005231302.04ND2ZUd066932>