summaryrefslogtreecommitdiff
path: root/Ports/openttd
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/openttd
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/openttd')
-rw-r--r--Ports/openttd/patches/0001-All-sorts-of-fixes-for-the-build.patch7
-rw-r--r--Ports/openttd/patches/0002-Memory.patch7
-rw-r--r--Ports/openttd/patches/0003-Pass-setsockopt-argument-as-char.patch7
-rw-r--r--Ports/openttd/patches/0004-Stub-GetPerformanceTimer-to-return-0.patch7
-rw-r--r--Ports/openttd/patches/0005-Don-t-use-the-asm-version-of-rdtsc.patch7
-rw-r--r--Ports/openttd/patches/0006-Don-t-set-any-signal-handlers.patch7
6 files changed, 12 insertions, 30 deletions
diff --git a/Ports/openttd/patches/0001-All-sorts-of-fixes-for-the-build.patch b/Ports/openttd/patches/0001-All-sorts-of-fixes-for-the-build.patch
index edb749645f..537bdbc83e 100644
--- a/Ports/openttd/patches/0001-All-sorts-of-fixes-for-the-build.patch
+++ b/Ports/openttd/patches/0001-All-sorts-of-fixes-for-the-build.patch
@@ -1,7 +1,7 @@
-From e7cb850da0851c27197f39a2a6593c1c80981a6c Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Tue, 5 Apr 2022 23:05:14 +0200
-Subject: [PATCH 1/6] All sorts of fixes for the build
+Subject: [PATCH] All sorts of fixes for the build
Co-Authored-By: Kevin Nobel <kevin@2sk.nl>
---
@@ -121,6 +121,3 @@ index effd57c..98800f9 100644
typedef unsigned int uint;
#endif
---
-2.36.1
-
diff --git a/Ports/openttd/patches/0002-Memory.patch b/Ports/openttd/patches/0002-Memory.patch
index eeb0e33e3c..78da2bc4d6 100644
--- a/Ports/openttd/patches/0002-Memory.patch
+++ b/Ports/openttd/patches/0002-Memory.patch
@@ -1,7 +1,7 @@
-From 1e9569da4e5b1855031495ca2455ed6fa186b3df Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sat, 17 Apr 2021 15:40:17 +0200
-Subject: [PATCH 2/6] Memory
+Subject: [PATCH] Memory
FIXME: There is no information available about this patch, fill this in.
---
@@ -31,6 +31,3 @@ index 6d5ce01..2fda8df 100644
/* A big free block */
_spritecache_ptr->size = (_allocated_sprite_cache_size - sizeof(MemBlock)) | S_FREE_MASK;
---
-2.36.1
-
diff --git a/Ports/openttd/patches/0003-Pass-setsockopt-argument-as-char.patch b/Ports/openttd/patches/0003-Pass-setsockopt-argument-as-char.patch
index 0b937224e8..00fa5a9263 100644
--- a/Ports/openttd/patches/0003-Pass-setsockopt-argument-as-char.patch
+++ b/Ports/openttd/patches/0003-Pass-setsockopt-argument-as-char.patch
@@ -1,7 +1,7 @@
-From 4e0667f3f744b6e7a8ad73581747122d617ea069 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Kevin Nobel <kevin@2sk.nl>
Date: Tue, 5 Apr 2022 23:05:14 +0200
-Subject: [PATCH 3/6] Pass `setsockopt` argument as char*
+Subject: [PATCH] Pass `setsockopt` argument as char*
---
src/network/core/os_abstraction.cpp | 2 +-
@@ -20,6 +20,3 @@ index 225c95d..2da1575 100644
#endif
}
---
-2.36.1
-
diff --git a/Ports/openttd/patches/0004-Stub-GetPerformanceTimer-to-return-0.patch b/Ports/openttd/patches/0004-Stub-GetPerformanceTimer-to-return-0.patch
index ebd3fa9148..50c6533bf6 100644
--- a/Ports/openttd/patches/0004-Stub-GetPerformanceTimer-to-return-0.patch
+++ b/Ports/openttd/patches/0004-Stub-GetPerformanceTimer-to-return-0.patch
@@ -1,7 +1,7 @@
-From 4a6442ab29becbd29418161635930a4d6d5d55e2 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Thu, 29 Apr 2021 23:45:51 +0200
-Subject: [PATCH 4/6] Stub GetPerformanceTimer() to return 0
+Subject: [PATCH] Stub GetPerformanceTimer() to return 0
---
src/framerate_gui.cpp | 5 +++--
@@ -23,6 +23,3 @@ index 1077629..2d15c5b 100644
}
---
-2.36.1
-
diff --git a/Ports/openttd/patches/0005-Don-t-use-the-asm-version-of-rdtsc.patch b/Ports/openttd/patches/0005-Don-t-use-the-asm-version-of-rdtsc.patch
index 0b20008c49..f85687fd8c 100644
--- a/Ports/openttd/patches/0005-Don-t-use-the-asm-version-of-rdtsc.patch
+++ b/Ports/openttd/patches/0005-Don-t-use-the-asm-version-of-rdtsc.patch
@@ -1,7 +1,7 @@
-From 4cf117000029c0620085bd273776dc704e6ebc91 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sat, 17 Apr 2021 15:40:17 +0200
-Subject: [PATCH 5/6] Don't use the asm version of rdtsc
+Subject: [PATCH] Don't use the asm version of rdtsc
---
src/cpu.cpp | 2 +-
@@ -20,6 +20,3 @@ index d95c704..762da79 100644
uint64 ottd_rdtsc()
{
uint32 high, low;
---
-2.36.1
-
diff --git a/Ports/openttd/patches/0006-Don-t-set-any-signal-handlers.patch b/Ports/openttd/patches/0006-Don-t-set-any-signal-handlers.patch
index 5eac65248c..1ba53daccb 100644
--- a/Ports/openttd/patches/0006-Don-t-set-any-signal-handlers.patch
+++ b/Ports/openttd/patches/0006-Don-t-set-any-signal-handlers.patch
@@ -1,7 +1,7 @@
-From 42d2fd4d5ab2aa8883f3722c9008e7413980a755 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Sat, 17 Apr 2021 15:40:17 +0200
-Subject: [PATCH 6/6] Don't set any signal handlers
+Subject: [PATCH] Don't set any signal handlers
---
src/os/unix/crashlog_unix.cpp | 2 +-
@@ -20,6 +20,3 @@ index fc3682d..32b5f1e 100644
}
}
---
-2.36.1
-