<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/8cc85e0fb1b985598bd8873609ae61f82a3e05f2">https://github.com/macports/macports-ports/commit/8cc85e0fb1b985598bd8873609ae61f82a3e05f2</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 8cc85e0  gnutls 3.5.15: add doc variant
</span>8cc85e0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8cc85e0fb1b985598bd8873609ae61f82a3e05f2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Sep 29 11:53:51 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnutls 3.5.15: add doc variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Disable doc build for universal builds
</span>---
 devel/gnutls/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gnutls/Portfile b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d201daf..fb36ec7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,6 +58,7 @@ autoreconf.args -fvi
</span> configure.args  --disable-guile \
                 --disable-silent-rules \
                 --disable-libdane \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                --disable-doc \
</span>                 --enable-local-libopts \
                 --enable-openssl-compatibility \
                 --with-p11-kit \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,6 +88,10 @@ if {[variant_isset dane] && ![file exists ${prefix}/var/run/unbound/root.key]} {
</span> "
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc description {Build documentation} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   --disable-doc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[variant_isset universal]} {
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
     set merger_host(i386) i686-apple-${os.platform}${os.major}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,10 +101,12 @@ if {[variant_isset universal]} {
</span>     configure.args-append \
         --host=i686-apple-${os.platform}${os.major} \
         --build=i686-apple-${os.platform}${os.major}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        default_variants    +doc
</span> } elseif {${build_arch} eq "x86_64"} {
     configure.args-append \
         --host=${build_arch}-apple-${os.platform}${os.major} \
         --build=${build_arch}-apple-${os.platform}${os.major}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        default_variants    +doc
</span> }
 
 test.run        yes
</pre><pre style='margin:0'>

</pre>