From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D039138334 for ; Tue, 31 Dec 2019 13:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA1FCE0B30; Tue, 31 Dec 2019 13:24:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97C3BE0B30 for ; Tue, 31 Dec 2019 13:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5402034DD73 for ; Tue, 31 Dec 2019 13:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCBA1E for ; Tue, 31 Dec 2019 13:24:19 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577798650.df43761599a959604676e2245b6e44d7d6a8e44b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/, net-p2p/bitcoin-qt/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.3-boost-1.72-missing-include.patch X-VCS-Directories: net-p2p/bitcoin-qt/files/ net-p2p/bitcoin-qt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: df43761599a959604676e2245b6e44d7d6a8e44b X-VCS-Branch: master Date: Tue, 31 Dec 2019 13:24:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ca12f77-3e47-45cf-a80f-8ebc179fdc96 X-Archives-Hash: 7c7e9f1ce1cd1a7ca9bcccfd3f02779e commit: df43761599a959604676e2245b6e44d7d6a8e44b Author: David Seifert gentoo org> AuthorDate: Tue Dec 31 13:24:10 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Dec 31 13:24:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df437615 net-p2p/bitcoin-qt: Add patch for missing include Closes: https://bugs.gentoo.org/703544 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild | 1 + net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild | 1 + net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild | 1 + ...coin-qt-0.16.3-boost-1.72-missing-include.patch | 24 ++++++++++++++++++++++ 4 files changed, 27 insertions(+) diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild index e6d5e30a932..0ee413a509b 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.3.ebuild @@ -87,6 +87,7 @@ src_prepare() { local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + eapply "${FILESDIR}"/${PN}-0.16.3-boost-1.72-missing-include.patch eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" if use knots; then diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild index 28c1e57132f..1ae0e2eadb7 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild @@ -85,6 +85,7 @@ src_prepare() { local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + eapply "${FILESDIR}"/${PN}-0.16.3-boost-1.72-missing-include.patch eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" if use knots; then diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild index 0aa8b5e1079..5c492841815 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.18.0.ebuild @@ -85,6 +85,7 @@ src_prepare() { local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + eapply "${FILESDIR}"/${PN}-0.16.3-boost-1.72-missing-include.patch eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" if use knots; then diff --git a/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.3-boost-1.72-missing-include.patch b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.3-boost-1.72-missing-include.patch new file mode 100644 index 00000000000..b553a245806 --- /dev/null +++ b/net-p2p/bitcoin-qt/files/bitcoin-qt-0.16.3-boost-1.72-missing-include.patch @@ -0,0 +1,24 @@ +From a5929130223973636f3fd25fbfaf2953f2ec96a9 Mon Sep 17 00:00:00 2001 +From: Jan Beich +Date: Fri, 25 Oct 2019 13:05:17 +0000 +Subject: [PATCH] http: add missing header bootlegged by boost < 1.72 + +httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std' + std::deque> queue; + ~~~~~^ +--- + src/httpserver.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/httpserver.cpp b/src/httpserver.cpp +index 81137771871f..d9c711332358 100644 +--- a/src/httpserver.cpp ++++ b/src/httpserver.cpp +@@ -15,6 +15,7 @@ + #include + #include + ++#include + #include + #include + #include