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:
parent
6641868c35
commit
ee66ed6248
18 changed files with 1 additions and 46 deletions
|
@ -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))
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
Rewrite the makefile for serenity
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
Teach curl.h about serenity's <sys/select.h> include
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,5 +5,3 @@
|
|||
Disable some unneeded options
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,8 +5,3 @@
|
|||
Add a serenity target to the makefile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,5 +5,3 @@
|
|||
Add support for serenity
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,10 +5,8 @@
|
|||
Add a serenity configuration
|
||||
|
||||
|
||||
|
||||
## `0002-Add-build-configuration-info-for-serenity.patch`
|
||||
|
||||
Add build configuration info for serenity
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
All sorts of fixes for the build
|
||||
|
||||
|
||||
|
||||
## `0002-Memory.patch`
|
||||
|
||||
Memory
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
Teach configure about serenity
|
||||
|
||||
|
||||
|
||||
## `0002-Remove-locale-defines.patch`
|
||||
|
||||
Remove locale defines
|
||||
|
|
|
@ -5,4 +5,3 @@
|
|||
Add an install target
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue