[134863] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

larryv at macports.org larryv at macports.org
Wed Apr 8 20:49:19 PDT 2015


Revision: 134863
          https://trac.macports.org/changeset/134863
Author:   larryv at macports.org
Date:     2015-04-08 20:49:19 -0700 (Wed, 08 Apr 2015)
Log Message:
-----------
muniversal-1.0: Correctly restore multi-element options (#47388)

This was a regression caused by r134832.

Revision Links:
--------------
    https://trac.macports.org/changeset/134832

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-04-09 01:25:02 UTC (rev 134862)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2015-04-09 03:49:19 UTC (rev 134863)
@@ -314,15 +314,15 @@
             portconfigure::configure_main
 
             # Undo changes to the configure related variables
-            autoreconf.dir ${autoreconf_dir_save}
-            configure.dir  ${configure_dir_save}
-            configure.compiler ${configure_compiler_save}
-            configure.f90  ${configure_f90_save}
-            configure.f77  ${configure_f77_save}
-            configure.fc   ${configure_fc_save}
-            configure.cc   ${configure_cc_save}
-            configure.cxx  ${configure_cxx_save}
-            configure.objc ${configure_objc_save}
+            autoreconf.dir      {*}${autoreconf_dir_save}
+            configure.dir       {*}${configure_dir_save}
+            configure.compiler  {*}${configure_compiler_save}
+            configure.f90       {*}${configure_f90_save}
+            configure.f77       {*}${configure_f77_save}
+            configure.fc        {*}${configure_fc_save}
+            configure.cc        {*}${configure_cc_save}
+            configure.cxx       {*}${configure_cxx_save}
+            configure.objc      {*}${configure_objc_save}
             if { [info exists merger_configure_args(${arch})] } {
                 configure.args-delete  $merger_configure_args(${arch})
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150408/324faacd/attachment.html>


More information about the macports-changes mailing list