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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d5abc8cfcc6f9d562a0aa480cdd30a87201211dd">https://github.com/macports/macports-ports/commit/d5abc8cfcc6f9d562a0aa480cdd30a87201211dd</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d5abc8cfcc6f9d562a0aa480cdd30a87201211dd
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Mon Sep 2 18:16:13 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    mysql57: build conflict with poll-emulator
</span>---
 databases/mysql57/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql57/Portfile b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8226e17108..0de56e6b9e7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,10 @@ if {$subport eq $name} {
</span>     set boost_distver   [join [split ${boost_version} .] _]
     set boost_distname  boost_${boost_distver}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    conflicts_build     boost protobuf3-cpp protobuf-cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # poll-emulator breaks the build, if active:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # xcom/task.c:744:37: error: 'POLLRDNORM' undeclared (first use in this function)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # See also: https://trac.macports.org/ticket/38558
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    conflicts_build     boost protobuf3-cpp protobuf-cpp poll-emulator
</span> 
     distfiles           ${distname}${extract.suffix}:mysql \
                         ${boost_distname}${extract.suffix}:boost
</pre><pre style='margin:0'>

</pre>