1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update cpuminer to 2.3.3

This commit is contained in:
Martin Matuska 2014-03-15 01:39:56 +00:00
parent f6ca4964f8
commit 05409474cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348283
3 changed files with 3 additions and 15 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cpuminer
PORTVERSION= 2.3.2
PORTREVISION= 5
PORTVERSION= 2.3.3
CATEGORIES= net-p2p math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= cpuminer

View File

@ -1,2 +1,2 @@
SHA256 (pooler-cpuminer-2.3.2.tar.gz) = 6fb2a96876fddd426b4b9a4d3861bfe9a605584a1fcc695f477882c45159b683
SIZE (pooler-cpuminer-2.3.2.tar.gz) = 225137
SHA256 (pooler-cpuminer-2.3.3.tar.gz) = aceb90cb8b0f26bba68fe789e0c8d8cc9586af60eac103f25481a165c3b2f29e
SIZE (pooler-cpuminer-2.3.3.tar.gz) = 234643

View File

@ -1,11 +0,0 @@
--- cpu-miner.c.bak 2014-02-19 09:20:56.187720557 +0100
+++ cpu-miner.c 2014-02-19 09:21:15.296719054 +0100
@@ -75,7 +75,7 @@
cpuset_t set;
CPU_ZERO(&set);
CPU_SET(cpu, &set);
- cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_CPUSET, -1, sizeof(cpuset_t), &set);
+ cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_TID, -1, sizeof(cpuset_t), &set);
}
#else
static inline void drop_policy(void)