mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Ports: Fully delete Co-Authored-By lines from the ReadMe
Otherwise, this results in a number of empty lines where Co-Authored-By would have been.
This commit is contained in:
parent
6641868c35
commit
ee66ed6248
18 changed files with 1 additions and 46 deletions
|
@ -671,7 +671,7 @@ do_generate_patch_readme() {
|
||||||
{
|
{
|
||||||
echo "## \`$patch\`"
|
echo "## \`$patch\`"
|
||||||
echo
|
echo
|
||||||
sed -e 's/^Co-Authored-By: .*$//g' < "$tempdir/$patch.desc"
|
sed -e '/^Co-Authored-By: /d' < "$tempdir/$patch.desc"
|
||||||
echo
|
echo
|
||||||
} >> ReadMe.md
|
} >> ReadMe.md
|
||||||
count=$((count + 1))
|
count=$((count + 1))
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
Rewrite the makefile for serenity
|
Rewrite the makefile for serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,26 +10,21 @@ Add a dummy configure file
|
||||||
Disable checkBuf() on serenity
|
Disable checkBuf() on serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0003-Let-c-ray-define-its-own-version-of-vasprintf.patch`
|
## `0003-Let-c-ray-define-its-own-version-of-vasprintf.patch`
|
||||||
|
|
||||||
Let c-ray define its own version of vasprintf
|
Let c-ray define its own version of vasprintf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0004-Link-with-the-needed-serenity-libraries.patch`
|
## `0004-Link-with-the-needed-serenity-libraries.patch`
|
||||||
|
|
||||||
Link with the needed serenity libraries
|
Link with the needed serenity libraries
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0005-Use-usleep-on-serenity.patch`
|
## `0005-Use-usleep-on-serenity.patch`
|
||||||
|
|
||||||
Use usleep() on serenity
|
Use usleep() on serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0006-Reduce-HDR-scene-settings-a-bit.patch`
|
## `0006-Reduce-HDR-scene-settings-a-bit.patch`
|
||||||
|
|
||||||
Reduce HDR scene settings a bit
|
Reduce HDR scene settings a bit
|
||||||
|
@ -40,8 +35,6 @@ Reduce HDR scene settings a bit
|
||||||
Replace the micro symbol with a 'u'
|
Replace the micro symbol with a 'u'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0008-Make-SDL-use-software-rendering.patch`
|
## `0008-Make-SDL-use-software-rendering.patch`
|
||||||
|
|
||||||
Make SDL use software rendering
|
Make SDL use software rendering
|
||||||
|
@ -49,4 +42,3 @@ Make SDL use software rendering
|
||||||
Serenity does not support accelerated rendering
|
Serenity does not support accelerated rendering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
Use manual include & library paths for ncurses
|
Use manual include & library paths for ncurses
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Include-curses.h-from-ncurses-in-serenity.patch`
|
## `0002-Include-curses.h-from-ncurses-in-serenity.patch`
|
||||||
|
|
||||||
Include curses.h from <ncurses> in serenity
|
Include curses.h from <ncurses> in serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
Teach curl.h about serenity's <sys/select.h> include
|
Teach curl.h about serenity's <sys/select.h> include
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,19 +5,16 @@
|
||||||
Disable some default options
|
Disable some default options
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Disable-SSP.patch`
|
## `0002-Disable-SSP.patch`
|
||||||
|
|
||||||
Disable SSP
|
Disable SSP
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0003-Include-sys-select.h.patch`
|
## `0003-Include-sys-select.h.patch`
|
||||||
|
|
||||||
Include <sys/select.h>
|
Include <sys/select.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0004-Install-in-bindir.patch`
|
## `0004-Install-in-bindir.patch`
|
||||||
|
|
||||||
Install in bindir
|
Install in bindir
|
||||||
|
@ -25,10 +22,8 @@ Install in bindir
|
||||||
FIXME: Not sure what this is exactly doing.
|
FIXME: Not sure what this is exactly doing.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0005-Remove-some-unsupported-socket-operations.patch`
|
## `0005-Remove-some-unsupported-socket-operations.patch`
|
||||||
|
|
||||||
Remove some unsupported socket operations
|
Remove some unsupported socket operations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
Make CC and friends overridable from the env
|
Make CC and friends overridable from the env
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch`
|
## `0002-Use-stdbool-instead-of-rolling-a-manual-Bool.patch`
|
||||||
|
|
||||||
Use stdbool instead of rolling a manual Bool
|
Use stdbool instead of rolling a manual Bool
|
||||||
|
@ -16,7 +15,6 @@ Use stdbool instead of rolling a manual Bool
|
||||||
Manually link with pcre2
|
Manually link with pcre2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch`
|
## `0004-Use-pcre2-for-regex-instead-of-libc-s-regex.h.patch`
|
||||||
|
|
||||||
Use pcre2 for regex instead of libc's regex.h
|
Use pcre2 for regex instead of libc's regex.h
|
||||||
|
|
|
@ -10,7 +10,6 @@ Include <strings.h>
|
||||||
Replace a use of rindex() with strrchr()
|
Replace a use of rindex() with strrchr()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0003-Install-into-usr-local.patch`
|
## `0003-Install-into-usr-local.patch`
|
||||||
|
|
||||||
Install into /usr/local
|
Install into /usr/local
|
||||||
|
@ -21,4 +20,3 @@ Install into /usr/local
|
||||||
Don't use setitimer()
|
Don't use setitimer()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,5 +5,3 @@
|
||||||
Disable some unneeded options
|
Disable some unneeded options
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,3 @@
|
||||||
Add a serenity target to the makefile
|
Add a serenity target to the makefile
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@ Use pcre2 for regex
|
||||||
Use the patched-in version of glob.h
|
Use the patched-in version of glob.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0008-Build-the-patched-in-glob-implementation.patch`
|
## `0008-Build-the-patched-in-glob-implementation.patch`
|
||||||
|
|
||||||
Build the patched-in glob implementation
|
Build the patched-in glob implementation
|
||||||
|
|
|
@ -5,5 +5,3 @@
|
||||||
Add support for serenity
|
Add support for serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
ifdef out missing functionality
|
ifdef out missing functionality
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Add-a-missing-stdio.h-include.patch`
|
## `0002-Add-a-missing-stdio.h-include.patch`
|
||||||
|
|
||||||
Add a missing stdio.h include
|
Add a missing stdio.h include
|
||||||
|
@ -18,25 +15,21 @@ Add a missing stdio.h include
|
||||||
Fix pledges to conform to serenity's pledge()
|
Fix pledges to conform to serenity's pledge()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0004-Remove-inet_aton-redefinition.patch`
|
## `0004-Remove-inet_aton-redefinition.patch`
|
||||||
|
|
||||||
Remove inet_aton() redefinition
|
Remove inet_aton() redefinition
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0005-Assume-SSH-2.0-and-sidestep-some-scanf-issues.patch`
|
## `0005-Assume-SSH-2.0-and-sidestep-some-scanf-issues.patch`
|
||||||
|
|
||||||
Assume SSH 2.0 and sidestep some scanf issues
|
Assume SSH 2.0 and sidestep some scanf issues
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0006-Use-sendfd-recvfd-on-serenity.patch`
|
## `0006-Use-sendfd-recvfd-on-serenity.patch`
|
||||||
|
|
||||||
Use sendfd/recvfd on serenity
|
Use sendfd/recvfd on serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0007-Use-unveil-for-privsep.patch`
|
## `0007-Use-unveil-for-privsep.patch`
|
||||||
|
|
||||||
Use unveil for privsep
|
Use unveil for privsep
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
Add a serenity configuration
|
Add a serenity configuration
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Add-build-configuration-info-for-serenity.patch`
|
## `0002-Add-build-configuration-info-for-serenity.patch`
|
||||||
|
|
||||||
Add build configuration info for serenity
|
Add build configuration info for serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
All sorts of fixes for the build
|
All sorts of fixes for the build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Memory.patch`
|
## `0002-Memory.patch`
|
||||||
|
|
||||||
Memory
|
Memory
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
Teach configure about serenity
|
Teach configure about serenity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Remove-locale-defines.patch`
|
## `0002-Remove-locale-defines.patch`
|
||||||
|
|
||||||
Remove locale defines
|
Remove locale defines
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
Add an install target
|
Add an install target
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
Fix linker soname flags
|
Fix linker soname flags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## `0002-Make-platform.h-understand-that-serenity-is-posix-co.patch`
|
## `0002-Make-platform.h-understand-that-serenity-is-posix-co.patch`
|
||||||
|
|
||||||
Make platform.h understand that serenity is posix-compliant
|
Make platform.h understand that serenity is posix-compliant
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue