Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 14:16:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303549 - in head/net-p2p/bitcoin: . files
Message-ID:  <201209021416.q82EGJeo015039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209021416.q82EGJeo015039>