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 C22CC158021 for ; Sat, 15 Oct 2022 20:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BFC6E08C8; Sat, 15 Oct 2022 20:07:24 +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 E5D67E08C8 for ; Sat, 15 Oct 2022 20:07:23 +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 154EB340F14 for ; Sat, 15 Oct 2022 20:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA24861D for ; Sat, 15 Oct 2022 20:07: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: <1665864404.e3f47e5d698809e572c10bda6e4929f2794f9860.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/stride/files/, sci-biology/stride/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/stride/files/stride-20011129-clang16.patch sci-biology/stride/stride-20011129-r1.ebuild X-VCS-Directories: sci-biology/stride/ sci-biology/stride/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e3f47e5d698809e572c10bda6e4929f2794f9860 X-VCS-Branch: master Date: Sat, 15 Oct 2022 20:07: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: 4f0b9e9f-5277-4884-b892-a069a2cdba4c X-Archives-Hash: ba93147369a02a5318a872d89a6f551b commit: e3f47e5d698809e572c10bda6e4929f2794f9860 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Oct 15 14:20:17 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Oct 15 20:06:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f47e5d sci-biology/stride: fix build w/ upcoming clang16 Note that the implicit int is part of the update patch. Closes: https://bugs.gentoo.org/874069 Signed-off-by: Ionen Wolkens gentoo.org> sci-biology/stride/files/stride-20011129-clang16.patch | 15 +++++++++++++++ sci-biology/stride/stride-20011129-r1.ebuild | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/sci-biology/stride/files/stride-20011129-clang16.patch b/sci-biology/stride/files/stride-20011129-clang16.patch new file mode 100644 index 000000000000..e1e4383a3281 --- /dev/null +++ b/sci-biology/stride/files/stride-20011129-clang16.patch @@ -0,0 +1,15 @@ +https://bugs.gentoo.org/874069 +--- a/hydrbond.c ++++ b/hydrbond.c +@@ -293,3 +293,3 @@ + int dc, ac, ccd, cca, cc, hc=0, i; +- void (*HBOND_Energy)(); ++ void (*HBOND_Energy)(float*, float*, float*, float*, float*, COMMAND*, HBOND*); + BUFFER Text; +--- a/p_atom.c ++++ b/p_atom.c +@@ -11,3 +11,3 @@ + RESIDUE *r; +- register i; ++ register int i; + diff --git a/sci-biology/stride/stride-20011129-r1.ebuild b/sci-biology/stride/stride-20011129-r1.ebuild index a8681b7f924e..9638fd559b55 100644 --- a/sci-biology/stride/stride-20011129-r1.ebuild +++ b/sci-biology/stride/stride-20011129-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ PATCHES=( # version which was kindly provided by the author "${S}"/${PN}-20060723-update.patch "${FILESDIR}"/${PN}-20011129-fix-buildsystem.patch + "${FILESDIR}"/${PN}-20011129-clang16.patch ) src_configure() {