<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/c2559d273875bda95b9de85ecdc708c18cebc893">https://github.com/macports/macports-ports/commit/c2559d273875bda95b9de85ecdc708c18cebc893</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 c2559d27387 ttyd: use path-style dep for libuv
</span>c2559d27387 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c2559d273875bda95b9de85ecdc708c18cebc893
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Jun 4 05:16:02 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> ttyd: use path-style dep for libuv
</span>---
net/ttyd/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/ttyd/Portfile b/net/ttyd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e2d5c9c3ec..21da06cf951 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/ttyd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/ttyd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ depends_build-append \
</span> depends_lib-append port:json-c \
port:libwebsockets \
path:lib/libssl.dylib:openssl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:libuv \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/pkgconfig/libuv.pc:libuv \
</span> port:zlib
# If gcc-4.2 is used, build fails with undefined symbols from libwebsockets
</pre><pre style='margin:0'>
</pre>