<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b7bcef7cfea93b4c1741e39b95c4f26cd9025b27">https://github.com/macports/macports-ports/commit/b7bcef7cfea93b4c1741e39b95c4f26cd9025b27</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 b7bcef7cfea sdl_sopwith: patch header include order, adopt (#26158)
</span>b7bcef7cfea is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b7bcef7cfea93b4c1741e39b95c4f26cd9025b27
</span>Author: Sam Thompson <sambthompson@users.noreply.github.com>
AuthorDate: Tue Oct 15 17:40:03 2024 +1100
<span style='display:block; white-space:pre;color:#404040;'> sdl_sopwith: patch header include order, adopt (#26158)
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * sdl_sopwith: patch header include order
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Per comments from jmroot, added patch for CFLAGS include order in
</span><span style='display:block; white-space:pre;color:#404040;'> src/sdl/Makefile.in. This is a generated file, so a PR for upstream
</span><span style='display:block; white-space:pre;color:#404040;'> fix landed in https://github.com/fragglet/sdl-sopwith/pull/45.
</span><span style='display:block; white-space:pre;color:#404040;'> This should be able to be discarded at next upstream release.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * sdl_sopwith: adopt port with nomaintainer
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Per guide 7.3.3, including openmaintainer as well.
</span>---
games/sdl_sopwith/Portfile | 4 ++--
games/sdl_sopwith/files/src_sdl_Makefile.in.patch | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/sdl_sopwith/Portfile b/games/sdl_sopwith/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df6eeb87d43..62cd967110e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/sdl_sopwith/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/sdl_sopwith/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ name sdl_sopwith
</span> version 2.5.0
categories games
license GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers nomaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers {samthompson.com:pubgithub @sambthompson} openmaintainer
</span> description Classic biplane shooter
long_description This is a port of the classic computer game \"Sopwith\" \
to run on modern computers and operating systems.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ checksums md5 9527c13fd463731d0e189deb24eb39f8 \
</span> depends_build port:pkgconfig
depends_lib port:libsdl2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args --disable-sdltest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles src_sdl_Makefile.in.patch
</span>
app.name Sopwith
app.executable sopwith
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/sdl_sopwith/files/src_sdl_Makefile.in.patch b/games/sdl_sopwith/files/src_sdl_Makefile.in.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..587963822af
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/sdl_sopwith/files/src_sdl_Makefile.in.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- src/sdl/Makefile.in.orig 2024-04-19 10:02:18.000000000 +1000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ src/sdl/Makefile.in 2024-10-15 14:28:17.000000000 +1100
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -284,7 +284,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ top_build_prefix = @top_build_prefix@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ top_builddir = @top_builddir@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ top_srcdir = @top_srcdir@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-AM_CFLAGS = @CFLAGS@ @SDL_CFLAGS@ -I$(srcdir)/..
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++AM_CFLAGS = -I$(srcdir)/.. @CFLAGS@ @SDL_CFLAGS@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ noinst_LIBRARIES = libsdlsopwith.a libsdlsopmain.a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ libsdlsopwith_a_SOURCES = video.c pcsound.c timer.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ libsdlsopmain_a_SOURCES = main.c
</span></pre><pre style='margin:0'>
</pre>