<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8895908bd1b304d701ec866f68a2bf82564c1430">https://github.com/macports/macports-ports/commit/8895908bd1b304d701ec866f68a2bf82564c1430</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 8895908bd1b c-ares: Use cmake-bootstrap instead of cmake
</span>8895908bd1b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8895908bd1b304d701ec866f68a2bf82564c1430
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 16 16:31:40 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> c-ares: Use cmake-bootstrap instead of cmake
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Resolves dependency cycle when curl is installed with +ares variant.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/70910
</span>---
net/c-ares/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/c-ares/Portfile b/net/c-ares/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index afe12cc769c..db88b5a540a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/c-ares/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/c-ares/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,12 @@ checksums rmd160 12a83eebd1543ac2ce6255d868b154e6847f6d41 \
</span> sha256 7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103 \
size 1008224
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-replace \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:bin/cmake:cmake port:cmake-bootstrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles patch-dnsinfo.h-availability.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cmd ${prefix}/libexec/cmake-bootstrap/bin/cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
-DCARES_SHARED:BOOL=ON
</pre><pre style='margin:0'>
</pre>