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 | |
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')
-rw-r--r-- | print/texlive-base/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-base/files/patch-texk-texlive-linked_scripts-Makfile.in | 10 | ||||
-rw-r--r-- | print/texlive-base/pkg-plist | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 161e7700cfeb..74b92f71fda0 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base 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 \ diff --git a/print/texlive-base/pkg-plist b/print/texlive-base/pkg-plist index a7817fb36ef7..6a589977ffc1 100644 --- a/print/texlive-base/pkg-plist +++ b/print/texlive-base/pkg-plist @@ -226,7 +226,6 @@ bin/texliveonfly bin/texloganalyser bin/texmfstart bin/thumbpdf -bin/tlmgr bin/tpic2pdftex bin/ttf2kotexfont bin/ttf2pk @@ -484,7 +483,6 @@ man/man5/updmap.cfg.5.gz %%TEXMFDISTDIR%%/scripts/texlive/texconfig-sys.sh %%TEXMFDISTDIR%%/scripts/texlive/texconfig.sh %%TEXMFDISTDIR%%/scripts/texlive/texlinks.sh -%%TEXMFDISTDIR%%/scripts/texlive/tlmgr.pl %%TEXMFDISTDIR%%/scripts/texlive/updmap-sys.sh %%TEXMFDISTDIR%%/scripts/texlive/updmap.pl %%TEXMFDISTDIR%%/scripts/texliveonfly/texliveonfly.py |