<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6d8836aee2b4f9bf85d326650cfe1a40657fd419">https://github.com/macports/macports-ports/commit/6d8836aee2b4f9bf85d326650cfe1a40657fd419</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6d8836aee2b4f9bf85d326650cfe1a40657fd419
</span>Author: Chris Rawnsley <chris@puny.agency>
AuthorDate: Tue Mar 7 20:55:35 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    wine*: Remove gnutls dependency from Darwin
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Wine uses the native Security framework on macOS since 1.3.16
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See Wine commit 45db3481f4d
</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 2eb2db0..baaca85 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;'>@@ -164,6 +164,10 @@ platform darwin {
</span>     depends_lib-delete          port:fontconfig
     configure.args-delete       --with-fontconfig
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Wine uses the native Security framework on macOS since Wine 1.3.16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-delete          port:gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete       --with-gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     if {${os.major} == 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
         # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x.
<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 6c968dd..b5281fd 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;'>@@ -162,6 +162,10 @@ platform darwin {
</span>     depends_lib-delete          port:fontconfig
     configure.args-delete       --with-fontconfig
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Wine uses the native Security framework on macOS since Wine 1.3.16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-delete          port:gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete       --with-gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     if {${os.major} == 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
         # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x.
<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 2758327..c0f8d65 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;'>@@ -162,6 +162,10 @@ platform darwin {
</span>     depends_lib-delete          port:fontconfig
     configure.args-delete       --with-fontconfig
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Wine uses the native Security framework on macOS since Wine 1.3.16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-delete          port:gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete       --with-gnutls
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     if {${os.major} == 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
         # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x.
</pre><pre style='margin:0'>

</pre>