[31087] trunk/dports/tex/texlive/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 15 11:43:52 PST 2007


Revision: 31087
          http://trac.macosforge.org/projects/macports/changeset/31087
Author:   milosh at macports.org
Date:     2007-11-15 11:43:51 -0800 (Thu, 15 Nov 2007)

Log Message:
-----------
Disable xetex.
(it did not work and caused problems on leopard)

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

Modified: trunk/dports/tex/texlive/Portfile
===================================================================
--- trunk/dports/tex/texlive/Portfile	2007-11-15 19:33:55 UTC (rev 31086)
+++ trunk/dports/tex/texlive/Portfile	2007-11-15 19:43:51 UTC (rev 31087)
@@ -4,6 +4,7 @@
 
 name			texlive
 version			2007
+revision		1
 categories		tex
 maintainers		milosh openmaintainer
 description		TeX Live is a TeX distribution
@@ -38,11 +39,12 @@
                 --with-system-gd --with-fontconfig=${prefix} \
                 --disable-multiplatform --without-texinfo \
                 --without-xdvipdfmx --without-texi2html \
-                --without-psutils
+                --without-psutils --without-xetex
 
 post-destroot   {
     copy ${destroot}${prefix}/share/texmf/web2c/texmf.cnf \
         ${destroot}${prefix}/share/texmf/web2c/texmf.cnf-dist
+    reinplace "s|.*xetex.*||" ${destroot}${prefix}/share/texmf/web2c/fmtutil.cnf
     reinplace "s/^TEXMFSYSCONFIG = .*/TEXMFSYSCONFIG = \$TEXMFMAIN/g" \
         ${destroot}${prefix}/share/texmf/web2c/texmf.cnf
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071115/48fc2dcd/attachment.html


More information about the macports-changes mailing list