<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3cc62a63e9aa2c7be76cc2f6f8a73b8b4a591d02">https://github.com/macports/macports-ports/commit/3cc62a63e9aa2c7be76cc2f6f8a73b8b4a591d02</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 3cc62a63e9a samba4: fix build on macOS <10.13
</span>3cc62a63e9a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3cc62a63e9aa2c7be76cc2f6f8a73b8b4a591d02
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Tue May 7 01:41:56 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> samba4: fix build on macOS <10.13
</span>---
net/samba4/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/samba4/Portfile b/net/samba4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b228e15801e..073666848e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/samba4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/samba4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,10 @@ PortSystem 1.0
</span> PortGroup compiler_blacklist_versions 1.0
PortGroup perl5 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# O_CLOEXEC, AT_FDCWD
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# O_CLOEXEC, AT_FDCWD, utimensat
</span> PortGroup legacysupport 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-legacysupport.newest_darwin_requires_legacy 13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.newest_darwin_requires_legacy 16
</span>
name samba4
conflicts samba3
</pre><pre style='margin:0'>
</pre>