Received: by mail.netbsd.org (Postfix, from userid 605) id BD61984D8A; Mon, 21 Aug 2017 11:14:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FF1D84D85 for ; Mon, 21 Aug 2017 11:14:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7asNBlGyoBae for ; Mon, 21 Aug 2017 11:14:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1E9484D84 for ; Mon, 21 Aug 2017 11:14:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D015FFAD0; Mon, 21 Aug 2017 11:14:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503314066143250" MIME-Version: 1.0 Date: Mon, 21 Aug 2017 11:14:26 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/print/luatex To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170821111426.D015FFAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503314066143250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Aug 21 11:14:26 UTC 2017 Modified Files: pkgsrc/print/luatex: distinfo pkgsrc/print/luatex/patches: patch-texk_web2c_luatexdir_image_pdftoepdf.w Log Message: Improve patch comment, requested by joerg. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/luatex/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503314066143250 Content-Disposition: inline Content-Length: 2132 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/luatex/distinfo diff -u pkgsrc/print/luatex/distinfo:1.25 pkgsrc/print/luatex/distinfo:1.26 --- pkgsrc/print/luatex/distinfo:1.25 Mon Aug 21 10:15:21 2017 +++ pkgsrc/print/luatex/distinfo Mon Aug 21 11:14:26 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2017/08/21 10:15:21 jperkin Exp $ +$NetBSD: distinfo,v 1.26 2017/08/21 11:14:26 jperkin Exp $ SHA1 (texlive-20170524-source.tar.xz) = 1c1383ddb1b871c6b8ce49a4ae3c1a33d454a7b6 RMD160 (texlive-20170524-source.tar.xz) = a8430c19fe1727cf308fe03e5838105260c0d71e @@ -7,4 +7,4 @@ Size (texlive-20170524-source.tar.xz) = SHA1 (patch-ac) = 1ee83833a03eace2eada892130ddb2198e829f3d SHA1 (patch-libs_luajit_LuaJIT-src_src_host_buildvm__asm.c) = 34fa742ed696f97df637c5086bf1faf3d718cb69 SHA1 (patch-libs_luajit_LuaJIT-src_src_vm__x86.dasc) = 491d33adbbaab8b2b81a65a8d7ba30aee775b75f -SHA1 (patch-texk_web2c_luatexdir_image_pdftoepdf.w) = 6f1e5586aa013dc819a715467ef4a120099915b3 +SHA1 (patch-texk_web2c_luatexdir_image_pdftoepdf.w) = 9f7563e5d3011c183092c9eb157560f912113d77 Index: pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w diff -u pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w:1.1 pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w:1.2 --- pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w:1.1 Mon Aug 21 10:15:22 2017 +++ pkgsrc/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w Mon Aug 21 11:14:26 2017 @@ -1,6 +1,8 @@ -$NetBSD: patch-texk_web2c_luatexdir_image_pdftoepdf.w,v 1.1 2017/08/21 10:15:22 jperkin Exp $ +$NetBSD: patch-texk_web2c_luatexdir_image_pdftoepdf.w,v 1.2 2017/08/21 11:14:26 jperkin Exp $ -Avoid -Wreserved-user-defined-literal failures by using newlines. +The ctangle tex-to-C generator strips whitespace, resulting in "C++11 requires +a space between literal and identifier" failures. Pull in hacky patch from +Gentoo which avoids this problem by using newlines. --- texk/web2c/luatexdir/image/pdftoepdf.w.orig 2016-11-25 18:09:14.000000000 +0000 +++ texk/web2c/luatexdir/image/pdftoepdf.w --_----------=_1503314066143250--