From owner-svn-ports-head@FreeBSD.ORG Mon Sep 3 17:40:22 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29799106564A; Mon, 3 Sep 2012 17:40:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 138178FC14; Mon, 3 Sep 2012 17:40:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q83HeLX9020005; Mon, 3 Sep 2012 17:40:21 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q83HeLbt020001; Mon, 3 Sep 2012 17:40:21 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209031740.q83HeLbt020001@svn.freebsd.org> From: Steve Wills Date: Mon, 3 Sep 2012 17:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303607 - in head/net-p2p/bitcoin: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 17:40:22 -0000 Author: swills Date: Mon Sep 3 17:40:21 2012 New Revision: 303607 URL: http://svn.freebsd.org/changeset/ports/303607 Log: - Fix another high CPU usage condition Added: head/net-p2p/bitcoin/files/patch-bitcoin.cpp (contents, props changed) Modified: head/net-p2p/bitcoin/Makefile Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Mon Sep 3 17:12:51 2012 (r303606) +++ head/net-p2p/bitcoin/Makefile Mon Sep 3 17:40:21 2012 (r303607) @@ -7,7 +7,7 @@ PORTNAME= bitcoin PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= ports@FreeBSD.org Added: head/net-p2p/bitcoin/files/patch-bitcoin.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/bitcoin/files/patch-bitcoin.cpp Mon Sep 3 17:40:21 2012 (r303607) @@ -0,0 +1,20 @@ +--- src/qt/bitcoin.cpp.orig 2012-06-19 16:44:55.000000000 -0400 ++++ src/qt/bitcoin.cpp 2012-09-03 13:30:43.641710746 -0400 +@@ -134,7 +134,7 @@ + #ifndef BITCOIN_QT_TEST + int main(int argc, char *argv[]) + { +-#if !defined(MAC_OSX) && !defined(WIN32) ++#if !defined(MAC_OSX) && !defined(WIN32) && !defined(__FreeBSD__) + // TODO: implement qtipcserver.cpp for Mac and Windows + + // Do this early as we don't want to bother initializing if we are just calling IPC +@@ -261,7 +261,7 @@ + // Place this here as guiref has to be defined if we dont want to lose URIs + ipcInit(); + +-#if !defined(MAC_OSX) && !defined(WIN32) ++#if !defined(MAC_OSX) && !defined(WIN32) && !defined(__FreeBSD__) + // TODO: implement qtipcserver.cpp for Mac and Windows + + // Check for URI in argv