1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47: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:
Tim Schumacher 2022-05-21 20:44:27 +02:00 committed by Linus Groh
parent 6641868c35
commit ee66ed6248
18 changed files with 1 additions and 46 deletions

View file

@ -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))

View file

@ -5,4 +5,3 @@
Rewrite the makefile for serenity

View file

@ -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

View file

@ -5,10 +5,8 @@
Use manual include & library paths for ncurses
## `0002-Include-curses.h-from-ncurses-in-serenity.patch`
Include curses.h from <ncurses> in serenity

View file

@ -5,4 +5,3 @@
Teach curl.h about serenity's <sys/select.h> include

View file

@ -5,19 +5,16 @@
Disable some default options
## `0002-Disable-SSP.patch`
Disable SSP
## `0003-Include-sys-select.h.patch`
Include <sys/select.h>
## `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

View file

@ -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

View file

@ -10,7 +10,6 @@ Include <strings.h>
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()

View file

@ -5,5 +5,3 @@
Disable some unneeded options

View file

@ -5,8 +5,3 @@
Add a serenity target to the makefile

View file

@ -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

View file

@ -5,5 +5,3 @@
Add support for serenity

View file

@ -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

View file

@ -5,10 +5,8 @@
Add a serenity configuration
## `0002-Add-build-configuration-info-for-serenity.patch`
Add build configuration info for serenity

View file

@ -5,7 +5,6 @@
All sorts of fixes for the build
## `0002-Memory.patch`
Memory

View file

@ -5,7 +5,6 @@
Teach configure about serenity
## `0002-Remove-locale-defines.patch`
Remove locale defines

View file

@ -5,4 +5,3 @@
Add an install target

View file

@ -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