[80904] users/dports/ports/tex/texlive-bin
dports at macports.org
dports at macports.org
Wed Jul 20 15:37:35 PDT 2011
Revision: 80904
http://trac.macports.org/changeset/80904
Author: dports at macports.org
Date: 2011-07-20 15:37:35 -0700 (Wed, 20 Jul 2011)
Log Message:
-----------
texlive-bin: patch context's mtxrun to find texmfcnf.lua in its
installed location
Modified Paths:
--------------
users/dports/ports/tex/texlive-bin/Portfile
Added Paths:
-----------
users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_context_mtxrun.diff
Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile 2011-07-20 22:35:44 UTC (rev 80903)
+++ users/dports/ports/tex/texlive-bin/Portfile 2011-07-20 22:37:35 UTC (rev 80904)
@@ -56,6 +56,7 @@
patch-texk_tetex_Makefile.in.diff \
patch-texk_tetex_updmap.pl.diff \
patch-texk_tex4htk_Makefile.in.diff \
+ patch-texk_texlive_context_mtxrun.diff \
patch-texk_texlive_linked_scripts_Makefile.in.diff \
patch-texk_xdvik_xdvi-sh.in.diff \
patch-utils_chktex_Makefile.in.diff
@@ -82,6 +83,7 @@
delete ${worksrcpath}/texk/kpathsea/texmf.cnf
file copy ${filespath}/texk_kpathsea_paths.h ${worksrcpath}/texk/kpathsea/paths.h
reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|" ${worksrcpath}/texk/kpathsea/paths.h
+ reinplace "s|@@TEXMFSYSCONFIG@@|${texlive_texmfsysconfig}|" ${worksrcpath}/texk/texlive/context/mtxrun
if {![variant_isset atsui]} {
# Force configure to believe that Carbon API is
Added: users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_context_mtxrun.diff
===================================================================
--- users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_context_mtxrun.diff (rev 0)
+++ users/dports/ports/tex/texlive-bin/files/patch-texk_texlive_context_mtxrun.diff 2011-07-20 22:37:35 UTC (rev 80904)
@@ -0,0 +1,11 @@
+--- texk/texlive/context/mtxrun.orig 2011-07-19 19:14:28.000000000 -0400
++++ texk/texlive/context/mtxrun 2011-07-19 19:16:00.000000000 -0400
+@@ -11155,7 +11155,7 @@
+ resolvers.luacnfname = 'texmfcnf.lua'
+ resolvers.luacnfstate = "unknown"
+
+-resolvers.luacnfspec = '{selfautodir:,selfautoparent:};{selfautodir:,selfautoparent:}{/share,}/texmf{-local,};{selfautodir:,selfautoparent:}{/share,}/texmf{-local,}/web2c'
++resolvers.luacnfspec = '@@TEXMFSYSCONFIG@@'
+
+ local unset_variable = "unset"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110720/c13da5b4/attachment.html>
More information about the macports-changes
mailing list