summaryrefslogtreecommitdiff
path: root/print/luatex
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-08-21 11:14:26 +0000
committerjperkin <jperkin@pkgsrc.org>2017-08-21 11:14:26 +0000
commit937ba33e49cfbb438c7870983a7d26d0b1df46f9 (patch)
tree71a154fc34d0f3b58eaf8b165fdd8ce5d33c0599 /print/luatex
parent987233775dcbf5bf4d64770c07cafd2bd32e34b0 (diff)
downloadpkgsrc-937ba33e49cfbb438c7870983a7d26d0b1df46f9.tar.gz
Improve patch comment, requested by joerg.
Diffstat (limited to 'print/luatex')
-rw-r--r--print/luatex/distinfo4
-rw-r--r--print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w6
2 files changed, 6 insertions, 4 deletions
diff --git a/print/luatex/distinfo b/print/luatex/distinfo
index ce992af8aa1..39778f809cb 100644
--- a/print/luatex/distinfo
+++ b/print/luatex/distinfo
@@ -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) = 63483372 bytes
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
diff --git a/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w b/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w
index c450836c1e5..a0e97631e5e 100644
--- a/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w
+++ b/print/luatex/patches/patch-texk_web2c_luatexdir_image_pdftoepdf.w
@@ -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