[73316] trunk/base/src/port1.0

jmr at macports.org jmr at macports.org
Tue Nov 9 21:10:34 PST 2010


Revision: 73316
          http://trac.macports.org/changeset/73316
Author:   jmr at macports.org
Date:     2010-11-09 21:10:31 -0800 (Tue, 09 Nov 2010)
Log Message:
-----------
change 'use_lzma' to use xz to extract, since it supersedes lzmautils

Modified Paths:
--------------
    trunk/base/src/port1.0/portextract.tcl
    trunk/base/src/port1.0/portfetch.tcl

Modified: trunk/base/src/port1.0/portextract.tcl
===================================================================
--- trunk/base/src/port1.0/portextract.tcl	2010-11-10 04:31:47 UTC (rev 73315)
+++ trunk/base/src/port1.0/portextract.tcl	2010-11-10 05:10:31 UTC (rev 73316)
@@ -87,7 +87,7 @@
     if {[tbool use_bzip2]} {
         option extract.cmd [findBinary bzip2 ${portutil::autoconf::bzip2_path}]
     } elseif {[tbool use_lzma]} {
-        option extract.cmd [binaryInPath "lzma"]
+        option extract.cmd [binaryInPath "xz"]
     } elseif {[tbool use_xz]} {
         option extract.cmd [binaryInPath "xz"]
     } elseif {[tbool use_zip]} {

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2010-11-10 04:31:47 UTC (rev 73315)
+++ trunk/base/src/port1.0/portfetch.tcl	2010-11-10 05:10:31 UTC (rev 73316)
@@ -144,7 +144,7 @@
             }
             use_lzma {
                 set extract.suffix .tar.lzma
-                depends_extract-append bin:lzma:lzmautils
+                depends_extract-append bin:xz:xz
             }
             use_xz {
                 set extract.suffix .tar.xz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101109/938b6302/attachment.html>


More information about the macports-changes mailing list