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 56294158041 for ; Sun, 10 Mar 2024 14:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05041E2AB1; Sun, 10 Mar 2024 14:17:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE258E2AB1 for ; Sun, 10 Mar 2024 14:17:31 +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 F0816340806 for ; Sun, 10 Mar 2024 14:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CE2314C7 for ; Sun, 10 Mar 2024 14:17:29 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1710080213.c91502542cc1530cb70ba4f6dd510e5b4da6a992.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnucobol/, dev-lang/gnucobol/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch dev-lang/gnucobol/gnucobol-3.2.ebuild X-VCS-Directories: dev-lang/gnucobol/ dev-lang/gnucobol/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c91502542cc1530cb70ba4f6dd510e5b4da6a992 X-VCS-Branch: master Date: Sun, 10 Mar 2024 14:17:29 +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: 06a5cf72-7750-41d6-bea5-3600dd61dd95 X-Archives-Hash: 1018f33c4339c85f11feaaa50b0510ca commit: c91502542cc1530cb70ba4f6dd510e5b4da6a992 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 10 10:19:05 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 10 14:16:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9150254 dev-lang/gnucobol: include parser.h Closes: https://bugs.gentoo.org/925712 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch | 10 ++++++++++ dev-lang/gnucobol/gnucobol-3.2.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch b/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch new file mode 100644 index 000000000000..b6c4f5002565 --- /dev/null +++ b/dev-lang/gnucobol/files/gnucobol-3.2-libxml.patch @@ -0,0 +1,10 @@ +--- a/libcob/common.c 2024-03-10 11:12:23.253391905 +0100 ++++ b/libcob/common.c 2024-03-10 11:12:46.433130551 +0100 +@@ -136,6 +136,7 @@ + #if defined (WITH_XML2) + #include + #include ++#include + #endif + + #if defined (WITH_CJSON) diff --git a/dev-lang/gnucobol/gnucobol-3.2.ebuild b/dev-lang/gnucobol/gnucobol-3.2.ebuild index 26cb539a6333..8bbbcbd6d2d9 100644 --- a/dev-lang/gnucobol/gnucobol-3.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.2.ebuild @@ -28,6 +28,7 @@ DOCS=( AUTHORS ChangeLog NEWS README README.md ) PATCHES=( "${FILESDIR}"/${PN}-3.1.2-gentoo.patch + "${FILESDIR}"/${P}-libxml.patch ) src_prepare() {