FreeBSD Bugzilla – Attachment 186449 Details for
Bug 222384
net-p2p/bitcoin: Update to 0.15.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update net-p2p/bitcoin to 0.15.0.1
bitcoin-0.15.0.1.patch (text/plain), 3.92 KB, created by
Kevin Bowling
on 2017-09-17 07:17:16 UTC
(
hide
)
Description:
Update net-p2p/bitcoin to 0.15.0.1
Filename:
MIME Type:
Creator:
Kevin Bowling
Created:
2017-09-17 07:17:16 UTC
Size:
3.92 KB
patch
obsolete
>diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile >index 8f3f27f8cf24..822c7898e308 100644 >--- a/net-p2p/bitcoin/Makefile >+++ b/net-p2p/bitcoin/Makefile >@@ -1,114 +1,112 @@ > # Created by: Shaun Amott <shaun@FreeBSD.org> > # $FreeBSD$ > > PORTNAME= bitcoin >-PORTVERSION= 0.14.2 >+PORTVERSION= 0.15.0.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 > CATEGORIES= net-p2p finance > > MAINTAINER= robbak@robbak.com > COMMENT?= Virtual Peer-to-Peer Currency Client (QT) > > LICENSE= MIT > > LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ > libevent.so:devel/libevent > > BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal > > USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl >-SHEBANG_FILES= src/test/*.py > USE_GITHUB= yes > GNU_CONFIGURE= yes > > SLAVE_PORT?= no > > .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" > USES+= desktop-file-utils > USE_QT5= core gui network widgets \ > buildtools_build linguisttools_build qmake_build > > BUILD_DEPENDS+= protoc:devel/protobuf > LIB_DEPENDS+= libprotobuf.so:devel/protobuf > > TESTS_USE= QT5=testlib > TESTS_PLIST_FILES= bin/test_bitcoin-qt \ > bin/test_bitcoin > .endif > > OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET ZMQ > OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP 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 > ZMQ_DESC= Block and transaction broadcasting with ZeroMQ > > DBUS_CONFIGURE_WITH= dbus > DBUS_USE= QT5=dbus > > DEBUG_CONFIGURE_ENABLE= debug > DEBUG_INSTALL_TARGET_OFF= install-strip > > HARDENING_CONFIGURE_ENABLE= hardening > > TESTS_CONFIGURE_ENABLE= tests bench > .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "yes" > TESTS_PLIST_FILES= bin/test_bitcoin > .endif > TESTS_PLIST_FILES+= bin/bench_bitcoin > > UPNP_CONFIGURE_WITH= miniupnpc > UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc > UPNP_CPPFLAGS= -I${LOCALBASE}/include > UPNP_LIBS= -L${LOCALBASE}/lib > > QRCODES_CONFIGURE_WITH= qrencode > QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode > > WALLET_CONFIGURE_ENABLE= wallet > WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} > WALLET_LIBS= -L${BDB_LIB_DIR} > WALLET_USES= bdb:48 > > ZMQ_CONFIGURE_ENABLE= zmq > ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4 > ZMQ_RUN_DEPENDS= libzmq4>0:net/libzmq4 > > GH_ACCOUNT= bitcoin > > CONFIGURE_ARGS?= --without-libs \ > --with-gui=qt5 \ > --without-daemon \ > --without-utils > > CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ > SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \ > OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" > MAKE_ENV+= V=1 > > PLIST_FILES?= bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \ > 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 <bsd.port.mk> >diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo >index f6a7edca348b..998dba1c5515 100644 >--- a/net-p2p/bitcoin/distinfo >+++ b/net-p2p/bitcoin/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1500590635 >-SHA256 (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219 >-SIZE (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = 7180535 >+TIMESTAMP = 1505631653 >+SHA256 (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e >+SIZE (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = 7504139
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222384
: 186449 |
186871