<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b9bedc1ed4d1d34077c57f368b352561e70bc749">https://github.com/macports/macports-ports/commit/b9bedc1ed4d1d34077c57f368b352561e70bc749</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b9bedc1ed4d1d34077c57f368b352561e70bc749
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Apr 21 08:36:42 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    languages PG: fix comments
</span>---
 _resources/port1.0/group/languages-1.0.tcl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/languages-1.0.tcl b/_resources/port1.0/group/languages-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c21b266..c7fb5fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/languages-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/languages-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@
</span> #
 #   compiler.fortran_fallback  If Fortran is required and is not provides by compiler,
 #                                  list of compilers to use
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#                              Devault value is the Fortran compilers in compiler.fallback
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#                              Default value is the Fortran compilers in compiler.fallback
</span> #
 #   compiler.openmp_version   Version of OpenMP required (blank for none)
 #                             Values: blank (Default) 2.5, 3.0, 3.1, 4.0, 4.5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -165,7 +165,7 @@ proc portconfigure::get_compiler_fallback {} {
</span>     return [portconfigure::get_valid_compilers]
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# if full_list is yes, then get all possible possible compiler that might work on this configuration
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# if full_list is yes, then get all possible compilers that might work on this configuration
</span> # if full_list is no, reducde the compiler list to the "best" compilers
 proc portconfigure::get_valid_compilers {{full_list no}} {
     global                       \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -218,7 +218,7 @@ proc portconfigure::get_valid_compilers {{full_list no}} {
</span>     }
 
     # for 11 <= ${os.major} && ${os.major} < 13,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # user has changed the default value of cxx_stdlib, but Xcode clang can still use libc++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # user has changed the default value of cxx_stdlib, but Xcode Clang can still use libc++
</span> 
     # Xcode compilers do not support OpenMP
     if {${compiler.openmp_version} ne ""} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -373,7 +373,7 @@ proc portconfigure::get_valid_compilers {{full_list no}} {
</span>         # only MPI compilers are valid
         set compilers ${mpi_compilers}
     } elseif {${full_list}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # MPI compilers could work, so include it in the full list
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # MPI compilers could work, so include them in the full list
</span>         lappend compilers {*}${mpi_compilers}
     }
 
</pre><pre style='margin:0'>

</pre>