<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3e0462586a8b994abea328119be2d93f9690020c">https://github.com/macports/macports-ports/commit/3e0462586a8b994abea328119be2d93f9690020c</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 3e0462586a8 gcc12: add gdb to build conflicts
</span>3e0462586a8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3e0462586a8b994abea328119be2d93f9690020c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Oct 7 19:39:18 2023 +0100
<span style='display:block; white-space:pre;color:#404040;'> gcc12: add gdb to build conflicts
</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/67412
</span>---
lang/gcc12/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc12/Portfile b/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1748c8461d..7b96e9bd05c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -302,8 +302,8 @@ build.target bootstrap-lean
</span>
destroot.target install install-info-host
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc cannot build if libunwind-headers is active
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts_build-append libunwind-headers binutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc cannot build if these are active
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build-append libunwind-headers binutils gdb
</span>
# Find dylibs at a given location
proc dylib_list {location} {
</pre><pre style='margin:0'>
</pre>