[106004] users/dports/ports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Sun May 12 23:09:27 PDT 2013


Revision: 106004
          https://trac.macports.org/changeset/106004
Author:   dports at macports.org
Date:     2013-05-12 23:09:26 -0700 (Sun, 12 May 2013)
Log Message:
-----------
texlive-bin: remove files that will be installed by other ports

Modified Paths:
--------------
    users/dports/ports/tex/texlive-bin/Portfile

Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile	2013-05-13 06:02:52 UTC (rev 106003)
+++ users/dports/ports/tex/texlive-bin/Portfile	2013-05-13 06:09:26 UTC (rev 106004)
@@ -29,7 +29,8 @@
 # download time, it omits a number of libraries and utilities that we
 # don't build. However, the port should still work with an unmodified
 # texlive distfile.
-master_sites    http://flute.csail.mit.edu/texlive/test
+master_sites    http://theremin.csail.mit.edu/texlive/test/ \
+                http://flute.csail.mit.edu/texlive/test/
 set distversion 20130428.30134
 use_xz          yes
 distname        texlive-${distversion}-source
@@ -196,24 +197,15 @@
 }
 
 post-destroot   {
-    #
-    # XXX
-    #
-    
-    # texmf and texmf-dist will be installed by other texlive ports
-#    delete ${destroot}${prefix}/share/texmf
-#    delete ${destroot}${prefix}/share/texmf-dist
-#    delete ${destroot}${texlive_texmfdist}
+    # Anything that gets installed into texmf-dist will be installed
+    # by one of the texmf ports
+    delete ${destroot}${prefix}/share/texmf-dist
+    delete ${destroot}${texlive_texmfdist}
 
-    # Do not install scripts we do not want, or symlinks to scripts that
-    # we don't install
-#    delete ${destroot}${texlive_texmfmain}/scripts/texlive/tlmgr.pl
-#    delete ${destroot}${texlive_bindir}/latexmk
-#    delete ${destroot}${texlive_bindir}/tlmgr    
+    # Do not install symlinks to scripts that we don't install
+    delete ${destroot}${texlive_bindir}/latexmk
+    delete ${destroot}${texlive_bindir}/tlmgr    
 
-    # Do not install the pre-generated fmtutil.cnf; we generate our own
-#    delete ${destroot}${texlive_texmfmain}/web2c/fmtutil.cnf
-
     # install the tlpkg/TeXLive perl module
     xinstall -d ${destroot}${prefix}/share/tlpkg
     copy ${workpath}/${tlpkgdistname} ${destroot}${prefix}/share/tlpkg/TeXLive
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130512/ae3ff129/attachment.html>


More information about the macports-changes mailing list