<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1210093fab8ec3c4df028c2a7c125189d27ef188">https://github.com/macports/macports-ports/commit/1210093fab8ec3c4df028c2a7c125189d27ef188</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 1210093fab8 desktop-file-utils: requires C11 capable compiler
</span>1210093fab8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1210093fab8ec3c4df028c2a7c125189d27ef188
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Nov 21 00:41:38 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    desktop-file-utils: requires C11 capable compiler
</span>---
 gnome/desktop-file-utils/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/desktop-file-utils/Portfile b/gnome/desktop-file-utils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6ce371052cb..f892c58fc83 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/desktop-file-utils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/desktop-file-utils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,6 @@ maintainers     nomaintainer
</span> categories      gnome
 license         GPL-2+
 installs_libs   no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms       darwin
</span> description     Command line utilities for working with desktop entries.
 
 long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +30,9 @@ depends_build   port:pkgconfig \
</span> 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# cc1: error: unrecognized command line option "-std=gnu11"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-activate {
     system "update-desktop-database -q ${prefix}/share/applications; true"
 }
</pre><pre style='margin:0'>

</pre>