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 B2CE4158020 for ; Fri, 4 Nov 2022 05:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A81C1E0101; Fri, 4 Nov 2022 05:15:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8F39FE0101 for ; Fri, 4 Nov 2022 05:15:46 +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 603E9340C37 for ; Fri, 4 Nov 2022 05:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8E0523 for ; Fri, 4 Nov 2022 05:15:43 +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: <1667538316.344cd785d060dc5d86d791416116cf5d4f89fbcb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/, dev-libs/kpathsea/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild X-VCS-Directories: dev-libs/kpathsea/files/ dev-libs/kpathsea/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 344cd785d060dc5d86d791416116cf5d4f89fbcb X-VCS-Branch: master Date: Fri, 4 Nov 2022 05:15:43 +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: d26536e3-28bd-4f96-afbe-b780e444b29c X-Archives-Hash: e38987ac2bfc3710c36a960bb2558a52 commit: 344cd785d060dc5d86d791416116cf5d4f89fbcb Author: Sam James gentoo org> AuthorDate: Fri Nov 4 05:05:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 4 05:05:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344cd785 dev-libs/kpathsea: fix configure w/ clang 16 Signed-off-by: Sam James gentoo.org> ...-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch | 12 ++++++++++++ ...3_p20210325.ebuild => kpathsea-6.3.3_p20210325-r1.ebuild} | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch new file mode 100644 index 000000000000..ad8dc0e33342 --- /dev/null +++ b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch @@ -0,0 +1,12 @@ +diff --git a/configure b/configure +index be42b2e..6a7efb0 100755 +--- a/configure ++++ b/configure +@@ -13920,6 +13920,7 @@ else + else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#include + int fork() { exit(1); } + int vfork() { exit(1); } + extern char *getcwd(); diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild similarity index 97% rename from dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild rename to dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild index 43a961e05eb2..45e773f12628 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild @@ -35,6 +35,10 @@ SRC_URI="${SRC_URI} ) " TEXMF_PATH=/usr/share/texmf-dist +PATCHES=( + "${FILESDIR}"/${PN}-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch +) + src_prepare() { default cd "${WORKDIR}/texlive-${PV#*_p}-source" || die