- Update to 0.6.9.2

This commit is contained in:
Steve Wills 2013-07-21 18:40:22 +00:00
parent 640db76ce4
commit db9a5c139f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323409
3 changed files with 15 additions and 16 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= litecoin
PORTVERSION= 0.6.3c
PORTVERSION= 0.6.9.2
CATEGORIES= net-p2p finance
MASTER_SITES= ${MASTER_SITE_LOCAL} \
@ -16,7 +16,7 @@ LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= litecoin-project
GH_COMMIT= 8ad55e4
GH_COMMIT= 0d6bbe6
GH_TAGNAME= v${PORTVERSION}
USE_OPENSSL= yes

View file

@ -1,2 +1,2 @@
SHA256 (litecoin-0.6.3c.tar.gz) = c524bf26d7cd7aff7d8b99d912dd81dcc21b0bf8fdf26736f072d396471797fe
SIZE (litecoin-0.6.3c.tar.gz) = 1480523
SHA256 (litecoin-0.6.9.2.tar.gz) = 59c6842e17d573134dabcf0d60943e17bd4be4ae99acbef1627033ffbbe40a2b
SIZE (litecoin-0.6.9.2.tar.gz) = 1479485

View file

@ -1,13 +1,12 @@
--- src/qt/qtipcserver.cpp.orig 2012-07-26 17:55:22.000000000 +1000
+++ src/qt/qtipcserver.cpp 2013-05-28 16:10:27.000000000 +1000
@@ -55,6 +55,10 @@
// problems.
return;
#endif
+#ifdef __FreeBSD__
+ // TODO: Fix it for FreeBSD too - ipcinit causes a spinlock
+ return;
+#endif
--- src/qt/qtipcserver.cpp.orig 2013-06-25 15:29:02.000000000 +0000
+++ src/qt/qtipcserver.cpp 2013-07-21 18:28:00.542020938 +0000
@@ -27,7 +27,8 @@
message_queue* mq;
char strBuf[257];
static void ipcThread2(void* pArg);
-#ifdef MAC_OSX
+// TODO: Fix it for FreeBSD too - ipcinit causes a spinlock
+#ifdef MAC_OSX || defined __FreeBSD__
// URI handling not implemented on OSX yet
void ipcInit() { }