aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-09-02 14:16:18 +0000
committerSteve Wills <swills@FreeBSD.org>2012-09-02 14:16:18 +0000
commit25857df5b8ff6dd81cca9fe439d0eae12672614b (patch)
treefe5e15c7f97b9271cfd94d36c74b8ec8d8d0f703 /net-p2p
parent5f5db2b1bc53e90a1da9b390b8d1c2db046bb3d0 (diff)
downloadports-25857df5b8ff6dd81cca9fe439d0eae12672614b.tar.gz
ports-25857df5b8ff6dd81cca9fe439d0eae12672614b.zip
- Fix 100% usage issue
Submitted by: Robert Backhaus <robbak@robbak.com>
Notes
Notes: svn path=/head/; revision=303549
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin/Makefile1
-rw-r--r--net-p2p/bitcoin/files/patch-qtipcserver-cpp13
2 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 5e385faeb05c..08500a34979b 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= net-p2p finance
MAINTAINER= ports@FreeBSD.org
diff --git a/net-p2p/bitcoin/files/patch-qtipcserver-cpp b/net-p2p/bitcoin/files/patch-qtipcserver-cpp
new file mode 100644
index 000000000000..971002de9a42
--- /dev/null
+++ b/net-p2p/bitcoin/files/patch-qtipcserver-cpp
@@ -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