<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/28bc52cc21e89b22ad8d98bd47f8cc93f7755c4b">https://github.com/macports/macports-ports/commit/28bc52cc21e89b22ad8d98bd47f8cc93f7755c4b</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 28bc52cc21e netcdf: do not use gcc-4.2 and archaic Xcode clang Fixes: https://trac.macports.org/ticket/65672
</span>28bc52cc21e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 28bc52cc21e89b22ad8d98bd47f8cc93f7755c4b
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Aug 16 04:39:39 2022 +0700

<span style='display:block; white-space:pre;color:#404040;'>    netcdf: do not use gcc-4.2 and archaic Xcode clang
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/65672
</span>---
 science/netcdf/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/netcdf/Portfile b/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7467a77c9a6..74435d3dbb8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/netcdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup                   github 1.0
</span> PortGroup                   cmake 1.0
 PortGroup                   muniversal 1.0
 PortGroup                   legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup                   compiler_blacklist_versions 1.0
</span> 
 # strnlen
 legacysupport.newest_darwin_requires_legacy 10
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +16,6 @@ revision                    0
</span> epoch                       3
 name                        netcdf
 maintainers                 {takeshi @tenomoto} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms                   darwin
</span> categories                  science
 license                     Permissive
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,9 @@ configure.args-append       -DENABLE_NETCDF_4=OFF \
</span>                             -DENABLE_CDF5=OFF \
                             -DCMAKE_PREFIX_PATH=${worksrcpath}/cmake/modules
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/65672
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   *gcc-4.* {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> test.run                    yes
 test.target                 test
 
</pre><pre style='margin:0'>

</pre>