pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/luatex luatex: update to 1.15.0 - texlive 2022 v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/40c1fdb3740c
branches: trunk
changeset: 377164:40c1fdb3740c
user: markd <markd%pkgsrc.org@localhost>
date: Sun Apr 17 10:41:27 2022 +0000
description:
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.
diffstat:
print/luatex/Makefile | 6 ++--
print/luatex/distinfo | 9 +++--
print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c | 15 ++++++++++
3 files changed, 23 insertions(+), 7 deletions(-)
diffs (57 lines):
diff -r a8f57ee82cec -r 40c1fdb3740c print/luatex/Makefile
--- a/print/luatex/Makefile Sun Apr 17 10:39:25 2022 +0000
+++ b/print/luatex/Makefile Sun Apr 17 10:41:27 2022 +0000
@@ -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-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 -r a8f57ee82cec -r 40c1fdb3740c print/luatex/distinfo
--- a/print/luatex/distinfo Sun Apr 17 10:39:25 2022 +0000
+++ b/print/luatex/distinfo Sun Apr 17 10:41:27 2022 +0000
@@ -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 -r a8f57ee82cec -r 40c1fdb3740c print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/luatex/patches/patch-texk_web2c_mfluadir_potrace_potracelib.c Sun Apr 17 10:41:27 2022 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index