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 D65971586A6 for ; Tue, 17 Aug 2021 13:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA0F1E07D8; Tue, 17 Aug 2021 13:26:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BEA6BE07D8 for ; Tue, 17 Aug 2021 13:26:24 +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 87A8C335D00 for ; Tue, 17 Aug 2021 13:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000BB7BD for ; Tue, 17 Aug 2021 13:26:21 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1629206710.c8e688edab6e01b301a4b83febab2f010357f29c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/, games-strategy/widelands/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/widelands/files/widelands-1.0-boost-1.77.patch games-strategy/widelands/widelands-1.0.ebuild X-VCS-Directories: games-strategy/widelands/files/ games-strategy/widelands/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c8e688edab6e01b301a4b83febab2f010357f29c X-VCS-Branch: master Date: Tue, 17 Aug 2021 13:26:21 +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: c78284a3-92b5-487e-9c8b-8144935f717d X-Archives-Hash: d0508b6eea5494da67f2cce0073f5617 commit: c8e688edab6e01b301a4b83febab2f010357f29c Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 17 13:22:11 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Aug 17 13:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e688ed games-strategy/widelands: backport upstream fix for boost-1.77 Closes: https://bugs.gentoo.org/808747 Signed-off-by: Ionen Wolkens gentoo.org> .../widelands/files/widelands-1.0-boost-1.77.patch | 16 ++++++++++++++++ games-strategy/widelands/widelands-1.0.ebuild | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch b/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch new file mode 100644 index 00000000000..69c1cb8caf4 --- /dev/null +++ b/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/808747 + +https://github.com/widelands/widelands/commit/316eaea +From: matthiakl +Date: Sat, 14 Aug 2021 19:24:08 +0200 +Subject: [PATCH] Added missing direct incude (#5025) +--- a/src/network/bufferedconnection.h ++++ b/src/network/bufferedconnection.h +@@ -20,6 +20,7 @@ + #ifndef WL_NETWORK_BUFFEREDCONNECTION_H + #define WL_NETWORK_BUFFEREDCONNECTION_H + ++#include + #include + #include + #include diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild index 6b04bc90639..1c8af8b6ba6 100644 --- a/games-strategy/widelands/widelands-1.0.ebuild +++ b/games-strategy/widelands/widelands-1.0.ebuild @@ -42,6 +42,10 @@ BDEPEND=" ${PYTHON_DEPS} sys-devel/gettext" +PATCHES=( + "${FILESDIR}"/${P}-boost-1.77.patch +) + src_configure() { CMAKE_BUILD_TYPE="Release"