<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/155902c066261b7765ed41b75fa27b513a8b7f69">https://github.com/macports/macports-ports/commit/155902c066261b7765ed41b75fa27b513a8b7f69</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 155902c libvirt: Remove gnutls and openssl variants
</span>155902c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 155902c066261b7765ed41b75fa27b513a8b7f69
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Dec 13 22:10:10 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> libvirt: Remove gnutls and openssl variants
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> gnutls is required as of 4.5.0.
</span>---
sysutils/libvirt/Portfile | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
<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 d92ed12..32a18db 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;'>@@ -31,6 +31,7 @@ depends_build port:pkgconfig \
</span> port:perl5
depends_lib port:curl \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:gnutls \
</span> port:libiconv \
port:libxml2 \
port:readline \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +62,7 @@ configure.args --disable-silent-rules \
</span> --with-esx \
--without-fuse \
--without-glusterfs \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --without-gnutls \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-gnutls \
</span> --without-hal \
--without-hyperv \
--with-init-script=none \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +74,6 @@ configure.args --disable-silent-rules \
</span> --without-netcf \
--without-network \
--without-numactl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- --without-openssl \
</span> --without-openvz \
--without-openwsman \
--without-phyp \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,20 +106,6 @@ configure.args --disable-silent-rules \
</span> # see https://trac.macports.org/ticket/58726
configure.cflags-append -std=gnu99
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset openssl]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +gnutls
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant gnutls description {Use GnuTLS} conflicts openssl {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:gnutls
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-replace --without-gnutls --with-gnutls
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant openssl description {Use OpenSSL} conflicts gnutls {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append path:lib/libssl.dylib:openssl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-replace --without-openssl --with-openssl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant fuse description {FUSE support} {
depends_lib-append port:osxfuse
configure.args-replace --without-fuse --with-fuse
</pre><pre style='margin:0'>
</pre>