[macports-ports] branch master updated: wine ports: Blacklist macports-clang-* fallbacks

Rainer Müller raimue at macports.org
Tue Mar 20 23:57:50 UTC 2018


On 2018-03-21 00:02, Rainer Müller wrote:
> diff --git a/x11/wine/Portfile b/x11/wine/Portfile index
> 9a08944..539688e 100644 --- a/x11/wine/Portfile +++
> b/x11/wine/Portfile @@ -239,7 +239,12 @@ compiler.blacklist-append
> macports-gcc-*  
>  if {[variant_isset universal]} {
>      # wine for 64-bit requires clang >= 3.8
> - compiler.blacklist-append {clang < 800} + compiler.blacklist-append
> {clang < 800} \ + macports-clang-3.3 \ + macports-clang-3.4 \ +
> macports-clang-3.5 \ + macports-clang-3.6 \ + macports-clang-3.7 \  }
>  
>  platform darwin {

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.

Normally I would not bother to fix unsupported systems, but this time I
am also the one who broke it... ;-)

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.

Rainer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20180321/01e9d775/attachment.html>


More information about the macports-dev mailing list