diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/dash | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/dash')
-rw-r--r-- | Ports/dash/patches/0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch | 8 | ||||
-rw-r--r-- | Ports/dash/patches/0002-Skip-building-helpers-by-default.patch | 7 |
2 files changed, 4 insertions, 11 deletions
diff --git a/Ports/dash/patches/0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch b/Ports/dash/patches/0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch index 3a0c0ba1ab..eb00d63f64 100644 --- a/Ports/dash/patches/0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch +++ b/Ports/dash/patches/0001-Replace-a-use-of-wait3-with-waitpid-in-the-job-contr.patch @@ -1,8 +1,7 @@ -From d6d5890a9938ce5bfb6e9a1ee98fb2d692a6efa3 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brian Callahan <bcallah@openbsd.org> Date: Sun, 10 May 2020 11:50:31 -0400 -Subject: [PATCH 1/2] Replace a use of wait3() with waitpid() in the job - control +Subject: [PATCH] Replace a use of wait3() with waitpid() in the job control wait3() does not exist on serenity. --- @@ -22,6 +21,3 @@ index 606d603..92ac84d 100644 if (err || !block) break; --- -2.36.1 - diff --git a/Ports/dash/patches/0002-Skip-building-helpers-by-default.patch b/Ports/dash/patches/0002-Skip-building-helpers-by-default.patch index cb3b43156a..e0336f48d9 100644 --- a/Ports/dash/patches/0002-Skip-building-helpers-by-default.patch +++ b/Ports/dash/patches/0002-Skip-building-helpers-by-default.patch @@ -1,7 +1,7 @@ -From 481993ee4f0908cefcbddb0cca4e6811751d809c Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Mon, 12 Apr 2021 09:18:56 +0200 -Subject: [PATCH 2/2] Skip building helpers by default +Subject: [PATCH] Skip building helpers by default --- configure.ac | 3 +++ @@ -35,6 +35,3 @@ index 139355e..e95491a 100644 $(HELPERS): %: %.c $(COMPILE_FOR_BUILD) -o $@ $< +endif --- -2.36.1 - |