summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------Master/bin/i386-netbsd/texmfstart1
-rw-r--r--Master/tlpkg/tlpsrc/context.tlpsrc23
2 files changed, 14 insertions, 10 deletions
diff --git a/Master/bin/i386-netbsd/texmfstart b/Master/bin/i386-netbsd/texmfstart
new file mode 120000
index 00000000000..ab85b2eb3d4
--- /dev/null
+++ b/Master/bin/i386-netbsd/texmfstart
@@ -0,0 +1 @@
+../../texmf-dist/scripts/context/stubs/unix/texmfstart \ No newline at end of file
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