<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a07e79064062364759d116390844682ea328805">https://github.com/macports/macports-ports/commit/5a07e79064062364759d116390844682ea328805</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 5a07e790640 libvirt: Add optional variant enabling QEMU support
</span>5a07e790640 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5a07e79064062364759d116390844682ea328805
</span>Author: Brad Laue <brad@brad-x.com>
AuthorDate: Sat Oct 16 23:09:42 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> libvirt: Add optional variant enabling QEMU support
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> References: https://trac.macports.org/ticket/63637
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Remove errant backslash and newline
</span>---
sysutils/libvirt/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/libvirt/Portfile b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6b442e4bf57..9ce29b43745 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/libvirt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,6 +127,11 @@ variant sasl description {Use Cyrus SASL for authentication} {
</span> configure.args-replace -Dsasl=disabled -Dsasl=enabled
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant qemu description {Enable the QEMU virtualization driver} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:qemu
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace -Ddriver_qemu=disabled -Ddriver_qemu=enabled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> notes "
The default socket path for the libvirt client is ${prefix}/var/run/libvirt/libvirt-sock,\
which might cause problems when you want to attach to a remote libvirtd instance.\
</pre><pre style='margin:0'>
</pre>