<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/024192e27132ae31454e62f4db45f8b468f13993">https://github.com/macports/macports-ports/commit/024192e27132ae31454e62f4db45f8b468f13993</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 024192e2713 materialx: temporarily disable docs
</span>024192e2713 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 024192e27132ae31454e62f4db45f8b468f13993
</span>Author: Jason Liu <jasonliu--@users.noreply.github.com>
AuthorDate: Wed Oct 6 15:01:04 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    materialx: temporarily disable docs
</span>---
 graphics/materialx/Portfile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/materialx/Portfile b/graphics/materialx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9d8f44b0dda..dc477659c39 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/materialx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/materialx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -197,7 +197,16 @@ variant tests description {Build unit tests} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants    +viewer +oiio +docs +tests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} == 15} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Temporarily remove building documentation for macOS 10.11.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # The doxygen port currently fails to build on macOS 10.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # (https://trac.macports.org/ticket/63417), and as a result it will
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # cause MaterialX to fail when attempting to build using +docs.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # (See also: https://trac.macports.org/ticket/63533)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants    +viewer +oiio +tests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants    +viewer +oiio +docs +tests
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 ### The following code was adapted from the portfiles
 ### of ports such as openvdb and openimageio
</pre><pre style='margin:0'>

</pre>