<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9163aed359c30167e975833c4f0100188dd5544e">https://github.com/macports/macports-ports/commit/9163aed359c30167e975833c4f0100188dd5544e</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 9163aed359c curl: Only link with nghttp3 with +http3 variant
</span>9163aed359c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9163aed359c30167e975833c4f0100188dd5544e
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jan 31 16:18:17 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> curl: Only link with nghttp3 with +http3 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/69251
</span>---
net/curl/Portfile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/curl/Portfile b/net/curl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 72b0e8d70b1..e7a285dc600 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/curl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,9 +35,9 @@ checksums-prepend ${curl_distfile}
</span> if {${name} eq ${subport}} {
PortGroup muniversal 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 1
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build path:bin/pkg-config:pkgconfig
</span>
depends_lib port:brotli \
port:libidn2 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +56,8 @@ if {${name} eq ${subport}} {
</span> --without-libssh2 \
--without-mbedtls \
--without-nghttp2 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-nghttp3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-ngtcp2 \
</span> --without-openssl \
--without-ssl \
--without-secure-transport \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -230,8 +232,8 @@ if {${name} eq ${subport}} {
</span> variant http3 requires gnutls description {Support HTTP/3 with nghttp3 and ngtcp2} {
depends_lib-append port:nghttp3 \
port:ngtcp2
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --with-nghttp3=${prefix} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-ngtcp2=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace --without-nghttp3 --with-nghttp3=${prefix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-ngtcp2 --with-ngtcp2=${prefix}
</span> }
variant openldap description {Support performing Lightweight Directory Access Protocol queries with OpenLDAP} {
</pre><pre style='margin:0'>
</pre>