<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/620a1e04352480cef0c7a385e1477d0c3288d45a">https://github.com/macports/macports-ports/commit/620a1e04352480cef0c7a385e1477d0c3288d45a</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 620a1e04352 collectd: prevent error from depreciation warnings
</span>620a1e04352 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 620a1e04352480cef0c7a385e1477d0c3288d45a
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Feb 4 22:45:59 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    collectd: prevent error from depreciation warnings
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all.
</span>---
 sysutils/collectd/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/collectd/Portfile b/sysutils/collectd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 20f1cad29d3..ec29778104c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/collectd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/collectd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,8 @@ if {[string match *clang* ${configure.compiler}]} {
</span>     # Do not error out on use of IN6_IS_ADDR_MULTICAST()
     # that adds an extra pair of parentheses
     configure.cflags-append -Wno-parentheses-equality
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Do not error out on depreciation warnings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cflags-append -Wno-deprecated-declarations
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>