FreeBSD Bugzilla – Attachment 128931 Details for
Bug 172839
Update net-p2p/bitcoin to 0.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bitcoin.diff
bitcoin.diff (text/plain), 3.39 KB, created by
robbak
on 2012-10-18 04:50:00 UTC
(
hide
)
Description:
bitcoin.diff
Filename:
MIME Type:
Creator:
robbak
Created:
2012-10-18 04:50:00 UTC
Size:
3.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 306050) >+++ Makefile (working copy) >@@ -6,7 +6,7 @@ > # > > PORTNAME= bitcoin >-PORTVERSION= 0.7.0 >+PORTVERSION= 0.7.1 > CATEGORIES= net-p2p finance > > MAINTAINER= robbak@robbak.com >@@ -14,20 +14,23 @@ > > LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs > >-OPTIONS= GUI "Build with QT3 GUI" on \ >- UPNP "Build with UPNP support" off \ >- QRCODES "Build with QR code display" on >+OPTIONS_DEFINE= GUI UPNP QRCODES >+OPTIONS_DEFAULT= GUI QRCODES > >-USE_GITHUB= yes >-GH_ACCOUNT= bitcoin >+GUI_DESC= Build as a QT3 GUI >+UPNP_DESC= Build with UPNP support >+QRCODES_DESC= Build with QR code display >+ >+USE_GITHUB= yes >+GH_ACCOUNT= bitcoin > GH_PROJECT= bitcoin >-GH_COMMIT= a76c22e >+GH_COMMIT= d082365 > GH_TAGNAME= v${PORTVERSION} > > USE_GMAKE= yes > USE_OPENSSL= yes > USE_BDB= yes >-WANT_BDB_VER= 47 >+WANT_BDB_VER= 48 > > CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} > CXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} >@@ -35,17 +38,17 @@ > > .include <bsd.port.options.mk> > >-.if defined(WITH_GUI) && !defined(WITHOUT_X11) >+.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) > USE_QT_VER= 4 > USE_QT4= corelib gui qmake_build linguist uic moc rcc >-BINARY= bitcoin-qt >+BINARY= bitcoin-qt test_bitcoin > .else >-BINARY= bitcoind >+BINARY= bitcoind test_bitcoin > ALL_TARGET= ${BINARY} > MAKE_ARGS+= -C ${WRKSRC}/src > .endif > >-.if defined(WITH_QRCODES) >+.if ${PORT_OPTIONS:MQRCODES} > LIB_DEPENDS+= qrencode:${PORTSDIR}/graphics/libqrencode > QMAKE_USE_QRCODE=1 > .else >@@ -54,7 +57,7 @@ > > PLIST_FILES= bin/${BINARY} > >-.if defined(WITH_UPNP) >+.if ${PORT_OPTIONS:MUPNP} > LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc > QMAKE_USE_UPNP= 1 > .else >@@ -67,19 +70,16 @@ > @${CP} ${WRKSRC}/src/protocol.h ${WRKSRC}/src/protocol.h.orig > @${AWK} 'BEGIN { f = 0 } { if ( $$0 ~ /^#include/ && f == 0 ) { f = 1; print "#include <sys/socket.h>"; print "#include <netinet/in.h>" }; print }' \ > ${WRKSRC}/src/protocol.h.orig > ${WRKSRC}/src/protocol.h >- >+.if !${PORT_OPTIONS:MGUI} || defined(WITHOUT_X11) > @cd ${WRKSRC}/src && ${CP} -p makefile.unix Makefile > @${REINPLACE_CMD} \ >- -e 's|wx-config|${WX_CONFIG}|g' \ >- -e 's|^CXXFLAGS=.*$$|CXXFLAGS += $$(DEFS)|' \ >- -e 's|^USE_UPNP.*$$||' \ > -e 's|-l pthread|${PTHREAD_LIBS}|g' \ >- -e 's:-O3::' -e 's:-\(march=[A-Za-z0-9]*\)::g' \ > -e 's:-l dl::' \ > ${WRKSRC}/src/Makefile >+.endif > > do-configure: >-.if defined(WITH_GUI) && !defined(WITHOUT_X11) >+.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) > cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ > ${QMAKE} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \ > QMAKE_LRELEASE=lrelease-qt4 PREFIX=${PREFIX} INCLUDEPATH=${BDB_INCLUDE_DIR} \ >@@ -88,7 +88,7 @@ > > do-install: > @${MKDIR} ${PREFIX}/bin >-.if defined(WITH_GUI) && !defined(WITHOUT_X11) >+.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) > ${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin/ > .else > ${INSTALL_PROGRAM} ${WRKSRC}/src/${BINARY} ${PREFIX}/bin/ >Index: distinfo >=================================================================== >--- distinfo (revision 306050) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (bitcoin-0.7.0.tar.gz) = d0b5ca34c61e8fbd6dca53f2730fa3d8e3df1f7bb40d5e42f8ea4cd3bf32a221 >-SIZE (bitcoin-0.7.0.tar.gz) = 1603153 >+SHA256 (bitcoin-0.7.1.tar.gz) = eb1c4bb59a6a6557e59dec5d90ab7c45b660898f535fafaeaed051aeb347b94d >+SIZE (bitcoin-0.7.1.tar.gz) = 1623510
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 172839
: 128931 |
128932