[61253] trunk/base/src/port1.0/portmain.tcl

jmr at macports.org jmr at macports.org
Sun Dec 6 19:37:53 PST 2009


Revision: 61253
          http://trac.macports.org/changeset/61253
Author:   jmr at macports.org
Date:     2009-12-06 19:37:52 -0800 (Sun, 06 Dec 2009)
Log Message:
-----------
avoid uninteresting debug output about os.universal_supported

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

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2009-12-06 22:54:10 UTC (rev 61252)
+++ trunk/base/src/port1.0/portmain.tcl	2009-12-07 03:37:52 UTC (rev 61253)
@@ -94,7 +94,6 @@
 default os.arch {$os_arch}
 # Remove trailing "Endian"
 default os.endian {[string range $tcl_platform(byteOrder) 0 end-6]}
-default os.universal_supported no
 
 set macosx_version {}
 set macosx_version_text {}
@@ -120,7 +119,9 @@
 if {[info exists variations(macosx)] && $variations(macosx) == "+"} {
     # the universal variant itself is now created in
     # add_default_universal_variant, which is called from mportopen
-    option os.universal_supported yes
+    default os.universal_supported yes
+} else {
+    default os.universal_supported no
 }
 
 # start gsoc08-privileges
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091206/2ea2242c/attachment.html>


More information about the macports-changes mailing list