New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81269


Ignore:
Timestamp:
07/28/11 07:33:21 (4 years ago)
Author:
afb@…
Message:

use lzma_path and xz_path for distfiles as well as archives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portextract.tcl

    r79593 r81269  
    9393        option extract.cmd [findBinary bzip2 ${portutil::autoconf::bzip2_path}] 
    9494    } elseif {[tbool use_lzma]} { 
    95         option extract.cmd [binaryInPath "lzma"] 
     95        option extract.cmd [findBinary lzma ${portutil::autoconf::lzma_path}] 
    9696    } elseif {[tbool use_xz]} { 
    97         option extract.cmd [binaryInPath "xz"] 
     97        option extract.cmd [findBinary xz ${portutil::autoconf::xz_path}] 
    9898    } elseif {[tbool use_zip]} { 
    9999        option extract.cmd [findBinary unzip ${portutil::autoconf::unzip_path}] 
Note: See TracChangeset for help on using the changeset viewer.