Revision: 81617 http://trac.macports.org/changeset/81617 Author: dports@macports.org Date: 2011-08-02 18:21:39 -0700 (Tue, 02 Aug 2011) Log Message: ----------- texlive-bin: patch updmap-sys to reflect that our updmap.cfg lives in TEXMFSYSVAR Modified Paths: -------------- users/dports/ports/tex/texlive-bin/Portfile Added Paths: ----------- users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_updmap-sys.sh.diff Modified: users/dports/ports/tex/texlive-bin/Portfile =================================================================== --- users/dports/ports/tex/texlive-bin/Portfile 2011-08-03 01:05:44 UTC (rev 81616) +++ users/dports/ports/tex/texlive-bin/Portfile 2011-08-03 01:21:39 UTC (rev 81617) @@ -59,6 +59,7 @@ patch-texk_kpathsea_Makefile.in.diff \ patch-texk_ptexenc_Makefile.in.diff \ patch-texk_tetex_Makefile.in.diff \ + patch-texk_tetex_updmap-sys.sh.diff \ patch-texk_tetex_updmap.pl.diff \ patch-texk_tex4htk_Makefile.in.diff \ patch-texk_texlive_context_mtxrun.diff \ Added: users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_updmap-sys.sh.diff =================================================================== --- users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_updmap-sys.sh.diff (rev 0) +++ users/dports/ports/tex/texlive-bin/files/patch-texk_tetex_updmap-sys.sh.diff 2011-08-03 01:21:39 UTC (rev 81617) @@ -0,0 +1,15 @@ +--- texk/tetex/updmap-sys.sh.orig 2011-08-02 20:00:10.000000000 -0400 ++++ texk/tetex/updmap-sys.sh 2011-08-02 20:05:12.000000000 -0400 +@@ -23,8 +23,11 @@ + v=`kpsewhich -var-value TEXMFSYSVAR` + c=`kpsewhich -var-value TEXMFSYSCONFIG` + ++# MacPorts: our updmap.cfg is a generated file that lives in TEXMFSYSVAR, ++# so we don't want to create a new one in TEXMFSYSCONFIG. As a hack to ++# deal with this, set TEXMFCONFIG to TEXMFSYSVAR. + TEXMFVAR="$v" +-TEXMFCONFIG="$c" ++TEXMFCONFIG="$v" + export TEXMFVAR TEXMFCONFIG + + exec updmap ${1+"$@"}