New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81243


Ignore:
Timestamp:
07/27/11 20:35:57 (4 years ago)
Author:
dports@…
Message:

texlive-1.0: remove use of Tcl 8.5 feature because it's not available
on 10.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

    r81122 r81243  
    291291 
    292292                # Simulate texlinks 
    293                 if {$fmtname in ${texlive.binaries}} { 
     293                if {[lsearch -exact ${texlive.binaries} $fmtname] != -1} { 
    294294                    # Decide what to link. Use the specified engine 
    295295                    # unless a binary with the same name as the 
Note: See TracChangeset for help on using the changeset viewer.