[101216] trunk/base/src/port1.0/portconfigure.tcl

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 03:26:55 PST 2013


Revision: 101216
          https://trac.macports.org/changeset/101216
Author:   jeremyhu at macports.org
Date:     2013-01-06 03:26:55 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
Report the value of an invalid compiler

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2013-01-06 11:24:37 UTC (rev 101215)
+++ trunk/base/src/port1.0/portconfigure.tcl	2013-01-06 11:26:55 UTC (rev 101216)
@@ -224,7 +224,7 @@
         macports-clang-3.1 { set name "MacPorts clang 3.1" }
         macports-clang-3.2 { set name "MacPorts clang 3.2" }
         macports-clang-3.3 { set name "MacPorts clang 3.3" }
-        default { return -code error "Invalid value for configure.compiler" }
+        default { return -code error "Invalid value for configure.compiler: ${configure.compiler}" }
     }
     ui_debug "Using compiler '$name'"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/50700554/attachment.html>


More information about the macports-changes mailing list