<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/432cac109aa07721d07144e56ea62c20d41758b5">https://github.com/macports/macports-ports/commit/432cac109aa07721d07144e56ea62c20d41758b5</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 432cac109aa wine-*: Don't use libpcap
</span>432cac109aa is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 432cac109aa07721d07144e56ea62c20d41758b5
</span>Author: Dean M Greer <38226388+Gcenx@users.noreply.github.com>
AuthorDate: Sun Jan 26 07:51:53 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> wine-*: Don't use libpcap
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> With this enabled most of the MacPorts buildbots are failing so disable pcap, this didn't happen when building locally on macOS Mojave +universal nor has it happened on macOS Sonoma
</span>---
emulators/wine-devel/Portfile | 3 +--
emulators/wine-stable/Portfile | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/wine-devel/Portfile b/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c1b3e36fa7..593eee535a3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/wine-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,6 @@ depends_lib \
</span> port:freetype \
port:gettext-runtime \
path:lib/pkgconfig/gnutls.pc:gnutls \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:libpcap \
</span> port:libsdl2
depends_run \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +106,7 @@ configure.args \
</span> --with-opencl \
--with-opengl \
--without-oss \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-pcap \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-pcap \
</span> --with-pcsclite \
--with-pthread \
--without-pulse \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/wine-stable/Portfile b/emulators/wine-stable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dd912cf0b5..3381e430da0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/wine-stable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/wine-stable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,6 @@ depends_lib \
</span> port:freetype \
port:gettext-runtime \
path:lib/pkgconfig/gnutls.pc:gnutls \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:libpcap \
</span> port:libsdl2
depends_run \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +106,7 @@ configure.args \
</span> --with-opencl \
--with-opengl \
--without-oss \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-pcap \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-pcap \
</span> --with-pcsclite \
--with-pthread \
--without-pulse \
</pre><pre style='margin:0'>
</pre>