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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08D0E138334 for ; Mon, 30 Dec 2019 17:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 465DCE0CBD; Mon, 30 Dec 2019 17:47:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2846DE0CBD for ; Mon, 30 Dec 2019 17:47:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05F2834DD5B for ; Mon, 30 Dec 2019 17:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 444EE75 for ; Mon, 30 Dec 2019 17:47:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1577728011.7ce651d660c5f233678269178ef23f8fd58a962c.zlogene@gentoo> Subject: [gentoo-commits] proj/tex:master commit in: 2019/patches/ X-VCS-Repository: proj/tex X-VCS-Files: 2019/patches/texlive-core-2019-poppler0.84.patch X-VCS-Directories: 2019/patches/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7ce651d660c5f233678269178ef23f8fd58a962c X-VCS-Branch: master Date: Mon, 30 Dec 2019 17:47:23 +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: 155996bf-c23e-40b6-a7cd-8726dac52851 X-Archives-Hash: 962140210d99553e1254617cbcc21584 commit: 7ce651d660c5f233678269178ef23f8fd58a962c Author: Mikle Kolyada gentoo org> AuthorDate: Mon Dec 30 17:46:51 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Dec 30 17:46:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=7ce651d6 Add poppler-0.84 compat patch Signed-off-by: Mikle Kolyada gentoo.org> 2019/patches/texlive-core-2019-poppler0.84.patch | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/2019/patches/texlive-core-2019-poppler0.84.patch b/2019/patches/texlive-core-2019-poppler0.84.patch new file mode 100644 index 0000000..d92288f --- /dev/null +++ b/2019/patches/texlive-core-2019-poppler0.84.patch @@ -0,0 +1,27 @@ +From f00f5c8bac586a07dbfd3d517f0f213e22ca2435 Mon Sep 17 00:00:00 2001 +From: Mikle Kolyada +Date: Mon, 30 Dec 2019 19:45:59 +0300 +Subject: [PATCH] poppler-0.84 compat + +Upstream report: https://tug.org/pipermail/tex-k/2019-December/003096.html + +Signed-off-by: Mikle Kolyada +--- + utils.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/utils.c b/utils.c +index c93a878..6f866e7 100644 +--- a/texk/web2c/pdftexdir/utils.c ++++ b/texk/web2c/pdftexdir/utils.c +@@ -33,7 +33,6 @@ with this program. If not, see . + #include "ptexlib.h" + #include + #ifdef POPPLER_VERSION +-#include + #define xpdfVersion POPPLER_VERSION + #define xpdfString "poppler" + #else +-- +2.24.1 +