<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a69e1753e7100e166c0c974116aed8894e4da11a">https://github.com/macports/macports-ports/commit/a69e1753e7100e166c0c974116aed8894e4da11a</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 a69e1753e71 posix-macos-addons: blacklist compillers
</span>a69e1753e71 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a69e1753e7100e166c0c974116aed8894e4da11a
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Oct 6 16:19:28 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    posix-macos-addons: blacklist compillers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    `posix-macos-addons` requires C++ 11 which requires to black list old
</span><span style='display:block; white-space:pre;color:#404040;'>    compilers.
</span>---
 devel/posix-macos-addons/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/posix-macos-addons/Portfile b/devel/posix-macos-addons/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd9a4f215bb..6d90e9e2d63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/posix-macos-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/posix-macos-addons/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,8 @@ homepage            https://github.com/stanislaw/posix-macos-addons
</span> description         Some missing bits of POSIX for macOS.
 long_description    This is a collection of the POSIX functions which are not available on macOS.
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>