<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/b42b742a84048e418a008fc3be62ce5ef0abb5a7">https://github.com/macports/macports-ports/commit/b42b742a84048e418a008fc3be62ce5ef0abb5a7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b42b742a84048e418a008fc3be62ce5ef0abb5a7
</span>Author: Ruben Di Battista <rubendibattista@gmail.com>
AuthorDate: Sat Dec 26 04:06:40 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    vtk: Use vendored diy2 since it does not build with new diy2
</span>---
 graphics/vtk/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/vtk/Portfile b/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 18f34a038e2..ccfc9b72545 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,6 +85,7 @@ configure.args-append \
</span>                     -DVTK_WRAP_JAVA:BOOL=OFF \
                     -DVTK_USE_SYSTEM_LIBRARIES:BOOL=ON \
                     -DVTK_USE_SYSTEM_LIBPROJ:BOOL=OFF \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DVTK_USE_SYSTEM_DIY2:BOOL=OFF \
</span>                     -DVTK_USE_COCOA:BOOL=ON
 
 # As proposed at #46890
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -168,7 +169,6 @@ variant xdmf description {Add XDMF readers} {
</span> }
 
 if {[mpi_variant_isset]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:diy2
</span>     configure.args-append \
         -DVTK_Group_MPI:BOOL=ON
 
</pre><pre style='margin:0'>

</pre>