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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2fe5a994aac8f22a7f867d4aaeb348fe9c36af1">https://github.com/macports/macports-ports/commit/c2fe5a994aac8f22a7f867d4aaeb348fe9c36af1</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c2fe5a9  classias: Error early with libc++
</span>c2fe5a9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c2fe5a994aac8f22a7f867d4aaeb348fe9c36af1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 9 02:07:43 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    classias: Error early with libc++
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Update error message to indicate that libc++, not Mavericks, is the reason the
</span><span style='display:block; white-space:pre;color:#404040;'>    port can't build.
</span>---
 math/classias/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/classias/Portfile b/math/classias/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2750ef9..d1cafc1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/classias/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/classias/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,12 +24,12 @@ depends_lib         port:liblbfgs
</span> compiler.blacklist  *clang*
 
 platform darwin {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} >= 13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${configure.cxx_stdlib} eq "libc++"} {
</span>         depends_lib
         depends_run
         pre-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_error "$name does not build on Mavericks or later."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            error "unsupported platform"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_error "$name does not build with libc++"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            return -code error "unsupported platform"
</span>         }
     }
 }
</pre><pre style='margin:0'>

</pre>