<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/053d7e2cf4d21cde128780b01055bc77aee5f434">https://github.com/macports/macports-ports/commit/053d7e2cf4d21cde128780b01055bc77aee5f434</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 053d7e2  libvirt: Explicitly disable libxl support
</span>053d7e2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 053d7e2cf4d21cde128780b01055bc77aee5f434
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 13 22:49:17 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: Explicitly disable libxl support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    We don't have (this) libxl in MacPorts anyway.
</span>---
 sysutils/libvirt/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 335f5ce..6357638 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;'>@@ -69,6 +69,7 @@ configure.args      --disable-silent-rules \
</span>                     --without-libpcap \
                     --without-libssh \
                     --with-libvirtd \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-libxl \
</span>                     --without-lxc \
                     --without-macvtap \
                     --without-netcf \
</pre><pre style='margin:0'>

</pre>