Index: head/net-p2p/bitcoin/Makefile =================================================================== --- head/net-p2p/bitcoin/Makefile (revision 392306) +++ head/net-p2p/bitcoin/Makefile (revision 392307) @@ -1,105 +1,105 @@ # Created by: Shaun Amott # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix SHEBANG_FILES= src/test/*.py USE_GITHUB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes SLAVE_PORT?= no .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" USES+= desktop-file-utils USE_QT4= corelib gui moc_build linguisttools_build network qmake_build \ rcc_build uic_build BUILD_DEPENDS+= protoc:${PORTSDIR}/devel/protobuf LIB_DEPENDS+= libprotobuf.so:${PORTSDIR}/devel/protobuf TESTS_USE= QT4=testlib TESTS_PLIST_FILES= %%QT_BINDIR%%/test_bitcoin-qt \ bin/test_bitcoin .endif OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET OPTIONS_DEFAULT?= HARDENING QRCODES WALLET OPTIONS_SUB= yes HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack) QRCODES_DESC= Display QR Codes TESTS_DESC= Build test binary and unit tests WALLET_DESC= Wallet Management Support DBUS_CONFIGURE_WITH= qtdbus DBUS_USE= QT4=dbus DEBUG_CONFIGURE_ENABLE= debug DEBUG_INSTALL_TARGET_OFF= install-strip HARDENING_CONFIGURE_ENABLE= hardening TESTS_CONFIGURE_ENABLE= tests .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "yes" TESTS_PLIST_FILES= bin/test_bitcoin .endif UPNP_CONFIGURE_WITH= miniupnpc UPNP_LIB_DEPENDS= libminiupnpc.so:${PORTSDIR}/net/miniupnpc UPNP_CPPFLAGS= -I${LOCALBASE}/include UPNP_LIBS= -L${LOCALBASE}/lib QRCODES_CONFIGURE_WITH= qrencode QRCODES_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode WALLET_CONFIGURE_ENABLE= wallet WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} WALLET_LIBS= -L${BDB_LIB_DIR} WALLET_USE= BDB=48 GH_ACCOUNT= bitcoin -CONFIGURE_ARGS?= --without-libs \ +CONFIGURE_ARGS?= --without-libs \ --disable-reduce-exports \ --with-gui \ --without-daemon \ --without-utils CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" MAKE_ENV+= V=1 PLIST_FILES?= bin/bitcoin-qt share/applications/bitcoin-qt.desktop \ share/pixmaps/bitcoin128.png .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-install: ${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \ ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL} ${WRKSRC}/share/pixmaps/bitcoin128.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .endif regression-test: build # To use this sucessfully, remove --without-daemon and --without-utils # from CONFIGURE_ARGS above. @cd ${WRKSRC} && ${GMAKE} check .include Index: head/net-p2p/bitcoin/distinfo =================================================================== --- head/net-p2p/bitcoin/distinfo (revision 392306) +++ head/net-p2p/bitcoin/distinfo (revision 392307) @@ -1,2 +1,2 @@ -SHA256 (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 48c82a35369e54b613f738adf2a3420f8a25636182d272635202a5f99bb1fb9b -SIZE (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 5075202 +SHA256 (bitcoin-bitcoin-v0.11.0_GH0.tar.gz) = 2bcd61a4c288e5cc5d7fbe724606c610a20037332b06f7a9e99c1153eef73aef +SIZE (bitcoin-bitcoin-v0.11.0_GH0.tar.gz) = 5894693 Index: head/net-p2p/bitcoin/files/patch-memenv.cc_enable_limit_macros =================================================================== --- head/net-p2p/bitcoin/files/patch-memenv.cc_enable_limit_macros (revision 392306) +++ head/net-p2p/bitcoin/files/patch-memenv.cc_enable_limit_macros (nonexistent) @@ -1,11 +0,0 @@ ---- src/leveldb/helpers/memenv/memenv.cc.orig 2014-12-28 23:05:26.000000000 +1000 -+++ src/leveldb/helpers/memenv/memenv.cc 2014-12-29 17:12:58.000000000 +1000 -@@ -2,6 +2,8 @@ - // Use of this source code is governed by a BSD-style license that can be - // found in the LICENSE file. See the AUTHORS file for names of contributors. - -+#define __STDC_LIMIT_MACROS -+ - #include "helpers/memenv/memenv.h" - - #include "leveldb/env.h" Property changes on: head/net-p2p/bitcoin/files/patch-memenv.cc_enable_limit_macros ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/bitcoin/files/patch-src_leveldb_helpers_memenv_memenv.cc =================================================================== --- head/net-p2p/bitcoin/files/patch-src_leveldb_helpers_memenv_memenv.cc (nonexistent) +++ head/net-p2p/bitcoin/files/patch-src_leveldb_helpers_memenv_memenv.cc (revision 392307) @@ -0,0 +1,11 @@ +--- src/leveldb/helpers/memenv/memenv.cc.orig 2015-07-10 17:23:55 UTC ++++ src/leveldb/helpers/memenv/memenv.cc +@@ -2,6 +2,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. See the AUTHORS file for names of contributors. + ++#define __STDC_LIMIT_MACROS ++ + #include "helpers/memenv/memenv.h" + + #include "leveldb/env.h" Property changes on: head/net-p2p/bitcoin/files/patch-src_leveldb_helpers_memenv_memenv.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property