<pre style='margin:0'>
Vadym-Valdis Yudaiev (judaew) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d8e62189d98eb915bd3b4847215613065f01820b">https://github.com/macports/macports-ports/commit/d8e62189d98eb915bd3b4847215613065f01820b</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 d8e62189d98 bfs: update to 4.0.2
</span>d8e62189d98 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d8e62189d98eb915bd3b4847215613065f01820b
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Fri Sep 27 10:45:41 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> bfs: update to 4.0.2
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * set compiler.c_standard to 2017
</span>---
sysutils/bfs/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/bfs/Portfile b/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2607d26491..d383c793c32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,14 +2,13 @@
</span>
PortSystem 1.0
PortGroup legacysupport 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
PortGroup makefile 1.0
# Need openat(), unlinkat(), fdopendir()
legacysupport.newest_darwin_requires_legacy 13
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup tavianator bfs 4.0.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup tavianator bfs 4.0.2
</span> github.tarball_from archive
categories sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,12 +24,13 @@ long_description bfs is a variant of the UNIX find command that operates brea
</span> versions of find, including: POSIX find, GNU find, BSD find and macOS find. \
If you're not familiar with find, the GNU find manual provides a good introduction.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 2fe60e741782c7ae46bb15537bff3608f474d998 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 8117b76b0a967887278a11470cbfa9e7aeae98f11a7eeb136f456ac462e5ba23 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 272678
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 6e8c01f7ec811ae1bd534d51e7250f77611697e4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 26ee5bf5a35cfbb589bf33df49ca05b8964e017b45faf16e520322c0e0ffad3b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 274986
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# clang: error: unable to execute command: Segmentation fault: 11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist {clang < 500}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# uses the '-std=c17' flag during compilation
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# and modern C features
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2017
</span>
use_configure yes
configure.cppflags -DNDEBUG
</pre><pre style='margin:0'>
</pre>