svn commit: r303549 - in head/net-p2p/bitcoin: . files

Steve Wills swills at FreeBSD.org
Sun Sep 2 14:16:19 UTC 2012


Author: swills
Date: Sun Sep  2 14:16:18 2012
New Revision: 303549
URL: http://svn.freebsd.org/changeset/ports/303549

Log:
  - Fix 100% usage issue
  
  Submitted by:	Robert Backhaus <robbak at robbak.com>

Added:
  head/net-p2p/bitcoin/files/patch-qtipcserver-cpp   (contents, props changed)
Modified:
  head/net-p2p/bitcoin/Makefile

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Sun Sep  2 13:53:16 2012	(r303548)
+++ head/net-p2p/bitcoin/Makefile	Sun Sep  2 14:16:18 2012	(r303549)
@@ -7,6 +7,7 @@
 
 PORTNAME=	bitcoin
 PORTVERSION=	0.6.3
+PORTREVISION=	1
 CATEGORIES=	net-p2p finance
 
 MAINTAINER=	ports at FreeBSD.org

Added: head/net-p2p/bitcoin/files/patch-qtipcserver-cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/bitcoin/files/patch-qtipcserver-cpp	Sun Sep  2 14:16:18 2012	(r303549)
@@ -0,0 +1,13 @@
+--- src/qt/qtipcserver.cpp.orig	2012-06-19 16:44:55.000000000 -0400
++++ src/qt/qtipcserver.cpp	2012-09-02 09:39:34.034704891 -0400
+@@ -50,6 +50,10 @@
+     // TODO: implement bitcoin: URI handling the Mac Way
+     return;
+ #endif
++#ifdef __FreeBSD__
++    // TODO: implement bitcoin: URI handling the Mac Way
++    return;
++#endif
+ #ifdef WIN32
+     // TODO: THOROUGHLY test boost::interprocess fix,
+     // and make sure there are no Windows argument-handling exploitable



More information about the svn-ports-all mailing list