texlive[62773] Master/tlpkg/tlpsrc: revert to local tlpsetvar,

commits+karl at tug.org commits+karl at tug.org
Thu Mar 17 22:27:12 CET 2022


Revision: 62773
          http://tug.org/svn/texlive?view=revision&revision=62773
Author:   karl
Date:     2022-03-17 22:27:12 +0100 (Thu, 17 Mar 2022)
Log Message:
-----------
revert to local tlpsetvar, global_no_luajit_platforms did not work

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/luajittex.tlpsrc
    trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/luajittex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/luajittex.tlpsrc	2022-03-17 20:34:15 UTC (rev 62772)
+++ trunk/Master/tlpkg/tlpsrc/luajittex.tlpsrc	2022-03-17 21:27:12 UTC (rev 62773)
@@ -1,11 +1,14 @@
 category TLCore
 shortdesc LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz
 
+# must keep in sync with mflua.tlpsrc.
+tlpsetvar no_luajit_platforms x86_64-solaris
+#
 # Two engines plus texlua* links.
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/luajittex
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/texluajit
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/texluajitc
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/luajithbtex
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajit
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajitc
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajithbtex
 #
 # Windows has additional .dll files as usual. The .exe are matched above.
 binpattern f bin/win32/luajit51.dll

Modified: trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2022-03-17 20:34:15 UTC (rev 62772)
+++ trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2022-03-17 21:27:12 UTC (rev 62773)
@@ -3,6 +3,9 @@
 longdesc For information on this Lua-enabled Metafont,
 longdesc see, for example: tug.org/TUGboat/tb32-2/tb101scarso.pdf.
 
+# must keep in sync with luatex.tlpsrc.
+tlpsetvar no_luajit_platforms x86_64-solaris
+
 # disabled until there is a user base.
 tlpsetvar fmtdeps luatex,metafont
 execute AddFormat name=mflua engine=mflua-nowin options="mf.ini" \
@@ -14,8 +17,8 @@
 binpattern f bin/${ARCH}/mflua
 binpattern f bin/${ARCH}/mflua-nowin
 
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/mfluajit
-binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/mfluajit-nowin
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit-nowin
 
 # need metafont for support files, luatex for dll's, etc.
 depend metafont



More information about the tex-live-commits mailing list.