summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-01-17 08:14:27 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-17 08:43:46 +0100
commit2bc9726e3c83cc015d5f667452244a74550829a7 (patch)
tree68857e5eebe1ee33d9de6414eb7ec90894396f25 /Ports
parent95988b44a0f28dab0cc9cf7876836fb618e6eb58 (diff)
downloadserenity-2bc9726e3c83cc015d5f667452244a74550829a7.zip
Ports: Rename a few .diff files to .patch
Let's keep things consistent, .diff is the name we use pretty much everywhere. Also tweak the glob in .port_includes.sh to be 'patches/*.patch' rather than just 'patches/*'.
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/.port_include.sh2
-rw-r--r--Ports/rsync/patches/config.sub.patch (renamed from Ports/rsync/patches/config.sub.diff)0
-rw-r--r--Ports/stress-ng/patches/0001-build-sytem-patch.patch (renamed from Ports/stress-ng/patches/0001-build-sytem-patch.diff)0
-rw-r--r--Ports/stress-ng/patches/0002-missing-types-and-functionality.patch (renamed from Ports/stress-ng/patches/0002-missing-types-and-functionality.diff)0
-rw-r--r--Ports/stress-ng/patches/0003-missing-networking-functionality.patch (renamed from Ports/stress-ng/patches/0003-missing-networking-functionality.diff)0
-rw-r--r--Ports/stress-ng/patches/0004-memory-related.patch (renamed from Ports/stress-ng/patches/0004-memory-related.diff)0
-rw-r--r--Ports/stress-ng/patches/0005-misc-fixups.patch (renamed from Ports/stress-ng/patches/0005-misc-fixups.diff)0
7 files changed, 1 insertions, 1 deletions
diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh
index a1b2498d18..55158e3275 100755
--- a/Ports/.port_include.sh
+++ b/Ports/.port_include.sh
@@ -138,7 +138,7 @@ fetch() {
func_defined patch_internal || patch_internal() {
# patch if it was not yet patched (applying patches multiple times doesn't work!)
if [ -d patches ]; then
- for filepath in patches/*; do
+ for filepath in patches/*.patch; do
filename=$(basename $filepath)
if [ ! -f "$workdir"/.${filename}_applied ]; then
run patch -p"$patchlevel" < "$filepath"
diff --git a/Ports/rsync/patches/config.sub.diff b/Ports/rsync/patches/config.sub.patch
index 62f138e3a3..62f138e3a3 100644
--- a/Ports/rsync/patches/config.sub.diff
+++ b/Ports/rsync/patches/config.sub.patch
diff --git a/Ports/stress-ng/patches/0001-build-sytem-patch.diff b/Ports/stress-ng/patches/0001-build-sytem-patch.patch
index 5c30d3e674..5c30d3e674 100644
--- a/Ports/stress-ng/patches/0001-build-sytem-patch.diff
+++ b/Ports/stress-ng/patches/0001-build-sytem-patch.patch
diff --git a/Ports/stress-ng/patches/0002-missing-types-and-functionality.diff b/Ports/stress-ng/patches/0002-missing-types-and-functionality.patch
index 4c19e1dbd0..4c19e1dbd0 100644
--- a/Ports/stress-ng/patches/0002-missing-types-and-functionality.diff
+++ b/Ports/stress-ng/patches/0002-missing-types-and-functionality.patch
diff --git a/Ports/stress-ng/patches/0003-missing-networking-functionality.diff b/Ports/stress-ng/patches/0003-missing-networking-functionality.patch
index 792e2a6433..792e2a6433 100644
--- a/Ports/stress-ng/patches/0003-missing-networking-functionality.diff
+++ b/Ports/stress-ng/patches/0003-missing-networking-functionality.patch
diff --git a/Ports/stress-ng/patches/0004-memory-related.diff b/Ports/stress-ng/patches/0004-memory-related.patch
index 02b4e71f03..02b4e71f03 100644
--- a/Ports/stress-ng/patches/0004-memory-related.diff
+++ b/Ports/stress-ng/patches/0004-memory-related.patch
diff --git a/Ports/stress-ng/patches/0005-misc-fixups.diff b/Ports/stress-ng/patches/0005-misc-fixups.patch
index 8d57e13ecb..8d57e13ecb 100644
--- a/Ports/stress-ng/patches/0005-misc-fixups.diff
+++ b/Ports/stress-ng/patches/0005-misc-fixups.patch