<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37e2d31fc0517db1afe114f9538c31968709a498">https://github.com/macports/macports-ports/commit/37e2d31fc0517db1afe114f9538c31968709a498</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 37e2d31  uhd*: remove manually setting standard to c++11.
</span>37e2d31 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 37e2d31fc0517db1afe114f9538c31968709a498
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue May 23 13:06:20 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    uhd*: remove manually setting standard to c++11.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This setting is already handled correctly in the UHD code, both release and devel, so just remove the redundant setting.
</span>---
 science/uhd/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40c5347..d936be9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,11 +110,6 @@ configure.args-append \
</span> configure.args-append \
     -DCMAKE_MODULES_DIR=${prefix}/share/cmake
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# require C++11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DCMAKE_CXX_STANDARD=11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # try to enable C++11 for older compilers too.  for some reason cmake
 # doesn't recognize libstdc++ compilers as being c++11 capable, even
 # though some are. set this and hope for the best ...
</pre><pre style='margin:0'>

</pre>