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 60340158030 for ; Tue, 28 Feb 2023 03:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46508E069C; Tue, 28 Feb 2023 03:01:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28183E03EC for ; Tue, 28 Feb 2023 03:01:37 +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 0D58A340CE7 for ; Tue, 28 Feb 2023 03:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D087D0 for ; Tue, 28 Feb 2023 03:01:34 +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: <1677553276.b970182de2a6a6da4748572295e4a6e46f16736c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/files/, app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/files/texlive-core-2021-clang-16.patch app-text/texlive-core/texlive-core-2021-r5.ebuild app-text/texlive-core/texlive-core-2021-r6.ebuild X-VCS-Directories: app-text/texlive-core/ app-text/texlive-core/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b970182de2a6a6da4748572295e4a6e46f16736c X-VCS-Branch: master Date: Tue, 28 Feb 2023 03:01:34 +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: 00f5dd9c-b428-4f33-8327-6a17ca076f1a X-Archives-Hash: 0bd9a53c9aa7d3a1bd1fc184fd1d44e7 commit: b970182de2a6a6da4748572295e4a6e46f16736c Author: Sam James gentoo org> AuthorDate: Tue Feb 28 02:56:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 28 03:01:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b970182d app-text/texlive-core: fix another Clang 16 configure issue Bug: https://bugs.gentoo.org/882245 Bug: https://bugs.gentoo.org/874546 Signed-off-by: Sam James gentoo.org> .../files/texlive-core-2021-clang-16.patch | 49 ++++++++++++++++++++++ ...-2021-r5.ebuild => texlive-core-2021-r6.ebuild} | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/app-text/texlive-core/files/texlive-core-2021-clang-16.patch b/app-text/texlive-core/files/texlive-core-2021-clang-16.patch index fcfbd26c8ed2..8d5f421544f8 100644 --- a/app-text/texlive-core/files/texlive-core-2021-clang-16.patch +++ b/app-text/texlive-core/files/texlive-core-2021-clang-16.patch @@ -3,6 +3,7 @@ https://bugs.gentoo.org/882245 https://github.com/TeX-Live/texlive-source/commit/3b1470c8911cd4bc9e4a02bfb5cac0f3bebcab3a https://github.com/TeX-Live/texlive-source/commit/60b60503b21ea43c68d1ffbe214141a79a36190b +https://github.com/TeX-Live/texlive-source/commit/bb307f8bd91c5ea4f191b9c788056470626893b7 From 3b1470c8911cd4bc9e4a02bfb5cac0f3bebcab3a Mon Sep 17 00:00:00 2001 From: Karl Berry @@ -170,3 +171,51 @@ git-svn-id: svn://tug.org/texlive/trunk/Build/source@64953 c570f23f-e606-0410-a8 { xargc = argc; +From bb307f8bd91c5ea4f191b9c788056470626893b7 Mon Sep 17 00:00:00 2001 +From: Karl Berry +Date: Thu, 2 Feb 2023 22:57:47 +0000 +Subject: [PATCH] avoid implicit wait and exit declarations for C99 + +git-svn-id: svn://tug.org/texlive/trunk/Build/source@65717 c570f23f-e606-0410-a88d-b1316a301751 +--- a/texk/xdvik/configure ++++ b/texk/xdvik/configure +@@ -15455,6 +15455,9 @@ else + #ifdef HAVE_UNISTD_H + #include + #endif ++#ifdef HAVE_SYS_WAIT_H ++#include ++#endif + #ifdef HAVE_VFORK_H + #include + #endif +@@ -15476,7 +15479,7 @@ main () + + while (wait(&status) != child) + ; +- exit( ++ _exit( + /* Was there some problem with vforking? */ + child < 0 + +--- a/texk/xdvik/m4/xdvi-func-setsid-in-fork.m4 ++++ b/texk/xdvik/m4/xdvi-func-setsid-in-fork.m4 +@@ -22,6 +22,9 @@ AC_DEFUN([XDVI_FUNC_SETSID_IN_VFORK], + #ifdef HAVE_UNISTD_H + #include + #endif ++#ifdef HAVE_SYS_WAIT_H ++#include ++#endif + #ifdef HAVE_VFORK_H + #include + #endif]], +@@ -40,7 +43,7 @@ AC_DEFUN([XDVI_FUNC_SETSID_IN_VFORK], + + while (wait(&status) != child) + ; +- exit( ++ _exit( + /* Was there some problem with vforking? */ + child < 0 + diff --git a/app-text/texlive-core/texlive-core-2021-r5.ebuild b/app-text/texlive-core/texlive-core-2021-r6.ebuild similarity index 99% rename from app-text/texlive-core/texlive-core-2021-r5.ebuild rename to app-text/texlive-core/texlive-core-2021-r6.ebuild index 0c150524ab97..0b463ff9a7ff 100644 --- a/app-text/texlive-core/texlive-core-2021-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2021-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7