1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:57:44 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 5e5e6f2f0c25da400093818cbc3c1ae277a1df23 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: AnotherTest <ali.mpfard@gmail.com>
Date: Fri, 12 Feb 2021 13:42:50 +0330
Subject: [PATCH 1/6] kwsys: Don't use siginfo
Subject: [PATCH] kwsys: Don't use siginfo
We don't support SIGINFO. This patch removes uses of SIGINFO.
@ -49,6 +49,3 @@ index e6cc48f2..17fbd547 100644
static int saOrigValid = 0;
static struct sigaction saABRTOrig;
static struct sigaction saSEGVOrig;
--
2.36.1

View file

@ -1,7 +1,7 @@
From 75597807e541ebe1ae83345af9250a4113bf1480 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Wed, 12 Jan 2022 22:15:37 +0330
Subject: [PATCH 2/6] /bin/bash
Subject: [PATCH] /bin/bash
This patch swaps out /bin/sh for /bin/bash in two scripts that need it.
@ -33,6 +33,3 @@ index 11622160..0e6fc25d 100755
+#!/bin/bash
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
--
2.36.1

View file

@ -1,7 +1,7 @@
From 049e918181ba913bf992723dd805fb8066aae83b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Wed, 12 Jan 2022 22:17:47 +0330
Subject: [PATCH 3/6] Platform/SerenityOS
Subject: [PATCH] Platform/SerenityOS
This patch adds the SerenityOS platform config file to CMake.
@ -45,6 +45,3 @@ index 00000000..952ff61a
+unset(CMAKE_LIBRARY_ARCHITECTURE_REGEX)
+
+include(Platform/UnixPaths)
--
2.36.1

View file

@ -1,7 +1,7 @@
From a65e8be0dbde0e23fed88f8ebdcdf8668b238b9c Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Wed, 12 Jan 2022 22:18:02 +0330
Subject: [PATCH 4/6] cmcurl: Include unistd
Subject: [PATCH] cmcurl: Include unistd
Everyone gets this wrong. Most platforms are very lax with these includes, but we're not one of them.
@ -25,6 +25,3 @@ index 91cd95d3..9940748f 100644
#ifdef __cplusplus
extern "C" {
--
2.36.1

View file

@ -1,7 +1,7 @@
From 8094f0232a6c4c357ec8e2931d44399172123f47 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Wed, 12 Jan 2022 22:18:23 +0330
Subject: [PATCH 5/6] cmcurl: Use struct stat and include sys/stat.h
Subject: [PATCH] cmcurl: Use struct stat and include sys/stat.h
For unknown reasons, curl_setup_once.h does not include sys/stat.h. This patch includes sys/stat.h.
@ -25,6 +25,3 @@ index 7421b670..b06c19d8 100644
# define struct_stat struct stat
#endif
--
2.36.1

View file

@ -1,7 +1,7 @@
From f0ae38c0f10805a2f4359ee0052766c371ee8d54 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Wed, 12 Jan 2022 22:18:57 +0330
Subject: [PATCH 6/6] CMake: Disable tests
Subject: [PATCH] CMake: Disable tests
We don't care about building tests for now, and it makes the compilation much faster.
@ -27,6 +27,3 @@ index b2ab30e1..24127b09 100644
include (${CMAKE_ROOT}/Modules/Dart.cmake)
# Set up test-time configuration.
--
2.36.1