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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9d0a0ad4b1f0a6c76b5c3f5ab8e8b0c53f242193">https://github.com/macports/macports-ports/commit/9d0a0ad4b1f0a6c76b5c3f5ab8e8b0c53f242193</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 9d0a0ad4b1f nghttp: disable examples building
</span>9d0a0ad4b1f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d0a0ad4b1f0a6c76b5c3f5ab8e8b0c53f242193
</span>Author: MooYeol Prescott Lee <mooyoul@gmail.com>
AuthorDate: Thu Nov 11 23:54:27 2021 +0900

<span style='display:block; white-space:pre;color:#404040;'>    nghttp: disable examples building
</span>---
 www/nghttp2/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 530e936378a..516dfbe1b75 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +54,8 @@ subport nghttp2-tools {
</span> 
     configure.args-replace \
                         --enable-lib-only --enable-app
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --disable-examples
</span> 
     depends_lib         port:c-ares \
                         port:jansson \
</pre><pre style='margin:0'>

</pre>