summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-12-13 23:11:16 +0000
committerKarl Berry <karl@freefriends.org>2023-12-13 23:11:16 +0000
commitaa0dd8365959d2b06fb61c1063f2df9dc9fd9cd1 (patch)
tree08802060716adb1e031ff0ad3ed7de33e580f924 /Master/tlpkg
parent912171b7496cba2cfa833f334a83295376e8534f (diff)
no lmtx on i386-netbsd, but maybe mkii?
git-svn-id: svn://tug.org/texlive/trunk@69117 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/context.tlpsrc23
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc
index 093562cb71b..2192b2398d6 100644
--- a/Master/tlpkg/tlpsrc/context.tlpsrc
+++ b/Master/tlpkg/tlpsrc/context.tlpsrc
@@ -66,7 +66,6 @@ runpattern +!f texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
# 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/luatools.*
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