[127978] trunk/dports/finance/cgminer

ram at macports.org ram at macports.org
Sun Nov 9 15:16:14 PST 2014


Revision: 127978
          https://trac.macports.org/changeset/127978
Author:   ram at macports.org
Date:     2014-11-09 15:16:14 -0800 (Sun, 09 Nov 2014)
Log Message:
-----------
finance/cgminer: update to 4.7.1

Modified Paths:
--------------
    trunk/dports/finance/cgminer/Portfile

Removed Paths:
-------------
    trunk/dports/finance/cgminer/files/patch-api.c.diff

Modified: trunk/dports/finance/cgminer/Portfile
===================================================================
--- trunk/dports/finance/cgminer/Portfile	2014-11-09 22:59:17 UTC (rev 127977)
+++ trunk/dports/finance/cgminer/Portfile	2014-11-09 23:16:14 UTC (rev 127978)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 PortGroup        github 1.0
 
-github.setup     ckolivas cgminer 4.7.0 v
+github.setup     ckolivas cgminer 4.7.1 v
 categories       finance
 platforms        darwin
 maintainers      ram openmaintainer
@@ -13,12 +13,9 @@
 long_description \
   This is a multi-threaded multi-pool FPGA and ASIC miner for bitcoin.
 
-checksums        rmd160 4d84a10e561d226138e5dce7293cfd523d1b567b \
-                 sha256 101970e0131d0c87d5a5d15eafc3344498eeb449b47386c618bf30b8e14e0cf3
+checksums        rmd160 39a0d32f1f198c854f98d93374b718ccdcb7f444 \
+                 sha256 65352c252497227e65919bd76e82567fab5deb6090d33f5a34e553b20794bb75
 
-# patch around missing IPV6_ADD_MEMBERSHIP define
-patchfiles       patch-api.c.diff
-
 depends_build-append port:pkgconfig \
                  port:gawk
 

Deleted: trunk/dports/finance/cgminer/files/patch-api.c.diff
===================================================================
--- trunk/dports/finance/cgminer/files/patch-api.c.diff	2014-11-09 22:59:17 UTC (rev 127977)
+++ trunk/dports/finance/cgminer/files/patch-api.c.diff	2014-11-09 23:16:14 UTC (rev 127978)
@@ -1,24 +0,0 @@
---- api.c
-+++ api.c
-@@ -26,6 +26,12 @@
- #include "util.h"
- #include "klist.h"
- 
-+#ifdef IPV6_ADD_MEMBERSHIP
-+#define CGM_IPV6_ADD_MEMBERSHIP IPV6_ADD_MEMBERSHIP
-+#else
-+#define CGM_IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
-+#endif
-+
- #if defined(USE_BFLSC) || defined(USE_AVALON) || defined(USE_AVALON2) || \
-   defined(USE_HASHFAST) || defined(USE_BITFURY) || defined(USE_BLOCKERUPTER) || defined(USE_KLONDIKE) || \
- 	defined(USE_KNC) || defined(USE_BAB) || defined(USE_DRILLBIT) || \
-@@ -4705,7 +4711,7 @@
- 					sizeof(struct in6_addr));
- 			grp.ipv6mr_interface= 0;
- 
--			if (SOCKETFAIL(setsockopt(mcast_sock, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP,
-+			if (SOCKETFAIL(setsockopt(mcast_sock, IPPROTO_IPV6, CGM_IPV6_ADD_MEMBERSHIP,
- 							(void *)(&grp), sizeof(grp)))) {
- 				applog(LOG_ERR, "API mcast join failed (%s)%s", SOCKERRMSG, MUNAVAILABLE);
- 				goto die;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141109/8ce25f45/attachment.html>


More information about the macports-changes mailing list