From d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 5 Jun 2022 03:05:04 +0200 Subject: Ports: Format patches without numbering, commit hash or version number --- Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch | 7 ++----- Ports/sqlite/patches/0002-Disable-vfs-locking.patch | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'Ports/sqlite') diff --git a/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch b/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch index c66232c172..2481c6d5c1 100644 --- a/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch +++ b/Ports/sqlite/patches/0001-Teach-configure-about-serenity.patch @@ -1,7 +1,7 @@ -From 98597b7f104c73a1955eef077097b5dbb372183f Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sat, 8 Jan 2022 05:33:27 -0700 -Subject: [PATCH 1/2] Teach configure about serenity +Subject: [PATCH] Teach configure about serenity --- configure | 4 ++++ @@ -29,6 +29,3 @@ index 367f505..df6217c 100755 *) dynamic_linker=no ;; --- -2.36.1 - diff --git a/Ports/sqlite/patches/0002-Disable-vfs-locking.patch b/Ports/sqlite/patches/0002-Disable-vfs-locking.patch index 16ec2097f8..93538a9cb5 100644 --- a/Ports/sqlite/patches/0002-Disable-vfs-locking.patch +++ b/Ports/sqlite/patches/0002-Disable-vfs-locking.patch @@ -1,7 +1,7 @@ -From 574528250f8113f17a1524266114e297417fd3ff Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Sat, 27 Mar 2021 12:38:07 +0100 -Subject: [PATCH 2/2] Disable vfs locking +Subject: [PATCH] Disable vfs locking --- sqlite3.c | 2 +- @@ -27,6 +27,3 @@ index 0b227f0..90c38bd 100644 UNIXVFS("unix-dotfile", dotlockIoFinder ), UNIXVFS("unix-excl", posixIoFinder ), #if OS_VXWORKS --- -2.36.1 - -- cgit v1.2.3