texlive[53322] Master/tlpkg/tlpsrc: revert to local tlpvar for the

commits+karl at tug.org commits+karl at tug.org
Sun Jan 5 00:34:36 CET 2020


Revision: 53322
          http://tug.org/svn/texlive?view=revision&revision=53322
Author:   karl
Date:     2020-01-05 00:34:36 +0100 (Sun, 05 Jan 2020)
Log Message:
-----------
revert to local tlpvar for the sake of tlmgr check executes (for now)

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	2020-01-04 22:06:54 UTC (rev 53321)
+++ trunk/Master/tlpkg/tlpsrc/luajittex.tlpsrc	2020-01-04 23:34:36 UTC (rev 53322)
@@ -1,10 +1,13 @@
 category TLCore
 shortdesc LuaTeX with just-in-time (jit) compiler
 
-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
+# must keep in sync with mflua.tlpsrc.
+tlpsetvar no_luajit_platforms x86_64-solaris
 #
+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 bin/win32/luajit51.dll
 binpattern f bin/win32/luajittex.dll
 #

Modified: trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2020-01-04 22:06:54 UTC (rev 53321)
+++ trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2020-01-04 23:34:36 UTC (rev 53322)
@@ -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