<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/44033c7f2345b1512397d7a0db8f39d48aada317">https://github.com/macports/macports-ports/commit/44033c7f2345b1512397d7a0db8f39d48aada317</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 44033c7f234 zlib-ng: add build dep git
</span>44033c7f234 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 44033c7f2345b1512397d7a0db8f39d48aada317
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Mar 8 13:06:30 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> zlib-ng: add build dep git
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/71768
</span>---
archivers/zlib-ng/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/zlib-ng/Portfile b/archivers/zlib-ng/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc107e868a8..0ffbf955b65 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/zlib-ng/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/zlib-ng/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,9 @@ checksums rmd160 b92c96b4272a76bc0d13b291f1dbe2849ec5b90b \
</span> sha256 a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3 \
size 2415754
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Target "cmTC_bb7a2" requires the language dialect "C11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append path:bin/git:git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Target "cmTC_bb7a2" requires the language dialect "C11"
</span> compiler.c_standard 2011
# Undefined symbols: "__ZN7testing8internal23InsertSyntheticTestCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_12CodeLocationEb"
compiler.cxx_standard 2011
</pre><pre style='margin:0'>
</pre>