diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 78c6d89d3b..a3b9ccc0b2 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -671,7 +671,7 @@ do_generate_patch_readme() { { echo "## \`$patch\`" echo - sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc" + sed -e '/^Co-Authored-By: /d' < "$tempdir/$patch.desc" echo } >> ReadMe.md count=$((count + 1)) diff --git a/Ports/SDL2-GNUBoy/patches/ReadMe.md b/Ports/SDL2-GNUBoy/patches/ReadMe.md index 3243b911d9..cc656f1037 100644 --- a/Ports/SDL2-GNUBoy/patches/ReadMe.md +++ b/Ports/SDL2-GNUBoy/patches/ReadMe.md @@ -5,4 +5,3 @@ Rewrite the makefile for serenity - diff --git a/Ports/c-ray/patches/ReadMe.md b/Ports/c-ray/patches/ReadMe.md index f6658d0f08..987ed11e16 100644 --- a/Ports/c-ray/patches/ReadMe.md +++ b/Ports/c-ray/patches/ReadMe.md @@ -10,26 +10,21 @@ Add a dummy configure file Disable checkBuf() on serenity - ## `0003-Let-c-ray-define-its-own-version-of-vasprintf.patch` Let c-ray define its own version of vasprintf - ## `0004-Link-with-the-needed-serenity-libraries.patch` Link with the needed serenity libraries - - ## `0005-Use-usleep-on-serenity.patch` Use usleep() on serenity - ## `0006-Reduce-HDR-scene-settings-a-bit.patch` Reduce HDR scene settings a bit @@ -40,8 +35,6 @@ Reduce HDR scene settings a bit Replace the micro symbol with a 'u' - - ## `0008-Make-SDL-use-software-rendering.patch` Make SDL use software rendering @@ -49,4 +42,3 @@ Make SDL use software rendering Serenity does not support accelerated rendering - diff --git a/Ports/cmatrix/patches/ReadMe.md b/Ports/cmatrix/patches/ReadMe.md index 3dda6ecc24..43d6d5df34 100644 --- a/Ports/cmatrix/patches/ReadMe.md +++ b/Ports/cmatrix/patches/ReadMe.md @@ -5,10 +5,8 @@ Use manual include & library paths for ncurses - ## `0002-Include-curses.h-from-ncurses-in-serenity.patch` Include curses.h from in serenity - diff --git a/Ports/curl/patches/ReadMe.md b/Ports/curl/patches/ReadMe.md index 090ee8c37b..9a631cba88 100644 --- a/Ports/curl/patches/ReadMe.md +++ b/Ports/curl/patches/ReadMe.md @@ -5,4 +5,3 @@ Teach curl.h about serenity's include - diff --git a/Ports/dropbear/patches/ReadMe.md b/Ports/dropbear/patches/ReadMe.md index 76d60d08f5..2bd29db299 100644 --- a/Ports/dropbear/patches/ReadMe.md +++ b/Ports/dropbear/patches/ReadMe.md @@ -5,19 +5,16 @@ Disable some default options - ## `0002-Disable-SSP.patch` Disable SSP - ## `0003-Include-sys-select.h.patch` Include - ## `0004-Install-in-bindir.patch` Install in bindir @@ -25,10 +22,8 @@ Install in bindir FIXME: Not sure what this is exactly doing. - ## `0005-Remove-some-unsupported-socket-operations.patch` Remove some unsupported socket operations - diff --git a/Ports/ed/patches/ReadMe.md b/Ports/ed/patches/ReadMe.md index 55ec6afd47..30a37319eb 100644 --- a/Ports/ed/patches/ReadMe.md +++ b/Ports/ed/patches/ReadMe.md @@ -5,7 +5,6 @@ Make CC and friends overridable from the env - ## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch` Use stdbool instead of rolling a manual Bool @@ -16,7 +15,6 @@ Use stdbool instead of rolling a manual Bool Manually link with pcre2 - ## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch` Use pcre2 for regex instead of libc's regex.h diff --git a/Ports/emu2/patches/ReadMe.md b/Ports/emu2/patches/ReadMe.md index 7999701b28..cfd1d337a4 100644 --- a/Ports/emu2/patches/ReadMe.md +++ b/Ports/emu2/patches/ReadMe.md @@ -10,7 +10,6 @@ Include Replace a use of rindex() with strrchr() - ## `0003-Install-into-usr-local.patch` Install into /usr/local @@ -21,4 +20,3 @@ Install into /usr/local Don't use setitimer() - diff --git a/Ports/libzip/patches/ReadMe.md b/Ports/libzip/patches/ReadMe.md index 91e6bed7c6..f2427f621a 100644 --- a/Ports/libzip/patches/ReadMe.md +++ b/Ports/libzip/patches/ReadMe.md @@ -5,5 +5,3 @@ Disable some unneeded options - - diff --git a/Ports/lua/patches/ReadMe.md b/Ports/lua/patches/ReadMe.md index eaa4331301..78abdf11c6 100644 --- a/Ports/lua/patches/ReadMe.md +++ b/Ports/lua/patches/ReadMe.md @@ -5,8 +5,3 @@ Add a serenity target to the makefile - - - - - diff --git a/Ports/mandoc/patches/ReadMe.md b/Ports/mandoc/patches/ReadMe.md index d2f9fb0410..011d1d728a 100644 --- a/Ports/mandoc/patches/ReadMe.md +++ b/Ports/mandoc/patches/ReadMe.md @@ -35,7 +35,6 @@ Use pcre2 for regex Use the patched-in version of glob.h - ## `0008-Build-the-patched-in-glob-implementation.patch` Build the patched-in glob implementation diff --git a/Ports/neofetch/patches/ReadMe.md b/Ports/neofetch/patches/ReadMe.md index 4890ec03a0..343400e194 100644 --- a/Ports/neofetch/patches/ReadMe.md +++ b/Ports/neofetch/patches/ReadMe.md @@ -5,5 +5,3 @@ Add support for serenity - - diff --git a/Ports/openssh/patches/ReadMe.md b/Ports/openssh/patches/ReadMe.md index fd32fa438b..9bf1d18035 100644 --- a/Ports/openssh/patches/ReadMe.md +++ b/Ports/openssh/patches/ReadMe.md @@ -5,9 +5,6 @@ ifdef out missing functionality - - - ## `0002-Add-a-missing-stdio.h-include.patch` Add a missing stdio.h include @@ -18,25 +15,21 @@ Add a missing stdio.h include Fix pledges to conform to serenity's pledge() - ## `0004-Remove-inet_aton-redefinition.patch` Remove inet_aton() redefinition - ## `0005-Assume-SSH-2.0-and-sidestep-some-scanf-issues.patch` Assume SSH 2.0 and sidestep some scanf issues - ## `0006-Use-sendfd-recvfd-on-serenity.patch` Use sendfd/recvfd on serenity - ## `0007-Use-unveil-for-privsep.patch` Use unveil for privsep diff --git a/Ports/openssl/patches/ReadMe.md b/Ports/openssl/patches/ReadMe.md index cb5972add9..ab76676402 100644 --- a/Ports/openssl/patches/ReadMe.md +++ b/Ports/openssl/patches/ReadMe.md @@ -5,10 +5,8 @@ Add a serenity configuration - ## `0002-Add-build-configuration-info-for-serenity.patch` Add build configuration info for serenity - diff --git a/Ports/openttd/patches/ReadMe.md b/Ports/openttd/patches/ReadMe.md index 404fc4abdc..85d2687ad1 100644 --- a/Ports/openttd/patches/ReadMe.md +++ b/Ports/openttd/patches/ReadMe.md @@ -5,7 +5,6 @@ All sorts of fixes for the build - ## `0002-Memory.patch` Memory diff --git a/Ports/ruby/patches/ReadMe.md b/Ports/ruby/patches/ReadMe.md index bd08c395bc..9d800c81b0 100644 --- a/Ports/ruby/patches/ReadMe.md +++ b/Ports/ruby/patches/ReadMe.md @@ -5,7 +5,6 @@ Teach configure about serenity - ## `0002-Remove-locale-defines.patch` Remove locale defines diff --git a/Ports/sl/patches/ReadMe.md b/Ports/sl/patches/ReadMe.md index 6772990c4a..fdf4c85e72 100644 --- a/Ports/sl/patches/ReadMe.md +++ b/Ports/sl/patches/ReadMe.md @@ -5,4 +5,3 @@ Add an install target - diff --git a/Ports/zstd/patches/ReadMe.md b/Ports/zstd/patches/ReadMe.md index 462dfee2bf..c13f176d18 100644 --- a/Ports/zstd/patches/ReadMe.md +++ b/Ports/zstd/patches/ReadMe.md @@ -5,10 +5,8 @@ Fix linker soname flags - ## `0002-Make-platform.h-understand-that-serenity-is-posix-co.patch` Make platform.h understand that serenity is posix-compliant -