pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/xetex
Module Name: pkgsrc
Committed By: markd
Date: Fri Apr 3 03:45:13 UTC 2026
Modified Files:
pkgsrc/print/xetex: Makefile distinfo
Added Files:
pkgsrc/print/xetex/patches:
patch-texk_web2c_luatexdir_luaffi_test__includes.sh
Log Message:
xetex to 0.999998
part of TeXlive 2026
* When the “Infinite glue shrinkage” error is ignored (see the 2025 release
notes), the word “error” is no longer included in the output, and the message
is written only to the log file. This was a source of minor confusion and false
positives.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/print/xetex/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/xetex/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/print/xetex/patches/patch-texk_web2c_luatexdir_luaffi_test__includes.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/xetex/Makefile
diff -u pkgsrc/print/xetex/Makefile:1.134 pkgsrc/print/xetex/Makefile:1.135
--- pkgsrc/print/xetex/Makefile:1.134 Wed Jan 7 08:48:38 2026
+++ pkgsrc/print/xetex/Makefile Fri Apr 3 03:45:13 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.134 2026/01/07 08:48:38 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2026/04/03 03:45:13 markd Exp $
-PKGREVISION= 2
.include "../../print/texlive/Makefile.common"
-PKGNAME= xetex-0.999997
+PKGNAME= xetex-0.999998
CATEGORIES= print
HOMEPAGE= https://www.tug.org/xetex/
Index: pkgsrc/print/xetex/distinfo
diff -u pkgsrc/print/xetex/distinfo:1.32 pkgsrc/print/xetex/distinfo:1.33
--- pkgsrc/print/xetex/distinfo:1.32 Sun May 11 02:27:38 2025
+++ pkgsrc/print/xetex/distinfo Fri Apr 3 03:45:13 2026
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.32 2025/05/11 02:27:38 markd Exp $
+$NetBSD: distinfo,v 1.33 2026/04/03 03:45:13 markd Exp $
-BLAKE2s (texlive-20250308-source.tar.xz) = 95df483deb69cf662c0ff7e7a9ba6b1763acb3b8a18d16aa11fde197c0f74e67
-SHA512 (texlive-20250308-source.tar.xz) = 0837c935488b96cfc8dd79f1298f283b467ab68b4163cee9cb04b79e80195982fdc5ae8a80058dc7d3e99206bfda8b3bdd11340425b08f60cbef70d5a0e22702
-Size (texlive-20250308-source.tar.xz) = 111136556 bytes
+BLAKE2s (texlive-20260301-source.tar.xz) = 72dce1424d150288820bede681e8ac55ba738bf6ccf5a3398617a88ab5afdfc1
+SHA512 (texlive-20260301-source.tar.xz) = c2ea189fee82475e3013e5e6d7bdbbeef80fe33d3636b99b35bf7c8d0ff06b48dcc54d12f4c3959a0fc9e24b80f9c4878a417d4b55ef4880ff238aefbcf189a3
+Size (texlive-20260301-source.tar.xz) = 99377088 bytes
+SHA1 (patch-texk_web2c_luatexdir_luaffi_test__includes.sh) = 3ebbedd76a5bfc3b1d75f5adc81e5a52ff420637
SHA1 (patch-texk_web2c_synctexdir_synctex__parser__utils.c) = acb119b146335fa6393f3be20a43861bfe9679e5
SHA1 (patch-texk_web2c_xetexdir_XeTeX__ext.c) = a83e842b567db6acb35cfab5303a7e96845fa953
Added files:
Index: pkgsrc/print/xetex/patches/patch-texk_web2c_luatexdir_luaffi_test__includes.sh
diff -u /dev/null pkgsrc/print/xetex/patches/patch-texk_web2c_luatexdir_luaffi_test__includes.sh:1.1
--- /dev/null Fri Apr 3 03:45:13 2026
+++ pkgsrc/print/xetex/patches/patch-texk_web2c_luatexdir_luaffi_test__includes.sh Fri Apr 3 03:45:13 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-texk_web2c_luatexdir_luaffi_test__includes.sh,v 1.1 2026/04/03 03:45:13 markd Exp $
+
+test fix
+
+--- texk/web2c/luatexdir/luaffi/test_includes.sh.orig 2026-02-02 21:53:30.000000000 +0000
++++ texk/web2c/luatexdir/luaffi/test_includes.sh
+@@ -5,7 +5,7 @@ mkdir -p test_includes
+ for f in /usr/include/*.h
+ do
+ gcc -E -c "${f}" > tmp 2>/dev/null
+- if [ $? == 0 ]
++ if [ $? = 0 ]
+ then
+ echo "${f}";
+ lua -e '
Home |
Main Index |
Thread Index |
Old Index