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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13B7E15800D for ; Sat, 31 Dec 2022 15:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E8BBE0870; Sat, 31 Dec 2022 15:36:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42227E0870 for ; Sat, 31 Dec 2022 15:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6628833BEBB for ; Sat, 31 Dec 2022 15:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0304F7D0 for ; Sat, 31 Dec 2022 15:36:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672500966.70d4aa4b03070603df55a6a5eace22b8a9551ad3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/files/, dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/files/mongodb-5.0.5-boost-1.81-extra.patch dev-db/mongodb/mongodb-5.0.5-r2.ebuild X-VCS-Directories: dev-db/mongodb/ dev-db/mongodb/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 70d4aa4b03070603df55a6a5eace22b8a9551ad3 X-VCS-Branch: master Date: Sat, 31 Dec 2022 15:36:48 +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: f8f4bdf8-fbf7-416f-998c-ab7f3f734821 X-Archives-Hash: 0a971829e9986667bc0489c1df77fb29 commit: 70d4aa4b03070603df55a6a5eace22b8a9551ad3 Author: Sam James gentoo org> AuthorDate: Sat Dec 31 15:34:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 31 15:36:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d4aa4b dev-db/mongodb: further Boost 1.81 fixes Closes: https://bugs.gentoo.org/889020 Signed-off-by: Sam James gentoo.org> dev-db/mongodb/files/mongodb-5.0.5-boost-1.81-extra.patch | 11 +++++++++++ dev-db/mongodb/mongodb-5.0.5-r2.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/dev-db/mongodb/files/mongodb-5.0.5-boost-1.81-extra.patch b/dev-db/mongodb/files/mongodb-5.0.5-boost-1.81-extra.patch new file mode 100644 index 000000000000..af83692d16d2 --- /dev/null +++ b/dev-db/mongodb/files/mongodb-5.0.5-boost-1.81-extra.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/889020 +--- a/src/mongo/util/boost_assert_shim.cpp ++++ b/src/mongo/util/boost_assert_shim.cpp +@@ -31,6 +31,7 @@ + + #if defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) + ++#include + #include + + namespace mongo { diff --git a/dev-db/mongodb/mongodb-5.0.5-r2.ebuild b/dev-db/mongodb/mongodb-5.0.5-r2.ebuild index d49a2e02c20b..fe18f3873d13 100644 --- a/dev-db/mongodb/mongodb-5.0.5-r2.ebuild +++ b/dev-db/mongodb/mongodb-5.0.5-r2.ebuild @@ -70,6 +70,7 @@ PATCHES=( "${FILESDIR}/${PN}-5.0.2-boost-1.79.patch" "${FILESDIR}/${PN}-5.0.5-no-force-lld.patch" "${FILESDIR}/${PN}-4.4.10-boost-1.81.patch" + "${FILESDIR}/${PN}-5.0.5-boost-1.81-extra.patch" ) S="${WORKDIR}/${MY_P}"