[105916] users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

dports at macports.org dports at macports.org
Thu May 9 16:34:35 PDT 2013


Revision: 105916
          https://trac.macports.org/changeset/105916
Author:   dports at macports.org
Date:     2013-05-09 16:34:35 -0700 (Thu, 09 May 2013)
Log Message:
-----------
texlive: combine the texmf and texmf-dist trees

Modified Paths:
--------------
    users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

Modified: users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl
===================================================================
--- users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2013-05-09 20:51:20 UTC (rev 105915)
+++ users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2013-05-09 23:34:35 UTC (rev 105916)
@@ -47,14 +47,14 @@
 #
 
 # texmf files installed by texlive
-set texlive_texmfmain "${prefix}/share/texmf-texlive"
+# TeXLive used to maintain a separation between files that were
+# nominally distribution-independent ("texmf-dist") and those that
+# were tied to the binaries. This separation is now gone; everything
+# now goes into the texmfdist tree. $texlive_texmfmain points to the
+# same place for backwards-compatibility.
+set texlive_texmfdist "${prefix}/share/texmf-texlive"
+set texlive_texmfmain "${texlive_texmfdist}"
 
-# texmf files installed by texlive, but nominally distribution-independent
-# not clear it's really necessary to separate these from texmfmain,
-# but texlive goes to great effort to keep them separate, so we might as
-# well too
-set texlive_texmfdist "${prefix}/share/texmf-texlive-dist"
-
 # texmf files installed by ports other than texlive
 set texlive_texmfports "${prefix}/share/texmf"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130509/bb6c348a/attachment.html>


More information about the macports-changes mailing list