mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,7 +1,7 @@
|
|||
From e922f5ca936776e9c4b7182c73008cf475f8a6ea Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 1/9] Add an implementation of globs
|
||||
Subject: [PATCH] Add an implementation of globs
|
||||
|
||||
---
|
||||
compat_glob.c | 1174 +++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
@ -1188,6 +1188,3 @@ index 0000000..d155c84
|
|||
+ (void)printf("\n");
|
||||
+}
|
||||
+#endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 05cf3e8e7e355ec1ae1890cff0ed3a86d7bd5d57 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 2/9] Add a header describing the glob implementation
|
||||
Subject: [PATCH] Add a header describing the glob implementation
|
||||
|
||||
---
|
||||
glob.h | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
@ -129,6 +129,3 @@ index 0000000..c304b69
|
|||
+__END_DECLS
|
||||
+
|
||||
+#endif /* !_GLOB_H_ */
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 75619e06ffe6d4e392bf61ea3cee05706fa6df9a Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 3/9] Make configure build for serenity
|
||||
Subject: [PATCH] Make configure build for serenity
|
||||
|
||||
---
|
||||
configure | 39 ++++++++++++---------------------------
|
||||
|
@ -101,6 +101,3 @@ index 5507de7..16a074b 100755
|
|||
|
||||
[ -z "${HTDOCDIR}" ] && HTDOCDIR="${WWWPREFIX}/htdocs"
|
||||
[ -z "${CGIBINDIR}" ] && CGIBINDIR="${WWWPREFIX}/cgi-bin"
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 173fe2329bb943dba5e0c85c16403e0a4ee61b2f Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 4/9] Use pcre2 for regex
|
||||
Subject: [PATCH] Use pcre2 for regex
|
||||
|
||||
---
|
||||
dba_read.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index e976057..6183dcb 100644
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 7c8e432900e1aafc14d7012cb1456b55c5db860a Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 5/9] Use pcre2 for regex
|
||||
Subject: [PATCH] Use pcre2 for regex
|
||||
|
||||
---
|
||||
dbm_map.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index 87c085d..d5c620e 100644
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e4b3fb04945980f8546c7437cb345fc0cb67f58d Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 6/9] Use pcre2 for regex
|
||||
Subject: [PATCH] Use pcre2 for regex
|
||||
|
||||
---
|
||||
dbm.c | 2 +-
|
||||
|
@ -20,6 +20,3 @@ index f6b1259..3dc034a 100644
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From e100280860217da8822cb5568db71a8cb1456121 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Dec 2021 11:13:14 +0100
|
||||
Subject: [PATCH 7/9] Use the patched-in version of glob.h
|
||||
Subject: [PATCH] Use the patched-in version of glob.h
|
||||
|
||||
Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev>
|
||||
---
|
||||
|
@ -28,6 +28,3 @@ index b91c158..cb785cd 100644
|
|||
|
||||
enum outmode {
|
||||
OUTMODE_DEF = 0,
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 517695e5b4412d2e1b1f95c0f3cd7c5202968efd Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 8/9] Build the patched-in glob implementation
|
||||
Subject: [PATCH] Build the patched-in glob implementation
|
||||
|
||||
---
|
||||
Makefile | 2 ++
|
||||
|
@ -27,6 +27,3 @@ index f4e2954..51a9816 100644
|
|||
compat_isblank.o \
|
||||
compat_mkdtemp.o \
|
||||
compat_ohash.o \
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From f71b62d6e3cc1d31ee46721dd7709f68aaa9b44a Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sat, 25 Jan 2020 21:20:39 -0500
|
||||
Subject: [PATCH 9/9] Fix mansearch.c
|
||||
Subject: [PATCH] Fix mansearch.c
|
||||
|
||||
---
|
||||
mansearch.c | 4 ++--
|
||||
|
@ -23,6 +23,3 @@ index 0c457f9..b036f39 100644
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue