<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/13ec63ed1743b21b0e5228de0b12bf6d8c793fd2">https://github.com/macports/macports-ports/commit/13ec63ed1743b21b0e5228de0b12bf6d8c793fd2</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 13ec63ed174 mednafen: Blacklist clang < 700
</span>13ec63ed174 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 13ec63ed1743b21b0e5228de0b12bf6d8c793fd2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 7 08:46:38 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> mednafen: Blacklist clang < 700
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> They segfault when trying to compile this.
</span>---
emulators/mednafen/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mednafen/Portfile b/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bce9a0fb716..73daeff377c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
# error: use of undeclared identifier 'CLOCK_MONOTONIC'
PortGroup legacysupport 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,6 +80,9 @@ patchfiles clang-version.patch
</span> compiler.c_standard 1999
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang: error: unable to execute command: Segmentation fault: 11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # This is how the build system decides what architecture to build for.
lappend merger_configure_args(i386) --host=i386-apple-darwin${os.version}
lappend merger_configure_args(ppc) --host=powerpc-apple-darwin${os.version}
</pre><pre style='margin:0'>
</pre>