<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/301398d0c2f98b79a1e7b7ed0e87c2debbd0b929">https://github.com/macports/macports-ports/commit/301398d0c2f98b79a1e7b7ed0e87c2debbd0b929</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 301398d0c2f hashcat: set C standard 2011
</span>301398d0c2f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 301398d0c2f98b79a1e7b7ed0e87c2debbd0b929
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sat Jul 13 00:55:13 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hashcat: set C standard 2011
</span>---
 security/hashcat/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/hashcat/Portfile b/security/hashcat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7f5f2509d3..2d0c1cb63fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/hashcat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/hashcat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,8 +32,9 @@ checksums               rmd160  63fcf5f9230208dc6fa3da86212f66f5df8b836c \
</span> 
 patchfiles-append       patch-remove-arch.patch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Code needs C11, numerous warnings like:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Code does not actually need C11 but spits out numerous warnings like:
</span> # warning: redefinition of typedef 'UINT_PTR' is a C11 feature [-Wtypedef-redefinition]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard     2011
</span> post-patch {
     reinplace "s|-std=gnu99|-std=gnu11|" ${worksrcpath}/src/Makefile
 }
</pre><pre style='margin:0'>

</pre>