<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64ca31c6c7698c944f235053b9ed8608aab257b5">https://github.com/macports/macports-ports/commit/64ca31c6c7698c944f235053b9ed8608aab257b5</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 64ca31c6c76 screen: Fix invalid value 'c17' in '-std=c17'
</span>64ca31c6c76 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 64ca31c6c7698c944f235053b9ed8608aab257b5
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Fri Sep 6 16:20:00 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> screen: Fix invalid value 'c17' in '-std=c17'
</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 so that a proper
</span><span style='display:block; white-space:pre;color:#404040;'> compiler, like clang-15 can be used when building
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/70685
</span>---
sysutils/screen/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/screen/Portfile b/sysutils/screen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e38d45ea3b..53fb47c1b79 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/screen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/screen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span>
name screen
version 5.0.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> homepage https://www.gnu.org/software/screen/
description Screen manager with VT100/ANSI terminal emulation
long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,6 @@ long_description \
</span> regions between windows.
categories sysutils
license GPL-3+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
master_sites gnu:${name} \
http://www.ryandesign.com/macports/distfiles/screen/:encoding \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +56,8 @@ configure.args --mandir=${prefix}/share/man \
</span> --enable-telnet
configure.cflags-append -DRUN_LOGIN
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
xinstall -m 644 ${workpath}/18 ${destroot}${prefix}/share/${name}/utf8encodings
xinstall -m 644 ${worksrcpath}/etc/etcscreenrc ${destroot}${prefix}/etc/screenrc
</pre><pre style='margin:0'>
</pre>