[100550] trunk/base/src/macports1.0/macports.tcl

raimue at macports.org raimue at macports.org
Fri Dec 14 20:01:23 PST 2012


Revision: 100550
          https://trac.macports.org/changeset/100550
Author:   raimue at macports.org
Date:     2012-12-14 20:01:23 -0800 (Fri, 14 Dec 2012)
Log Message:
-----------
macports1.0:
Pass SELFUPDATING=1 also when building the new MacPorts release

Modified Paths:
--------------
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2012-12-15 03:58:25 UTC (rev 100549)
+++ trunk/base/src/macports1.0/macports.tcl	2012-12-15 04:01:23 UTC (rev 100550)
@@ -3370,7 +3370,7 @@
 
             # do the actual configure, build and installation of new base
             ui_msg "Installing new MacPorts release in $prefix as $owner:$group; permissions $perms; Tcl-Package in $tclpackage\n"
-            if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make && make install SELFUPDATING=1" } result] } {
+            if { [catch { system "cd $mp_source_path && ${cc_arg}./configure $configure_args && make SELFUPDATING=1 && make install SELFUPDATING=1" } result] } {
                 return -code error "Error installing new MacPorts base: $result"
             }
             if {[info exists updatestatus]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121214/1f275695/attachment.html>


More information about the macports-changes mailing list