<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/00e6976aaa4309704acfe76ed39dbc436d230b59">https://github.com/macports/macports-ports/commit/00e6976aaa4309704acfe76ed39dbc436d230b59</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 00e6976aaa4309704acfe76ed39dbc436d230b59
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Jan 26 09:32:24 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    ipbt: set c_standard 2011
</span>---
 sysutils/ipbt/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ipbt/Portfile b/sysutils/ipbt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 83ba3b610a1..d4a7a3ee1ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ipbt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ipbt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem 1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           legacysupport 1.1
 
 # clock_gettime: not strictly required, but the build checks for it.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +38,7 @@ depends_lib         port:ncurses
</span> cmake.build_type    Debug
 
 # https://trac.macports.org/ticket/66737
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append *gcc-4.* {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span> 
 # This software requires NDEBUG to not be set
 variant debug description {Use debug, required here} {}
</pre><pre style='margin:0'>

</pre>