FreeBSD Bugzilla – Attachment 215286 Details for
Bug 247024
net-p2p/namecoin: Update to 0.19.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff from /usr/ports/net-p2p/namecoin
namecoin.diff (text/plain), 3.36 KB, created by
Chad Jacob Milios
on 2020-06-06 04:29:34 UTC
(
hide
)
Description:
svn diff from /usr/ports/net-p2p/namecoin
Filename:
MIME Type:
Creator:
Chad Jacob Milios
Created:
2020-06-06 04:29:34 UTC
Size:
3.36 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 537871) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= namecoin >-PORTVERSION= 0.19.0.1 >-PORTREVISION= 2 >+PORTVERSION= 0.19.1 > DISTVERSIONPREFIX= nc > PORTEPOCH= 1 > CATEGORIES= net-p2p dns >@@ -11,17 +10,11 @@ > MAINTAINER= milios@ccsys.com > COMMENT?= Decentralized, open DNS and general purpose key/value store > >-DEPRECATED= Relies on implementation details of a particular Berkeley DB version (4.8), which has been EOL since 2010. >-EXPIRATION_DATE=2020-06-30 >- > LICENSE= MIT > > LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ > libevent.so:devel/libevent > >-CONFLICTS_INSTALL= namecoin-beta-[0-9]* namecoin-beta-daemon-[0-9]* namecoin-beta-utils-[0-9]* \ >- namecoin-stable-[0-9]* namecoin-stable-daemon-[0-9]* namecoin-stable-utils-[0-9]* >- > USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig ssl > GNU_CONFIGURE= yes > >@@ -79,10 +72,14 @@ > 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 >+WALLET_CONFIGURE_OFF= --disable-wallet >+WALLET_CONFIGURE_ON= --enable-wallet \ >+ --with-incompatible-bdb \ >+ BDB_CFLAGS=-I${BDB_INCLUDE_DIR} \ >+ BDB_LIBS="-L${BDB_LIB_DIR} \ >+ -Wl,-rpath=${BDB_LIB_DIR} \ >+ -l${BDB_LIB_CXX_NAME}" >+WALLET_USES= bdb:5+ > > ZMQ_CONFIGURE_ENABLE= zmq > ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4 >@@ -118,10 +115,4 @@ > > @cd ${WRKSRC} && ${GMAKE} check > >-.include <bsd.port.options.mk> >- >-.if !empty(PORT_OPTIONS:MWALLET) >-BROKEN= Critical design flaw: Wallet option relies on Berkeley DB 4.8 implementation internals, where Berkeley DB 4.8 has been EOL since 2010 >-.endif >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 537871) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1581654464 >-SHA256 (namecoin-namecoin-core-nc0.19.0.1_GH0.tar.gz) = a9d403822a7ff470f9bf1467e6833af53af7c80a8c696eb259f16b105cba7ad3 >-SIZE (namecoin-namecoin-core-nc0.19.0.1_GH0.tar.gz) = 5873509 >+TIMESTAMP = 1591326954 >+SHA256 (namecoin-namecoin-core-nc0.19.1_GH0.tar.gz) = afd788e6ffbea3ab01c8657a51f3fcc061478618225adebb8dd8c0aecf780023 >+SIZE (namecoin-namecoin-core-nc0.19.1_GH0.tar.gz) = 5904070 > SHA256 (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 82f308a3527d96a202099feb96a754d036bbdaa875156ad002ba2747d75000c7 > SIZE (indolering-namecoin-graphics-a13a73b_GH0.tar.gz) = 7364908 >Index: files/patch-src_fs.h >=================================================================== >--- files/patch-src_fs.h (revision 537871) >+++ files/patch-src_fs.h (nonexistent) >@@ -1,10 +0,0 @@ >---- src/fs.h.orig 2020-02-14 04:46:53.262100000 +0000 >-+++ src/fs.h 2020-02-14 04:47:08.369514000 +0000 >-@@ -11,7 +11,6 @@ >- #include <ext/stdio_filebuf.h> >- #endif >- >--#define BOOST_FILESYSTEM_NO_DEPRECATED >- #include <boost/filesystem.hpp> >- #include <boost/filesystem/fstream.hpp> >- > >Property changes on: files/patch-src_fs.h >___________________________________________________________________ >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
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
Flags:
milios
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 247024
: 215286