[32801] trunk/base/src/port1.0/portfetch.tcl

afb at macports.org afb at macports.org
Sun Jan 13 06:24:33 PST 2008


Revision: 32801
          http://trac.macosforge.org/projects/macports/changeset/32801
Author:   afb at macports.org
Date:     2008-01-13 06:24:32 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
* typical, Tiger cURL has a bug with FTP and LM!
  http://curl.haxx.se/mail/lib-2005-03/0131.html
  disabling --remote-time until worked around...

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

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2008-01-13 14:23:45 UTC (rev 32800)
+++ trunk/base/src/port1.0/portfetch.tcl	2008-01-13 14:24:32 UTC (rev 32801)
@@ -433,7 +433,7 @@
 				ui_msg "$UI_PREFIX [format [msgcat::mc "Attempting to fetch %s from %s"] $distfile $site]"
 				set file_url [portfetch::assemble_url $site $distfile]
 				set effectiveURL ""
-				if {![catch {eval curl fetch --remote-time --effective-url effectiveURL $fetch_options {$file_url} ${distpath}/${distfile}.TMP} result] &&
+				if {![catch {eval curl fetch --effective-url effectiveURL $fetch_options {$file_url} ${distpath}/${distfile}.TMP} result] &&
 					![catch {system "mv ${distpath}/${distfile}.TMP ${distpath}/${distfile}"}]} {
 
 					# Special hack to check for sourceforge mirrors, which don't return a proper error code on failure

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/57a593b7/attachment.html


More information about the macports-changes mailing list