<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8d5742e58804b8db266fa9ad3fec9f626dd48778">https://github.com/macports/macports-ports/commit/8d5742e58804b8db266fa9ad3fec9f626dd48778</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 8d5742e5880 folly: depend on gtest for +tests variant
</span>8d5742e5880 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8d5742e58804b8db266fa9ad3fec9f626dd48778
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Jan 26 06:34:39 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    folly: depend on gtest for +tests variant
</span>---
 devel/folly/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/folly/Portfile b/devel/folly/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 21288f4aa05..c71fb8c5dc4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/folly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/folly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -150,6 +150,7 @@ variant native description {Build with best native support for local CPU capabil
</span> # This is somewhat worse than Sonoma arm64, where 91% of tests pass.
 # https://github.com/facebook/folly/issues/2128
 variant tests description {Enable testing} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append        port:gtest
</span>     configure.pre_args-replace  -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
                                 -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF
 
</pre><pre style='margin:0'>

</pre>