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 93D061581C1 for ; Fri, 12 Jul 2024 20:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFFBC2BC015; Fri, 12 Jul 2024 20:24:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A35BC2BC015 for ; Fri, 12 Jul 2024 20:24:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF604335DE9 for ; Fri, 12 Jul 2024 20:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7E21BD7 for ; Fri, 12 Jul 2024 20:24:10 +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: <1720815448.e7ea26f08a0d2a9b4c4f4c385a8c2488c073387c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/files/, sci-chemistry/autodock_vina/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/autodock_vina/autodock_vina-1.2.5.ebuild sci-chemistry/autodock_vina/files/autodock_vina-1.2.5-boost-1.85.patch X-VCS-Directories: sci-chemistry/autodock_vina/ sci-chemistry/autodock_vina/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7ea26f08a0d2a9b4c4f4c385a8c2488c073387c X-VCS-Branch: master Date: Fri, 12 Jul 2024 20:24:10 +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: 40fb58e5-26fd-445c-b42f-2420ac876b6d X-Archives-Hash: dee712884542138055373118fc13ad2d commit: e7ea26f08a0d2a9b4c4f4c385a8c2488c073387c Author: Sam James gentoo org> AuthorDate: Fri Jul 12 20:17:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 12 20:17:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ea26f0 sci-chemistry/autodock_vina: fix build w/ boost-1.85 Closes: https://bugs.gentoo.org/932237 Signed-off-by: Sam James gentoo.org> .../autodock_vina/autodock_vina-1.2.5.ebuild | 1 + .../files/autodock_vina-1.2.5-boost-1.85.patch | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.2.5.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.2.5.ebuild index e9edf1f9c991..a74066d3963a 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.2.5.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.2.5.ebuild @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch + "${FILESDIR}"/${P}-boost-1.85.patch ) src_prepare() { diff --git a/sci-chemistry/autodock_vina/files/autodock_vina-1.2.5-boost-1.85.patch b/sci-chemistry/autodock_vina/files/autodock_vina-1.2.5-boost-1.85.patch new file mode 100644 index 000000000000..55906b093a49 --- /dev/null +++ b/sci-chemistry/autodock_vina/files/autodock_vina-1.2.5-boost-1.85.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/932237 +--- a/src/lib/vina.h ++++ b/src/lib/vina.h +@@ -35,7 +35,6 @@ + #include + #include + #include +-#include // filesystem::basename + #include // hardware_concurrency // FIXME rm ? + #include + //#include +--- a/src/split/split.cpp ++++ b/src/split/split.cpp +@@ -30,7 +30,6 @@ + #include + #include + #include +-#include // filesystem::basename + + #include "file.h" + #include "parse_error.h"