<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/4bfb1ef1089149f4c040b6e02c4a0f41a32721a0">https://github.com/macports/macports-guide/commit/4bfb1ef1089149f4c040b6e02c4a0f41a32721a0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4bfb1ef1089149f4c040b6e02c4a0f41a32721a0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 12 11:07:30 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Update configure.compiler section
</span>---
 guide/xml/portfile-phase.xml | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-phase.xml b/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index c51b8c8..4b59b7b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-phase.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2054,53 +2054,59 @@ configure.cppflags-delete   -I${prefix}/lib/db44</programlisting>
</span>         <listitem>
           <para>Select a compiler suite to fill the compiler environment
           variables. All variables/tools a compiler suite can provide are set.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          Manually set variables are not overwritten. Dependencies are not
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-          added for you, as they may be just build- or also run-dependencies.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          Manually set variables are not overwritten.
</span>           Keep in mind that not all compiler suites might be available on your
           platform: <option>gcc-3.3</option> is available on Mac OS X 10.3 and
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          10.4 PowerPC, <option>gcc-4.0</option> is available on 10.4+,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          10.4 PowerPC, <option>gcc-4.0</option> is available on 10.4 and 10.5,
</span>           <option>gcc-4.2</option> and <option>llvm-gcc-4.2</option> are
<span style='display:block; white-space:pre;background:#ffe0e0;'>-          available on 10.5 and 10.6, and clang is available on 10.6.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          available on 10.5 and 10.6, and <option>clang</option> is available
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+          on 10.6 and later.</para>
</span> 
           <para>Only use it if a port really needs a different
           compiler.</para>
 
           <itemizedlist>
             <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <para>Default: <option>gcc-4.0</option> on Mac OS X 10.4 and
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-              10.5</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <para>Default: <option>apple-gcc-4.2</option> on Mac OS X 10.4</para>
</span>             </listitem>
 
             <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <para>Default: <option>gcc-4.2</option> with Xcode 3.2 on Mac OS X 10.6</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <para>Default: <option>gcc-4.2</option> with Xcode 3.x on Mac OS X 10.5 and 10.6</para>
</span>             </listitem>
 
             <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <para>Default: <option>llvm-gcc-4.2</option> with Xcode 4.0 and 4.1 on Mac OS X 10.6 and 10.7</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <para>Default: <option>llvm-gcc-4.2</option> with Xcode 4.0 through 4.2 on Mac OS X 10.6 and 10.7</para>
</span>             </listitem>
 
             <listitem>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <para>Default: <option>clang</option> with Xcode 4.2 and up on Mac OS X 10.6 and up</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <para>Default: <option>clang</option> with Xcode 4.3 and later on OS X 10.7 and later</para>
</span>             </listitem>
 
             <listitem>
               <para>Values: <option>gcc-3.3</option> <option>gcc-4.0</option>
               <option>gcc-4.2</option> <option>llvm-gcc-4.2</option>
               <option>clang</option>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-3.3</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-3.4</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-3.7</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-3.8</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-3.9</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-4.0</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-5.0</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-clang-6.0</option>
</span>               <option>apple-gcc-4.0</option>
               <option>apple-gcc-4.2</option>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-gcc-4.1</option>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-gcc-4.2</option>
</span>               <option>macports-gcc-4.3</option>
               <option>macports-gcc-4.4</option>
               <option>macports-gcc-4.5</option>
               <option>macports-gcc-4.6</option>
               <option>macports-gcc-4.7</option>
               <option>macports-gcc-4.8</option>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-clang-2.9</option>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-clang-3.0</option>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-clang-3.1</option>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-              <option>macports-clang-3.2</option></para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-gcc-4.9</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-gcc-5</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-gcc-6</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-gcc-7</option>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              <option>macports-gcc-8</option></para>
</span>             </listitem>
 
             <listitem>
</pre><pre style='margin:0'>

</pre>