<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/739504a654df49d29b15165c76fce62c67d27e2c">https://github.com/macports/macports-ports/commit/739504a654df49d29b15165c76fce62c67d27e2c</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 739504a654d taglib: Don't build tests if not requested
</span>739504a654d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 739504a654df49d29b15165c76fce62c67d27e2c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jul 2 04:28:36 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> taglib: Don't build tests if not requested
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/66234
</span>---
audio/taglib/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/taglib/Portfile b/audio/taglib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3e191ab4d2f..8c13eb8396c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/taglib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/taglib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,7 @@ platform darwin 8 {
</span> configure.args-append \
-DBUILD_EXAMPLES=OFF \
-DBUILD_SHARED_LIBS=ON \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_TESTING=OFF \
</span> -DWITH_ZLIB=ON
variant examples description "Include example programs" {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +56,8 @@ variant tests description "Enable running tests" {
</span> configure.cxxflags-append \
-std=c++11
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append -DBUILD_TESTING=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace -DBUILD_TESTING=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_TESTING=ON
</span>
test.run yes
# https://github.com/taglib/taglib/issues/1066
</pre><pre style='margin:0'>
</pre>