<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a92eb7fb3b8ddf88147212a2914af461ce8a1267">https://github.com/macports/macports-ports/commit/a92eb7fb3b8ddf88147212a2914af461ce8a1267</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 a92eb7fb3b8 rawhide: add missing depends_build
</span>a92eb7fb3b8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a92eb7fb3b8ddf88147212a2914af461ce8a1267
</span>Author: raf <raf@raf.org>
AuthorDate: Mon Jul 24 17:29:31 2023 +1000
<span style='display:block; white-space:pre;color:#404040;'> rawhide: add missing depends_build
</span>---
sysutils/rawhide/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rawhide/Portfile b/sysutils/rawhide/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f544269c65..1e066bdd217 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rawhide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rawhide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,10 @@ long_description {*}${description} \
</span> homepage https://raf.org/rawhide/
license GPL-3+
categories sysutils
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build port:pkgconfig
</span> depends_lib port:pcre2 port:libmagic
maintainers {raf.org:raf @macportsraf} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span>
github.setup raforg ${name} ${version} v
github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,9 +35,8 @@ patchfiles patch-Makefile.diff
</span> use_configure yes
configure.args --macports
build.target rh
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Need openat, fdopendir, fstatat, faccessat, unlinkat, readlinkat.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# POSIX 2008, but they didn't make it into macOS until later.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# But note: This compiles, but doesn't work, on macos-10.6.8. :-(
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Need openat, fdopendir, fstatat, faccessat, unlinkat, and readlinkat.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# POSIX 2008, but they didn't make it into macOS until 2014 (macOS-10.10).
</span> legacysupport.newest_darwin_requires_legacy 13
test.run yes
</pre><pre style='margin:0'>
</pre>