<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/8768e74942e34bcf53cf4ae5a68c6bb6e51351f8">https://github.com/macports/macports-ports/commit/8768e74942e34bcf53cf4ae5a68c6bb6e51351f8</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 8768e74942e cppzmq: use C++11
</span>8768e74942e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8768e74942e34bcf53cf4ae5a68c6bb6e51351f8
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jul 20 15:03:53 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cppzmq: use C++11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Gets a compiler new enough to handle "__attribute__((deprecated()))". This is used just in testing, since all this port installs is a header. But, this setting allows the port to "build" and do testing on older OSs where the default compiler isn't modern enough.
</span>---
 devel/cppzmq/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cppzmq/Portfile b/devel/cppzmq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 425b3e98973..c6ec624f2ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cppzmq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cppzmq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,4 +38,12 @@ if {${subport} eq ${name}} {
</span>     depends_build-append port:pkgconfig
 
     depends_lib-append path:lib/libzmq.dylib:zmq
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # use C++11 to get a compiler new enough to handle
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # "__attribute__((deprecated()))". This is used just in testing,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # since all this port installs is a header. But, this setting
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # allows the port to "build" and do testing on older OSs where the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # default compiler isn't modern enough.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> }
</pre><pre style='margin:0'>

</pre>