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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b5a3db84e6b1f03dc9a24b091aadc6ddc84ab50">https://github.com/macports/macports-ports/commit/5b5a3db84e6b1f03dc9a24b091aadc6ddc84ab50</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 5b5a3db84e6 c2t: allow build with Xcode gcc
</span>5b5a3db84e6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b5a3db84e6b1f03dc9a24b091aadc6ddc84ab50
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sun Aug 11 23:51:34 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    c2t: allow build with Xcode gcc
</span>---
 devel/c2t/Portfile             | 2 +-
 devel/c2t/files/Makefile.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/c2t/Portfile b/devel/c2t/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f1f1258eeb..51b6a9ee3cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/c2t/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/c2t/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,6 @@ checksums           rmd160  92d58a9f2dd9b534dc0f90a52c5021d3140462ca \
</span>                     size    2458969
 
 categories          devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             Permissive
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +25,7 @@ long_description    ${name} is a command line tool that can convert \
</span> 
 github.tarball_from archive
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# cc1: error: unrecognized command line option "-Wno-misleading-indentation"
</span> patchfiles          Makefile.patch
 
 # Don't extract the pre-compiled binaries; we'll compile them ourselves.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/c2t/files/Makefile.patch b/devel/c2t/files/Makefile.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a97a015565..3cca1b4a46e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/c2t/files/Makefile.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/c2t/files/Makefile.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,11 +14,11 @@
</span>  
  bin/c2t: c2t.c c2t.h
 -      gcc -Wall -Wno-strict-aliasing -Wno-misleading-indentation -Wno-unused-value -Wno-unused-function -I. -O3 -o bin/c2t c2t.c -lm
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+       $(CC) -Wall -Wno-strict-aliasing -Wno-misleading-indentation -Wno-unused-value -Wno-unused-function -I. $(CFLAGS) $(LDFLAGS) -o bin/c2t c2t.c -lm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  $(CC) -Wall -Wno-strict-aliasing -Wno-unused-value -Wno-unused-function -I. $(CFLAGS) $(LDFLAGS) -o bin/c2t c2t.c -lm
</span>  
  bin/c2t-96h: c2t-96h.c c2t.h
 -      gcc -Wall -Wno-strict-aliasing -Wno-misleading-indentation -Wno-unused-value -Wno-unused-function -I. -O3 -o bin/c2t-96h c2t-96h.c -lm
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+       $(CC) -Wall -Wno-strict-aliasing -Wno-misleading-indentation -Wno-unused-value -Wno-unused-function -I. $(CFLAGS) $(LDFLAGS) -o bin/c2t-96h c2t-96h.c -lm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  $(CC) -Wall -Wno-strict-aliasing -Wno-unused-value -Wno-unused-function -I. $(CFLAGS) $(LDFLAGS) -o bin/c2t-96h c2t-96h.c -lm
</span>  
  bin/c2t.exe: c2t.c c2t.h
 -      $(WIN32GCC) -Wall -Wno-strict-aliasing -Wno-unused-value -Wno-unused-function -I. -O3 -o bin/c2t.exe c2t.c
</pre><pre style='margin:0'>

</pre>