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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8ec8efb9c864fcacb7cffcad324bdec24c966991">https://github.com/macports/macports-ports/commit/8ec8efb9c864fcacb7cffcad324bdec24c966991</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 8ec8efb9c86 gcc10-bootstrap: skip bootstrap comparison
</span>8ec8efb9c86 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ec8efb9c864fcacb7cffcad324bdec24c966991
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Apr 19 15:41:05 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gcc10-bootstrap: skip bootstrap comparison
</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/65033
</span>---
 lang/gcc10-bootstrap/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc10-bootstrap/Portfile b/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1bd7fac63a..2c96b5cef1e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc10-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,6 +110,15 @@ patchfiles-append patch-build-i686.diff
</span> # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340
 patchfiles-append patch-xcode12-fix.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Skip bootstrap comparison entirely
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace {s|^do-compare =|do-compare = /usr/bin/true|g} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/Makefile.in \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/config/bootstrap-debug.mk \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/config/bootstrap-debug-lean.mk \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/config/bootstrap-debug-lib.mk
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # sterilize MacPorts build environment; we want nothing picked up from MP prefix
 compiler.cpath
 compiler.library_path
</pre><pre style='margin:0'>

</pre>