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

dports at macports.org dports at macports.org
Thu May 23 14:45:55 PDT 2013


Revision: 106372
          https://trac.macports.org/changeset/106372
Author:   dports at macports.org
Date:     2013-05-23 14:45:55 -0700 (Thu, 23 May 2013)
Log Message:
-----------
texlive-bin: use MacPorts libraries for cairo, libpixman, graphite2
instead of building the ones included with texlive

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-23 19:09:53 UTC (rev 106371)
+++ users/dports/ports/tex/texlive-bin/Portfile	2013-05-23 21:45:55 UTC (rev 106372)
@@ -54,6 +54,9 @@
                 port:libzzip \
                 port:t1lib \
                 port:poppler \
+                path:lib/pkgconfig/cairo.pc:cairo \
+                path:lib/pkgconfig/pixman-1.pc:libpixman \
+                port:graphite2 \
                 port:texlive-common
 
 depends_run     port:ghostscript
@@ -114,8 +117,8 @@
 # texlive whenever possible, to avoid redundancy and to better keep
 # current with respect to security updates and the like.
 #
-# Exceptions are freetype1 (not in MacPorts anymore) and icu (the
-# texlive version is non-standard)
+# Exceptions are freetype1 (not in MacPorts anymore) and icu/harfbuzz
+# (the texlive version of icu is non-standard)
 #
 # Many of the --with-system-* and --disable-* flags are actually
 # redundant because we've removed those components from the distfile,
@@ -131,16 +134,19 @@
                 --with-system-freetype2 \
                 --without-system-freetype \
                 --without-system-icu \
+                --with-system-cairo \
                 --with-system-gd \
+                --with-system-graphite2 \
                 --with-system-libpng \
                 --with-libpng-includes=${prefix}/include \
                 --with-libpng-libdir=${prefix}/lib \
                 --with-system-ncurses \
+                --with-system-pixman \
+                --with-system-poppler \
                 --with-system-t1lib \
                 --with-t1lib-includes=${prefix}/include \
                 --with-t1lib-libdir=${prefix}/lib \
                 --with-system-xpdf \
-                --with-system-poppler \
                 --with-system-zlib \
                 --with-system-zziplib \
                 --disable-biber \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130523/1f322ac3/attachment.html>


More information about the macports-changes mailing list