summaryrefslogtreecommitdiff
path: root/Ports/oksh
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/oksh
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/oksh')
-rw-r--r--Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch13
-rw-r--r--Ports/oksh/patches/0002-Add-pconfig.h.patch7
-rw-r--r--Ports/oksh/patches/0003-Disable-flock.patch7
-rw-r--r--Ports/oksh/patches/0004-Disable-rlimit.patch7
-rw-r--r--Ports/oksh/patches/0005-Don-t-emit-the-default-pconfig.h.patch7
5 files changed, 13 insertions, 28 deletions
diff --git a/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch b/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch
index bdcc56b700..192273748d 100644
--- a/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch
+++ b/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch
@@ -1,14 +1,14 @@
-From bfc602df4e7eedd1cdc54dc5664ff1ff453fef1b Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
-Subject: [PATCH 1/5] Add some compat macros for serenity
+Subject: [PATCH] Add some compat macros for serenity
---
- portable.h | 11 ++++++++++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
+ portable.h | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/portable.h b/portable.h
-index 5c86edd..6ccf7f6 100644
+index 5c86edd..c840c69 100644
--- a/portable.h
+++ b/portable.h
@@ -61,7 +61,7 @@
@@ -35,6 +35,3 @@ index 5c86edd..6ccf7f6 100644
#ifndef HAVE_SETRESGID
#define setresgid(x, y, z) setgid(x); setegid(y); setgid(z)
#endif /* !HAVE_SETRESGID */
---
-2.36.1
-
diff --git a/Ports/oksh/patches/0002-Add-pconfig.h.patch b/Ports/oksh/patches/0002-Add-pconfig.h.patch
index 75348ac8ca..c653406606 100644
--- a/Ports/oksh/patches/0002-Add-pconfig.h.patch
+++ b/Ports/oksh/patches/0002-Add-pconfig.h.patch
@@ -1,7 +1,7 @@
-From 83b82de3eed21eda75179417c1c234b5a56a52d6 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
-Subject: [PATCH 2/5] Add pconfig.h
+Subject: [PATCH] Add pconfig.h
---
pconfig.h | 30 ++++++++++++++++++++++++++++++
@@ -44,6 +44,3 @@ index 0000000..3274014
+#define HAVE_SIGNAME
+#define HAVE_TIMERADD
+#define HAVE_TIMERCLEAR
---
-2.36.1
-
diff --git a/Ports/oksh/patches/0003-Disable-flock.patch b/Ports/oksh/patches/0003-Disable-flock.patch
index 71ec82d673..d6c814f799 100644
--- a/Ports/oksh/patches/0003-Disable-flock.patch
+++ b/Ports/oksh/patches/0003-Disable-flock.patch
@@ -1,7 +1,7 @@
-From eed1007382d7ce6593ec55512bb21ed69343e9cc Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Mon, 5 Apr 2021 22:58:01 +0200
-Subject: [PATCH 3/5] Disable flock
+Subject: [PATCH] Disable flock
Serenity does not support flock.
---
@@ -36,6 +36,3 @@ index 59876da..b03cc7a 100644
}
/*
---
-2.36.1
-
diff --git a/Ports/oksh/patches/0004-Disable-rlimit.patch b/Ports/oksh/patches/0004-Disable-rlimit.patch
index ce480cbdc0..715b54f46a 100644
--- a/Ports/oksh/patches/0004-Disable-rlimit.patch
+++ b/Ports/oksh/patches/0004-Disable-rlimit.patch
@@ -1,7 +1,7 @@
-From 072da9d917bd529cf55973de264c1d288cbf7138 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Mon, 5 Apr 2021 22:58:01 +0200
-Subject: [PATCH 4/5] Disable rlimit
+Subject: [PATCH] Disable rlimit
Serenity does not have rlimit support.
---
@@ -78,6 +78,3 @@ index 65e0cca..587f08a 100644
- }
+ }*/
}
---
-2.36.1
-
diff --git a/Ports/oksh/patches/0005-Don-t-emit-the-default-pconfig.h.patch b/Ports/oksh/patches/0005-Don-t-emit-the-default-pconfig.h.patch
index 73739ba7d1..65c0594faa 100644
--- a/Ports/oksh/patches/0005-Don-t-emit-the-default-pconfig.h.patch
+++ b/Ports/oksh/patches/0005-Don-t-emit-the-default-pconfig.h.patch
@@ -1,7 +1,7 @@
-From 126df60a9ec402c3a87710500d44b647615c0d8d Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Bertalan <dani@danielbertalan.dev>
Date: Fri, 5 Nov 2021 22:32:10 +0100
-Subject: [PATCH 5/5] Don't emit the default pconfig.h
+Subject: [PATCH] Don't emit the default pconfig.h
---
configure | 35 -----------------------------------
@@ -54,6 +54,3 @@ index 710dc3b..0625338 100755
Makefile
exit 0
---
-2.36.1
-