[81243] users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

dports at macports.org dports at macports.org
Wed Jul 27 20:35:58 PDT 2011


Revision: 81243
          http://trac.macports.org/changeset/81243
Author:   dports at macports.org
Date:     2011-07-27 20:35:57 -0700 (Wed, 27 Jul 2011)
Log Message:
-----------
texlive-1.0: remove use of Tcl 8.5 feature because it's not available
on 10.5

Modified Paths:
--------------
    users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

Modified: users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl
===================================================================
--- users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2011-07-28 02:53:29 UTC (rev 81242)
+++ users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2011-07-28 03:35:57 UTC (rev 81243)
@@ -290,7 +290,7 @@
                     "$fmtprefix$fmtname\t$fmtengine\t$fmtpatterns\t$fmtoptions"
 
                 # Simulate texlinks
-                if {$fmtname in ${texlive.binaries}} {
+                if {[lsearch -exact ${texlive.binaries} $fmtname] != -1} {
                     # Decide what to link. Use the specified engine
                     # unless a binary with the same name as the
                     # format exists (this can happen for metafont;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110727/8472a41f/attachment.html>


More information about the macports-changes mailing list