- Update to 5.11.2

- Make portfmt/portclippy happy
This commit is contained in:
Emanuel Haupt 2020-05-23 13:02:35 +00:00
parent 7d67e88f50
commit f5c6bd6e41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536297
2 changed files with 17 additions and 17 deletions

View File

@ -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,22 +22,22 @@ 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
STATIC_PREVENTS=HWLOC MICROHTTPD
STATIC_PREVENTS_MSG= hwloc and libmicrohttpd support cannot be built static
HWLOC_LIB_DEPENDS+= libhwloc.so:devel/hwloc
OPTIONS_DEFINE= HWLOC MICROHTTPD STATIC
OPTIONS_DEFAULT= HWLOC MICROHTTPD
HWLOC_DESC= Portable hardware locality
MICROHTTPD_DESC= Build with libmicrohttpd support
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
post-patch-HWLOC-off:

View File

@ -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