FreeBSD Bugzilla – Attachment 174404 Details for
Bug 212402
net-p2p/zetacoin: Update to 0.11.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN diff
zetacoin-0.11.2.3.diff (text/plain), 6.31 KB, created by
Daniel Morante
on 2016-09-06 03:08:37 UTC
(
hide
)
Description:
SVN diff
Filename:
MIME Type:
Creator:
Daniel Morante
Created:
2016-09-06 03:08:37 UTC
Size:
6.31 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421403) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= zetacoin >-PORTVERSION= 0.9.2.7 >+PORTVERSION= 0.11.2.3 > DISTVERSIONPREFIX= v > CATEGORIES= net-p2p finance > >@@ -32,8 +32,8 @@ > > UPNP_CONFIGURE_WITH= miniupnpc > UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc >-UPNP_CPPFLAGS= -I${LOCALBASE}/include >-UPNP_LIBS= -L${LOCALBASE}/lib >+UPNP_CPPFLAGS= -I${LOCALBASE}/include >+UPNP_LIBS= -L${LOCALBASE}/lib > > X11_CONFIGURE_WITH= gui > X11_CONFIGURE_ON= --without-daemon >@@ -61,6 +61,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ > SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" >+CONFIGURE_ENV+= OBJC="${CC}" OBJCFLAGS="${CFLAGS}" OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" > > QT_BINARY= ${PORTNAME}-qt > CLI_BINARY= ${PORTNAME}-cli >Index: distinfo >=================================================================== >--- distinfo (revision 421403) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (zetacoin-zetacoin-v0.9.2.7_GH0.tar.gz) = e24bdcc9c576d6af268b790118e294f8ce1e18695a4234a58f84abb9856233f1 >-SIZE (zetacoin-zetacoin-v0.9.2.7_GH0.tar.gz) = 4266219 >+TIMESTAMP = 1466446290 >+SHA256 (zetacoin-zetacoin-v0.11.2.3_GH0.tar.gz) = 581195ee6616f47c12cbd2b76cf0d61e152bbe659a349b5010d6ad3a51da80f9 >+SIZE (zetacoin-zetacoin-v0.11.2.3_GH0.tar.gz) = 5735186 >Index: files/patch-src_Makefile.include >=================================================================== >--- files/patch-src_Makefile.include (revision 421403) >+++ files/patch-src_Makefile.include (nonexistent) >@@ -1,27 +0,0 @@ >---- src/Makefile.include.orig 2014-12-12 22:22:31 UTC >-+++ src/Makefile.include >-@@ -40,18 +40,18 @@ $(LIBBITCOINQT): >- ui_%.h: %.ui >- @test -d $(abs_builddir)/$(@D) || $(MKDIR_P) $(abs_builddir)/$(@D) >- @test -f $(UIC) && QT_SELECT=$(QT_SELECT) $(UIC) -o $(abs_builddir)/$@ $(abs_srcdir)/$< || echo error: could not build $(abs_builddir)/$@ >-- $(SED) -e '/^\*\*.*Created:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@{.n,} >-- $(SED) -e '/^\*\*.*by:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@{.n,} >-+ $(SED) -e '/^\*\*.*Created:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@.n $(abs_builddir)/$@ >-+ $(SED) -e '/^\*\*.*by:/d' $(abs_builddir)/$@ > $(abs_builddir)/$@.n && mv $(abs_builddir)/$@.n $(abs_builddir)/$@ >- >- %.moc: %.cpp >- QT_SELECT=$(QT_SELECT) $(MOC) $(QT_INCLUDES) $(MOC_DEFS) -o $@ $< >-- $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,} >-- $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,} >-+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ >-+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ >- >- moc_%.cpp: %.h >- QT_SELECT=$(QT_SELECT) $(MOC) $(QT_INCLUDES) $(MOC_DEFS) -o $@ $< >-- $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,} >-- $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,} >-+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ >-+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@.n $(abs_builddir)/$@ >- >- %.qm: %.ts >- @test -d $(abs_builddir)/$(@D) || $(MKDIR_P) $(abs_builddir)/$(@D) > >Property changes on: files/patch-src_Makefile.include >___________________________________________________________________ >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: files/patch-src_net.cpp >=================================================================== >--- files/patch-src_net.cpp (revision 421403) >+++ files/patch-src_net.cpp (nonexistent) >@@ -1,31 +0,0 @@ >-commit 9f3e48e5219a09b5ddfd6883d1f0498910eff4b6 >-Author: Pavel Vasin <pavel@vasin.nl> >-Date: Sun, 23 Aug 2015 23:53:49 +0300 >- >- add support for miniupnpc api version 14 >- >- The value of new arg ttl is set to 2 as it's recommended default. >---- >- src/net.cpp | 6 +++++- >- 1 file changed, 5 insertions(+), 1 deletion(-) >- >-diff --git a/src/net.cpp b/src/net.cpp >-index fb5726a..4c6331f 100644 >---- src/net.cpp.orig 2015-07-10 17:23:55 UTC >-+++ src/net.cpp >-@@ -1120,10 +1120,14 @@ void ThreadMapPort() >- #ifndef UPNPDISCOVER_SUCCESS >- /* miniupnpc 1.5 */ >- devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0); >--#else >-+#elif MINIUPNPC_API_VERSION < 14 >- /* miniupnpc 1.6 */ >- int error = 0; >- devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error); >-+#else >-+ /* miniupnpc 1.9.20150730 */ >-+ int error = 0; >-+ devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, 2, &error); >- #endif >- >- struct UPNPUrls urls; > >Property changes on: files/patch-src_net.cpp >___________________________________________________________________ >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: files/patch-src_qt_Makefile.am >=================================================================== >--- files/patch-src_qt_Makefile.am (revision 421403) >+++ files/patch-src_qt_Makefile.am (nonexistent) >@@ -1,12 +0,0 @@ >---- src/qt/Makefile.am.orig 2014-12-12 22:22:31 UTC >-+++ src/qt/Makefile.am >-@@ -373,7 +373,7 @@ translate: bitcoinstrings.cpp $(QT_FORMS >- $(QT_QRC_CPP): $(QT_QRC) $(QT_QM) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES) $(PROTOBUF_H) >- @cd $(abs_srcdir); test -f $(RCC) && QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin -o $(abs_builddir)/$@ $< || \ >- echo error: could not build $@ >-- $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,} >-- $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,} >-+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@.n $@ >-+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@.n $@ >- >- CLEANFILES = $(BUILT_SOURCES) $(QT_QM) $(QT_FORMS_H) *.gcda *.gcno > >Property changes on: files/patch-src_qt_Makefile.am >___________________________________________________________________ >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:
daniel
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 212402
: 174404