<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c45c250a7f38dd03f9966f1f3c0fa9176c59c733">https://github.com/macports/macports-ports/commit/c45c250a7f38dd03f9966f1f3c0fa9176c59c733</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 c45c250  snappy: Do not build tests
</span>c45c250 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c45c250a7f38dd03f9966f1f3c0fa9176c59c733
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 28 16:35:00 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    snappy: Do not build tests
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    They require gflags and gtest, but are incompatible with the version of
</span><span style='display:block; white-space:pre;color:#404040;'>    gtest in MacPorts which causes a build failure if gtest is active.
</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/55607
</span>---
 archivers/snappy/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/snappy/Portfile b/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3f72ccb..6063ee5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,4 +41,5 @@ depends_lib         port:lzo2 \
</span> patchfiles          api-version.patch
 
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DBUILD_SHARED_LIBS=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DBUILD_SHARED_LIBS=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DSNAPPY_BUILD_TESTS=OFF
</span></pre><pre style='margin:0'>

</pre>