<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9e592f898618871c70144f271b43a479a00d707d">https://github.com/macports/macports-ports/commit/9e592f898618871c70144f271b43a479a00d707d</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 9e592f89861 qemu: use MacPorts smbd, as opposed to macOS version
</span>9e592f89861 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9e592f898618871c70144f271b43a479a00d707d
</span>Author: ph7 <unknown>
AuthorDate: Tue Jun 7 16:12:57 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qemu: use MacPorts smbd, as opposed to macOS version
</span>---
 emulators/qemu/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 38c265675c6..47c2a0bffb3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,6 +123,9 @@ configure.args-append   --disable-cocoa \
</span>                         --disable-dbus-display \
                         --enable-virtfs
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Use 'smbd' installed by samba port, rather than macOS; latter does not work with qemu.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   --smbd=${prefix}/sbin/smbd
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Hypervisor.framework introduced in 10.10
 if {${os.platform} eq "darwin" && ${os.major} < 14} {
     configure.args-replace --enable-hvf --disable-hvf
</pre><pre style='margin:0'>

</pre>