<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e75fa378a2a83e43e69d1d2a070516618062c177">https://github.com/macports/macports-ports/commit/e75fa378a2a83e43e69d1d2a070516618062c177</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 e75fa37  davix: Disable tests due to conflict between internal and MP provided googletest version Closes: https://trac.macports.org/ticket/58955
</span>e75fa37 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e75fa378a2a83e43e69d1d2a070516618062c177
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Sep 7 22:46:07 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    davix: Disable tests due to conflict between internal and MP provided googletest version
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/58955
</span>---
 net/davix/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/davix/Portfile b/net/davix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e38cce7..70fda31 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/davix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,10 @@ depends_lib-append   port:libxml2 \
</span> 
 configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python${py_ver}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# gtest conflict. Disable tests for now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/58955
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DDAVIX_TESTS=FALSE
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-configure {
     # Force use of macports python in build scripts
     # Find command finds text files containing the string to be replaced.
</pre><pre style='margin:0'>

</pre>