<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3628c54a4544af8c386fce986d0cb9e45bbc54a7">https://github.com/macports/macports-ports/commit/3628c54a4544af8c386fce986d0cb9e45bbc54a7</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 3628c54 wine*: Disable OpenCL support on Leopard
</span>3628c54 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3628c54a4544af8c386fce986d0cb9e45bbc54a7
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Sun Jul 2 20:00:57 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> wine*: Disable OpenCL support on Leopard
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
x11/wine-crossover/Portfile | 4 ++++
x11/wine-devel/Portfile | 4 ++++
x11/wine/Portfile | 4 ++++
3 files changed, 12 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 d0a9ff6..1191868 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;'>@@ -218,6 +218,10 @@ platform darwin {
</span> configure.args-delete --with-gnutls
configure.args-append --without-gnutls
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} < 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-delete --with-opencl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes {
When using the Mac Driver, it might be useful to enable RetinaMode\
when you're using a high DPI monitor. To do that, open up Wine's\
<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 3829aaf..75623a3 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;'>@@ -217,6 +217,10 @@ platform darwin {
</span> configure.args-delete --with-gnutls
configure.args-append --without-gnutls
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} < 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-delete --with-opencl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes {
When using the Mac Driver, it might be useful to enable RetinaMode\
when you're using a high DPI monitor. To do that, open up Wine's\
<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 716eebb..9a71684 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;'>@@ -217,6 +217,10 @@ platform darwin {
</span> configure.args-delete --with-gnutls
configure.args-append --without-gnutls
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} < 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-delete --with-opencl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes {
When using the Mac Driver, it might be useful to enable RetinaMode\
when you're using a high DPI monitor. To do that, open up Wine's\
</pre><pre style='margin:0'>
</pre>