<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/5b39e285618dd9ac14f97ad1ca401a11c9eb95eb">https://github.com/macports/macports-ports/commit/5b39e285618dd9ac14f97ad1ca401a11c9eb95eb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5b39e285618dd9ac14f97ad1ca401a11c9eb95eb
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Tue Jun 11 07:25:25 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    volk: non-functional: minor updates to portfile
</span>---
 science/volk/Portfile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk/Portfile b/science/volk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c450f32197..2192f0f605a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,20 +22,22 @@ long_description    VOLK is the Vector-Optimized Library of Kernels, a library t
</span> long_description {*}${long_description} ${subport} \
     provides the release version, which is typically updated every month or so.
 license             GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> homepage            https://libvolk.org/
 
 github.setup gnuradio volk 2.5.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision  0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-epoch 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+epoch               2
</span> # 1: bump the epoch because I moved the version from 20150707 to 1.0.1
 #
 # 2: because 2.5.1 requires std::filesystem, which requires updated libc++,
 # which is not easily doable on 10.[7-14]; see also
 # https://trac.macports.org/ticket/65377 and
 # https://github.com/macports/macports-ports/pull/15205
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# TODO: perhaps consider updating, finally.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# legacysupport provides filesystem for older clangs,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and gcc supports it out of the box.
</span> 
 # Volk requires the submodule "cpu_features" as found here: <
 # https://github.com/google/cpu_features >.  Because we're not
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +97,7 @@ patchfiles-append 0001-cpu_features_macros.h-fix-PowerPC-macros.patch
</span> 
 # done with special git command replication
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append path:bin/pkg-config:pkgconfig
</span> 
 # Volk doesn't understand build type "MacPorts"; use release unless +debug is set
 
</pre><pre style='margin:0'>

</pre>