texlive[69117] Master: no lmtx on i386-netbsd, but maybe mkii?

commits+karl at tug.org commits+karl at tug.org
Thu Dec 14 00:11:17 CET 2023


Revision: 69117
          https://tug.org/svn/texlive?view=revision&revision=69117
Author:   karl
Date:     2023-12-14 00:11:16 +0100 (Thu, 14 Dec 2023)
Log Message:
-----------
no lmtx on i386-netbsd, but maybe mkii?

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/context.tlpsrc

Added Paths:
-----------
    trunk/Master/bin/i386-netbsd/texmfstart

Added: trunk/Master/bin/i386-netbsd/texmfstart
===================================================================
--- trunk/Master/bin/i386-netbsd/texmfstart	                        (rev 0)
+++ trunk/Master/bin/i386-netbsd/texmfstart	2023-12-13 23:11:16 UTC (rev 69117)
@@ -0,0 +1 @@
+link ../../texmf-dist/scripts/context/stubs/unix/texmfstart
\ No newline at end of file


Property changes on: trunk/Master/bin/i386-netbsd/texmfstart
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: trunk/Master/tlpkg/tlpsrc/context.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/context.tlpsrc	2023-12-13 21:49:16 UTC (rev 69116)
+++ trunk/Master/tlpkg/tlpsrc/context.tlpsrc	2023-12-13 23:11:16 UTC (rev 69117)
@@ -66,7 +66,6 @@
 # these have their own TL packages, and are not part of core context.
 runpattern +!d texmf-dist/tex/context/third
 runpattern +!d texmf-dist/tex/context/interface/third
-runpattern +!d texmf-dist/tex/context/modules/third
 runpattern +!d texmf-dist/tex/context/sample/third
 runpattern +!d texmf-dist/scripts/context/lua/third
 runpattern +!d texmf-dist/metapost/context/third
@@ -79,14 +78,18 @@
 docpattern +f texmf-dist/doc/man/man1/mtx-*
 docpattern +f texmf-dist/doc/man/man1/mtxrun.*
 
-#excluding some TL adaptations from package context-texlive
+# excluding some TL adaptations kept in package context-texlive.
 runpattern !d texmf-dist/tex/context/texlive
 #
-binpattern f bin/${ARCH}/context
-binpattern f bin/${ARCH}/contextjit
-binpattern f bin/${ARCH}/context.lua
-binpattern f bin/${ARCH}/luametatex
-binpattern f bin/${ARCH}/luatools
-binpattern f bin/${ARCH}/mtxrun
-binpattern f bin/${ARCH}/mtxrunjit
-binpattern f bin/${ARCH}/mtxrun.lua
+# And not all platforms have an lmtx binary.
+tlpsetvar no_lmtx_platforms \
+  i386-netbsd
+#
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/context
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/contextjit
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/context.lua
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/luametatex
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/luatools
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/mtxrun
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/mtxrunjit
+binpattern f/!${no_lmtx_platforms} bin/${ARCH}/mtxrun.lua



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