<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/c42f5517720038b1320bda0e72e03845d80804c1">https://github.com/macports/macports-ports/commit/c42f5517720038b1320bda0e72e03845d80804c1</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 c42f5517720 epoll-shim: blacklist clang < 800
</span>c42f5517720 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c42f5517720038b1320bda0e72e03845d80804c1
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sat Dec 7 02:37:02 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> epoll-shim: blacklist clang < 800
</span>---
devel/epoll-shim/Portfile | 6 ++++++
1 file changed, 6 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/epoll-shim/Portfile b/devel/epoll-shim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 209e6bc3fa6..a4a2194cb0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/epoll-shim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/epoll-shim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem 1.0
PortGroup cmake 1.1
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup legacysupport 1.1
# O_CLOEXEC, clock_gettime
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +31,11 @@ patchfiles-append 0001-Use-EV_TRIGGER-as-a-fallback-for-NOTE_TRIGGER.patch \
</span>
compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: use of unknown builtin '__builtin_mul_overflow' on macOS < 10.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# this feature was implemented after the release of LLVM 3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Build tries to run test binaries during the build, which fails otherwise.
configure.pre_args-replace \
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
</pre><pre style='margin:0'>
</pre>