<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 2018-03-21 00:02, Rainer Müller
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20180320230741.25048.14056@braeburn.macports.org">
      <pre style="white-space: pre; background: #F8F8F8"><span style="display:block; white-space:pre;color:#808080;">diff --git a/x11/wine/Portfile b/x11/wine/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index 9a08944..539688e 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/x11/wine/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/x11/wine/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -239,7 +239,12 @@ compiler.blacklist-append   macports-gcc-*
</span> 
 if {[variant_isset universal]} {
     # wine for 64-bit requires clang >= 3.8
<span style="display:block; white-space:pre;background:#ffe0e0;">-    compiler.blacklist-append   {clang < 800}
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+    compiler.blacklist-append   {clang < 800} \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                                macports-clang-3.3 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                                macports-clang-3.4 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                                macports-clang-3.5 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                                macports-clang-3.6 \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                                macports-clang-3.7 \
</span> }
 
 platform darwin {
</pre>
    </blockquote>
    <p>This is now still picking up gcc-apple-4.2 on OS X 10.8 and it is
      getting tedious to find a solution by committing for the buildbot.</p>
    <p>Normally I would not bother to fix unsupported systems, but this
      time I am also the one who broke it... ;-)<br>
    </p>
    <p>Do we have any better way to specify the need for clang >=
      3.8? I tried setting compiler.whitelist as well, but it only lead
      me to the "All compilers are either blacklisted or unavailable"
      message. If there is no way, we should probably just disable the
      64-bit build of wine for macOS <= 10.8.<br>
    </p>
    <p>Rainer<br>
    </p>
  </body>
</html>