Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 15:41:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515617 - in head/net-p2p: bitcoin qtum
Message-ID:  <201910251541.x9PFfG8N033397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Oct 25 15:41:16 2019
New Revision: 515617
URL: https://svnweb.freebsd.org/changeset/ports/515617

Log:
  net-p2p/bitcoin: unbreak with boost 1.72
  
  httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
      std::deque<std::unique_ptr<WorkItem>> queue;
      ~~~~~^

Modified:
  head/net-p2p/bitcoin/Makefile   (contents, props changed)
  head/net-p2p/bitcoin/distinfo   (contents, props changed)
  head/net-p2p/qtum/Makefile   (contents, props changed)
  head/net-p2p/qtum/distinfo   (contents, props changed)

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Fri Oct 25 15:41:01 2019	(r515616)
+++ head/net-p2p/bitcoin/Makefile	Fri Oct 25 15:41:16 2019	(r515617)
@@ -10,6 +10,9 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:i
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${_DISTFILES:N*.png}
 
+PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES+=	a59291302239.patch:-p1
+
 MAINTAINER=	kbowling@FreeBSD.org
 COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
 

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Fri Oct 25 15:41:01 2019	(r515616)
+++ head/net-p2p/bitcoin/distinfo	Fri Oct 25 15:41:16 2019	(r515617)
@@ -3,3 +3,5 @@ SHA256 (bitcoin/bitcoin-0.18.1.tar.gz) = 5c7d93f15579e
 SIZE (bitcoin/bitcoin-0.18.1.tar.gz) = 7379509
 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
 SIZE (bitcoin/bitcoin128.png) = 10639
+SHA256 (bitcoin/a59291302239.patch) = 666d144f07e95fc5333690be2751f26c512de220813537b43e2ce6fc85da0189
+SIZE (bitcoin/a59291302239.patch) = 700

Modified: head/net-p2p/qtum/Makefile
==============================================================================
--- head/net-p2p/qtum/Makefile	Fri Oct 25 15:41:01 2019	(r515616)
+++ head/net-p2p/qtum/Makefile	Fri Oct 25 15:41:16 2019	(r515617)
@@ -6,6 +6,9 @@ PORTVERSION=	0.18.1
 DISTVERSIONPREFIX=	mainnet-ignition-v
 CATEGORIES=	net-p2p finance
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	05564ff309be.patch:-p1
+
 MAINTAINER=	vd@FreeBSD.org
 COMMENT=	PoS cryptocurrency that can execute smart contract as part of an UTXO
 

Modified: head/net-p2p/qtum/distinfo
==============================================================================
--- head/net-p2p/qtum/distinfo	Fri Oct 25 15:41:01 2019	(r515616)
+++ head/net-p2p/qtum/distinfo	Fri Oct 25 15:41:16 2019	(r515617)
@@ -7,3 +7,5 @@ SHA256 (chfast-ethash-67a3216a5494834f7c221df93b079dac
 SIZE (chfast-ethash-67a3216a5494834f7c221df93b079dac4_GH0.tar.gz) = 95929
 SHA256 (ethereum-evmc-bf7064dca5cbbda4def8c2548d0d7a040_GH0.tar.gz) = 881c99b3093978f3b03811d318373eea04ce91092e1f8585eaa4bb82c41b81b3
 SIZE (ethereum-evmc-bf7064dca5cbbda4def8c2548d0d7a040_GH0.tar.gz) = 68126
+SHA256 (05564ff309be.patch) = 8c239ff8dad036f060d2b4361363e7c36368bda6b0f92d5175b8d3c3648cd9ab
+SIZE (05564ff309be.patch) = 694



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251541.x9PFfG8N033397>