<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/414e9663b3d1c8f81ca5d0155ece28d807a42189">https://github.com/macports/macports-ports/commit/414e9663b3d1c8f81ca5d0155ece28d807a42189</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 414e9663b3d binutils: disable silent rules, fix typo
</span>414e9663b3d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 414e9663b3d1c8f81ca5d0155ece28d807a42189
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sun Jul 24 11:16:39 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    binutils: disable silent rules, fix typo
</span>---
 devel/binutils/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/binutils/Portfile b/devel/binutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19df6f584c7..8472a7c363b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/binutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/binutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,13 +29,14 @@ patchfiles          dynamic_lookup-11.patch
</span> 
 configure.args      --infodir='${prefix}/share/info' \
                     --mandir='${prefix}/share/man' \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-silent-rules \
</span>                     --disable-werror \
                     --program-prefix=g \
                     --enable-shared \
                     --enable-install-libbfd
 
 # The Makefile runs configure again in subdirectories.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# It correcty passes along most configure variables (CFLAGS, LDFLAGS, ...),
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# It correctly passes along most configure variables (CFLAGS, LDFLAGS, ...),
</span> #    but seems to neglect CPPFLAGS.
 build.env-append    CPPFLAGS=-I${prefix}/include
 
</pre><pre style='margin:0'>

</pre>