summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-04-17 10:41:27 +0000
committermarkd <markd@pkgsrc.org>2022-04-17 10:41:27 +0000
commit3d83cfcc02dfe445eca3cd80029e41d5b4fa50a9 (patch)
tree42db6278076ec723a3e4bfe95b5fbc9b1dc20a63
parentd9c7e836cf83df77aa8cd279380553f08446865d (diff)
downloadpkgsrc-3d83cfcc02dfe445eca3cd80029e41d5b4fa50a9.tar.gz
luatex: update to 1.15.0 - texlive 2022 version
* Support structured destinations from PDF 2.0. * PNG /Smask for PDF 2.0. * Variable font interface for luahbtex. * Different radical style defaults in mathdefaultsmode. * Optionally block selected discretionary creation. * Improvements for TrueType fonts implementation. * More efficient \fontdimen allocation. * Ignore paragraphs with only a local par node followed by direction synchronization nodes.
-rw-r--r--print/luatex/Makefile6
-rw-r--r--print/luatex/distinfo9
-rw-r--r--print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c15
3 files changed, 23 insertions, 7 deletions
diff --git a/print/luatex/Makefile b/print/luatex/Makefile
index 637b95f4d25..024e61eaf04 100644
--- a/print/luatex/Makefile
+++ b/print/luatex/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.108 2021/12/08 16:06:14 adam Exp $
+# $NetBSD: Makefile,v 1.109 2022/04/17 10:41:27 markd Exp $
-PKGREVISION= 1
.include "../../print/texlive/Makefile.common"
-PKGNAME= luatex-1.13.0
+PKGNAME= luatex-1.15.0
CATEGORIES= print
HOMEPAGE= https://www.tug.org/web2c/
@@ -21,6 +20,7 @@ CONFIGURE_ARGS+= --disable-aleph
CONFIGURE_ARGS+= --disable-eptex
CONFIGURE_ARGS+= --disable-etex
CONFIGURE_ARGS+= --disable-euptex
+CONFIGURE_ARGS+= --disable-hitex
CONFIGURE_ARGS+= --disable-mf
CONFIGURE_ARGS+= --disable-mf-nowin
CONFIGURE_ARGS+= --disable-luajittex
diff --git a/print/luatex/distinfo b/print/luatex/distinfo
index 24a70355be7..3ff2996f2da 100644
--- a/print/luatex/distinfo
+++ b/print/luatex/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.42 2021/10/26 11:12:10 nia Exp $
+$NetBSD: distinfo,v 1.43 2022/04/17 10:41:27 markd Exp $
-BLAKE2s (texlive-20210325-source.tar.xz) = 1ff1ac8c15651d79483605f071a71c7eb253477627b3f478c261a87bf98a7186
-SHA512 (texlive-20210325-source.tar.xz) = afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213
-Size (texlive-20210325-source.tar.xz) = 54837368 bytes
+BLAKE2s (texlive-20220321-source.tar.xz) = 1f3a5c33cba94663158aba15b12da5a265b8ec44eab741a6b9f1037d0c412341
+SHA512 (texlive-20220321-source.tar.xz) = 1c6b4c80d474b661060c3ac126b41782fd34e883139b9bca89ca1ffe543891bd9451df3be5e6297af965ddbceea9802008a61589344c3dee8075044b1b288dd7
+Size (texlive-20220321-source.tar.xz) = 67975836 bytes
SHA1 (patch-libs_lua53_lua53-src_src_luaconf.h) = 824ee4ba2c324e1e01967b82a54621b6b6f3edd3
+SHA1 (patch-texk_web2c_mfluadir_potrace_potracelib.c) = 14c287304a217231755ff8ce285c3eb4b969756d
diff --git a/print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c b/print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c
new file mode 100644
index 00000000000..a06802fd807
--- /dev/null
+++ b/print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-texk_web2c_mfluadir_potrace_potracelib.c,v 1.1 2022/04/17 10:41:27 markd Exp $
+
+Hack to pick up the correct config.h
+
+--- texk/web2c/mfluadir/potrace/potracelib.c.orig 2022-02-12 18:02:57.000000000 +0000
++++ texk/web2c/mfluadir/potrace/potracelib.c
+@@ -3,7 +3,7 @@
+ by the GNU General Public License. See the file COPYING for details. */
+
+ #ifdef HAVE_CONFIG_H
+-#include <config.h>
++#include <../potrace/config.h>
+ #endif
+
+ #include <stdlib.h>