diff options
author | hrs <hrs@FreeBSD.org> | 2015-09-26 05:42:25 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-09-26 05:42:25 +0800 |
commit | 0633a409d18129e9cda24d2e153cdea70336d1bc (patch) | |
tree | 7c43c2551b8b6bd4b1bfd57c3ca167e250b07681 /print/texlive-base/files | |
parent | d665d2f1699c8d3e0dffedfb1e65cf81810cef97 (diff) | |
download | freebsd-ports-gnome-0633a409d18129e9cda24d2e153cdea70336d1bc.tar.gz freebsd-ports-gnome-0633a409d18129e9cda24d2e153cdea70336d1bc.tar.zst freebsd-ports-gnome-0633a409d18129e9cda24d2e153cdea70336d1bc.zip |
Add preliminary support of tlmgr.
- 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.
Diffstat (limited to 'print/texlive-base/files')
-rw-r--r-- | print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in b/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in new file mode 100644 index 000000000000..67a144bd09ae --- /dev/null +++ b/print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in @@ -0,0 +1,10 @@ +--- 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 \ |