[70023] trunk/dports/tex/texlive-bin/Portfile

dports at macports.org dports at macports.org
Mon Jul 26 15:50:21 PDT 2010


Revision: 70023
          http://trac.macports.org/changeset/70023
Author:   dports at macports.org
Date:     2010-07-26 15:50:21 -0700 (Mon, 26 Jul 2010)
Log Message:
-----------
texlive-bin:
 - set C_INCLUDE_PATH and LIBRARY_PATH environment variables instead
   of -I/-L command-line options to put the paths at the end of the
   search order (#25772)
 - do not install 'man' and 'latexmk' symlinks (#25778)

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin/Portfile

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2010-07-26 22:24:09 UTC (rev 70022)
+++ trunk/dports/tex/texlive-bin/Portfile	2010-07-26 22:50:21 UTC (rev 70023)
@@ -7,7 +7,7 @@
 
 name            texlive-bin
 version         2009
-revision        3
+revision        4
 
 categories      tex
 maintainers     dports
@@ -114,7 +114,9 @@
                 --disable-xindy
 
 configure.cppflags-delete   -I${prefix}/include
-configure.cppflags-append   -isystem${prefix}/include
+configure.cppflags-delete   -L${prefix}/lib
+configure.env-append        C_INCLUDE_PATH=${prefix}/include
+configure.env-append        LIBRARY_PATH=${prefix}/lib
 
 # work around bug in texlive makefiles where $OBJC is not recorded
 # during configure phase
@@ -130,6 +132,10 @@
     delete ${destroot}${prefix}/texmf-dist
     delete ${destroot}${texlive_texmfmain}
     delete ${destroot}${texlive_texmfdist}
+
+    # Do not install symlinks to scripts that we will not install
+    delete ${destroot}${prefix}/bin/man
+    delete ${destroot}${prefix}/bin/latexmk
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100726/824a1039/attachment.html>


More information about the macports-changes mailing list