<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/46c43440b4ca857da2168826e40fa690b992e561">https://github.com/macports/macports-ports/commit/46c43440b4ca857da2168826e40fa690b992e561</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 46c43440b4ca857da2168826e40fa690b992e561
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Mar 23 20:28:37 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    libvirt: Move Phyp driver to +phyp variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The Phyp driver requires libssh2, which was moved to a variant to avoid
</span><span style='display:block; white-space:pre;color:#404040;'>    the openssl dependency. Create a separate variant for Phyp which will
</span><span style='display:block; white-space:pre;color:#404040;'>    also require +libssh2.
</span>---
 sysutils/libvirt/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 82fa23b..7750557 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;'>@@ -72,7 +72,7 @@ configure.args      --disable-silent-rules \
</span>                     --without-openssl \
                     --without-openvz \
                     --without-openwsman \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-phyp \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-phyp \
</span>                     --without-pm-utils \
                     --without-polkit \
                     --without-qemu \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,6 +127,10 @@ variant libssh2 description {Enable the libssh2 transport} {
</span>     configure.args-replace  --without-ssh2 --with-ssh2
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant phyp requires libssh2 description {Phyp driver support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  --without-phyp --with-phyp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant sasl description {Use Cyrus SASL for authentication} {
     depends_lib-append      port:cyrus-sasl2
     configure.args-replace  --without-sasl --with-sasl
</pre><pre style='margin:0'>

</pre>