summaryrefslogtreecommitdiff
path: root/Ports/ruby
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/ruby
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/ruby')
-rw-r--r--Ports/ruby/patches/0001-Teach-configure-about-serenity.patch7
-rw-r--r--Ports/ruby/patches/0002-Remove-locale-defines.patch7
-rw-r--r--Ports/ruby/patches/0003-Remove-the-inline-definitions-of-labs-and-llabs.patch7
-rw-r--r--Ports/ruby/patches/0004-Remove-uses-of-rusage.patch7
4 files changed, 8 insertions, 20 deletions
diff --git a/Ports/ruby/patches/0001-Teach-configure-about-serenity.patch b/Ports/ruby/patches/0001-Teach-configure-about-serenity.patch
index 86a6872718..d21df61c3f 100644
--- a/Ports/ruby/patches/0001-Teach-configure-about-serenity.patch
+++ b/Ports/ruby/patches/0001-Teach-configure-about-serenity.patch
@@ -1,7 +1,7 @@
-From 9714ad7325f578cb41f8f90496d64888eda8a268 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <mpfard@serenityos.org>
Date: Sat, 8 Jan 2022 17:02:29 +0330
-Subject: [PATCH 1/4] Teach configure about serenity
+Subject: [PATCH] Teach configure about serenity
Co-Authored-By: Eric Seifert <seiferteric@gmail.com>
---
@@ -21,6 +21,3 @@ index a0d9a6c..44ebf54 100755
: ${LDSHARED='$(CC) -shared'}
if test "$rb_cv_binary_elf" = yes; then :
---
-2.36.1
-
diff --git a/Ports/ruby/patches/0002-Remove-locale-defines.patch b/Ports/ruby/patches/0002-Remove-locale-defines.patch
index 3f4c60c3eb..920874eb41 100644
--- a/Ports/ruby/patches/0002-Remove-locale-defines.patch
+++ b/Ports/ruby/patches/0002-Remove-locale-defines.patch
@@ -1,7 +1,7 @@
-From 30fafa059b5793c3f3638564e00465a4f514f25a Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Eric Seifert <seiferteric@gmail.com>
Date: Tue, 21 Sep 2021 23:09:21 -0700
-Subject: [PATCH 2/4] Remove locale defines
+Subject: [PATCH] Remove locale defines
Serenity does not have any of that.
---
@@ -27,6 +27,3 @@ index cd30376..7bafe73 100644
#endif
#ifdef HAVE_LANGINFO_H
---
-2.36.1
-
diff --git a/Ports/ruby/patches/0003-Remove-the-inline-definitions-of-labs-and-llabs.patch b/Ports/ruby/patches/0003-Remove-the-inline-definitions-of-labs-and-llabs.patch
index ffa317c5fc..f7b47297ad 100644
--- a/Ports/ruby/patches/0003-Remove-the-inline-definitions-of-labs-and-llabs.patch
+++ b/Ports/ruby/patches/0003-Remove-the-inline-definitions-of-labs-and-llabs.patch
@@ -1,7 +1,7 @@
-From 4c770bb497775cfe017df53b002c6dbfda02c5f2 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Eric Seifert <seiferteric@gmail.com>
Date: Tue, 21 Sep 2021 23:09:21 -0700
-Subject: [PATCH 3/4] Remove the inline definitions of labs and llabs
+Subject: [PATCH] Remove the inline definitions of labs and llabs
---
ext/bigdecimal/bigdecimal.h | 17 -----------------
@@ -35,6 +35,3 @@ index 28f3363..a2c8c7e 100644
#ifndef HAVE_FINITE
static int
---
-2.36.1
-
diff --git a/Ports/ruby/patches/0004-Remove-uses-of-rusage.patch b/Ports/ruby/patches/0004-Remove-uses-of-rusage.patch
index 7106257506..3137f83f6d 100644
--- a/Ports/ruby/patches/0004-Remove-uses-of-rusage.patch
+++ b/Ports/ruby/patches/0004-Remove-uses-of-rusage.patch
@@ -1,7 +1,7 @@
-From de170f190353bb28d0eefacca5087de155948270 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Eric Seifert <seiferteric@gmail.com>
Date: Tue, 21 Sep 2021 23:09:21 -0700
-Subject: [PATCH 4/4] Remove uses of rusage
+Subject: [PATCH] Remove uses of rusage
---
gc.c | 23 -----------------------
@@ -125,6 +125,3 @@ index 674f05d..b7941aa 100644
#endif
id_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID = rb_intern_const("CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID");
#ifdef __APPLE__
---
-2.36.1
-