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

dports at macports.org dports at macports.org
Tue Apr 2 18:35:40 PDT 2013


Revision: 104809
          https://trac.macports.org/changeset/104809
Author:   dports at macports.org
Date:     2013-04-02 18:35:40 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
texlive-bin: skip building makejvf for now, since it causes problems
with some versions of clang (#38643)

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

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2013-04-03 00:16:55 UTC (rev 104808)
+++ trunk/dports/tex/texlive-bin/Portfile	2013-04-03 01:35:40 UTC (rev 104809)
@@ -6,7 +6,7 @@
 
 name            texlive-bin
 version         2012
-revision        6
+revision        7
 
 categories      tex
 maintainers     dports
@@ -176,6 +176,9 @@
                 --without-pdfopen \
                 --enable-build-in-source-tree
 
+# makejvf has problems with at least some versions of clang (#38643);
+# disable it for now until we know what's going on and when.
+configure.args-append --disable-makejvf
 
 configure.cppflags-delete   -I${prefix}/include
 configure.ldflags-delete    -L${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/9121dba5/attachment.html>


More information about the macports-changes mailing list