<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2850a6463cf872eb672695a85dfc6ff30fe9bb2">https://github.com/macports/macports-ports/commit/c2850a6463cf872eb672695a85dfc6ff30fe9bb2</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 c2850a6 stunnel: diable libwrap for PPC platform
</span>c2850a6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c2850a6463cf872eb672695a85dfc6ff30fe9bb2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Sep 21 16:31:47 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> stunnel: diable libwrap for PPC platform
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/28957
</span>---
security/stunnel/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/stunnel/Portfile b/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c9d9d7d..841eabc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/stunnel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,9 @@ variant libwrap description {Include libwrap support} {
</span> configure.args-delete --disable-libwrap
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +libwrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.arch} ne "powerpc"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +libwrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span>
# Tell the user about the stupid fake certificate that we provide.
notes "
</pre><pre style='margin:0'>
</pre>