<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/8de830dbf97c7ef792363e7269228dd291db2b1d">https://github.com/macports/macports-ports/commit/8de830dbf97c7ef792363e7269228dd291db2b1d</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 8de830d  wine*: Blacklist Leopard's Xcode gcc-4.2
</span>8de830d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8de830dbf97c7ef792363e7269228dd291db2b1d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 20 02:42:40 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    wine*: Blacklist Leopard's Xcode gcc-4.2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    It cannot build wine's 16-bit code. The newer gcc-4.2 in Snow Leopard's
</span><span style='display:block; white-space:pre;color:#404040;'>    Xcode and the version in MacPorts don't have this problem.
</span>---
 x11/wine-crossover/Portfile | 3 +++
 x11/wine-devel/Portfile     | 3 +++
 x11/wine/Portfile           | 3 +++
 3 files changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wine-crossover/Portfile b/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 30a7d32..79902d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wine-crossover/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,6 +197,9 @@ default_variants            +x11
</span> # http://www.winehq.org/pipermail/wine-devel/2014-February/103074.html
 supported_archs             i386
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: Xcode 3.x cannot build 16-bit code correctly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {gcc-4.2 < 5600}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # llvm-gcc-4.2 doesn't respect force_align_arg_pointer; wine builds but fails to run
 # http://bugs.winehq.org/show_bug.cgi?id=28030
 compiler.blacklist-append   *llvm-gcc-4.2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wine-devel/Portfile b/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e89b0c0..fc90571 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,6 +197,9 @@ default_variants            +x11
</span> # http://www.winehq.org/pipermail/wine-devel/2014-February/103074.html
 supported_archs             i386
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: Xcode 3.x cannot build 16-bit code correctly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {gcc-4.2 < 5600}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # llvm-gcc-4.2 doesn't respect force_align_arg_pointer; wine builds but fails to run
 # http://bugs.winehq.org/show_bug.cgi?id=28030
 compiler.blacklist-append   *llvm-gcc-4.2
<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 7dab2fb..e297cc9 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;'>@@ -196,6 +196,9 @@ default_variants            +x11
</span> # http://www.winehq.org/pipermail/wine-devel/2014-February/103074.html
 supported_archs             i386
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: Xcode 3.x cannot build 16-bit code correctly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {gcc-4.2 < 5600}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # llvm-gcc-4.2 doesn't respect force_align_arg_pointer; wine builds but fails to run
 # http://bugs.winehq.org/show_bug.cgi?id=28030
 compiler.blacklist-append   *llvm-gcc-4.2
</pre><pre style='margin:0'>

</pre>