mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- TLPDB and tlmgr.log are located in /var/db/tlpkg. - "tlmgr conf texmf" modifies /var/db/tlpkg/texmf.cnf. libkpathsea looks up it first if it exists and ignore the standard ones in PREFIX/share/texmf-dist/web2c/texmf.cnf or PREFIX/share/texmf-local/web2c/texmf.cnf. - "tlmgr update" can still break consistency of the installed texmf-* hierarchy by FreeBSD Ports Collection if it runs by root.
10 lines
359 B
Text
10 lines
359 B
Text
--- texk/texlive/linked_scripts/Makefile.in.orig 2015-09-25 04:27:05.446437000 +0900
|
|
+++ texk/texlive/linked_scripts/Makefile.in 2015-09-25 04:27:13.904147000 +0900
|
|
@@ -386,7 +386,6 @@
|
|
texlive/fmtutil.pl \
|
|
texlive/fmtutil-sys.sh \
|
|
texlive/rungs.tlu \
|
|
- texlive/tlmgr.pl \
|
|
texlive/updmap.pl \
|
|
texlive/updmap-sys.sh \
|
|
texliveonfly/texliveonfly.py \
|