<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4da1793327a82a305a7d5346c8da607e0093f58f">https://github.com/macports/macports-ports/commit/4da1793327a82a305a7d5346c8da607e0093f58f</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 4da1793327a qt5-qtquick3d-docs: apply qt5-qtquick3d patch
</span>4da1793327a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4da1793327a82a305a7d5346c8da607e0093f58f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Apr 5 04:25:11 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5-qtquick3d-docs: apply qt5-qtquick3d patch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    qt5-qtquick3d-docs sufferes from the same problem as qt5-qtquick3d.
</span><span style='display:block; white-space:pre;color:#404040;'>    So it requires the same patch file (patch-qtquick3d-assimp.diff).
</span><span style='display:block; white-space:pre;color:#404040;'>    However, this problem is hidden if qt5-qt3d is also installed.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/macports/macports-ports/commit/bd40c7e8357ba58eab193fd0abf1494ae54a49fb#commitcomment-49096226
</span>---
 aqua/qt5/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91ba4554980..00fcf5539b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1802,6 +1802,9 @@ foreach {module module_info} [array get modules] {
</span>                     xinstall -d -m 0755 ${worksrcpath}/Source/WebCore/generated
                     touch ${worksrcpath}/Source/WebCore/generated/InspectorBackendCommands.qrc
                 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            } elseif { ${module} eq "qtquick3d" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://bugreports.qt.io/browse/QTBUG-84037
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                patchfiles-append patch-qtquick3d-assimp.diff
</span>             }
         }
     }
</pre><pre style='margin:0'>

</pre>