diff --git a/Ports/perl5/patches/0003-Disable-nanosleep.patch b/Ports/perl5/patches/0002-Disable-nanosleep.patch similarity index 100% rename from Ports/perl5/patches/0003-Disable-nanosleep.patch rename to Ports/perl5/patches/0002-Disable-nanosleep.patch diff --git a/Ports/perl5/patches/0002-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch b/Ports/perl5/patches/0002-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch deleted file mode 100644 index 130044f7ef..0000000000 --- a/Ports/perl5/patches/0002-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Beckett Normington -Date: Tue, 25 Jul 2023 17:13:12 -0400 -Subject: [PATCH] Makefile: Don't run `lib/unicore/mktables` with -maketest - -This argument causes the interpreter to hang and consume huge amounts -of RAM. ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 4b80079f22738918822df9c30d6be15f5b5b6078..0a319af97e896d5d2784906fd21367e90c293991 100644 ---- a/Makefile -+++ b/Makefile -@@ -302,7 +302,7 @@ dist/Unicode-Normalize/Makefile: lib/unicore/CombiningClass.pl - pod/perluniprops.pod: lib/unicore/CombiningClass.pl - - lib/unicore/CombiningClass.pl: $(CONFIGPM) -- ./miniperl_top lib/unicore/mktables -w -C lib/unicore -P pod -maketest -makelist -p -+ ./miniperl_top lib/unicore/mktables -w -C lib/unicore -P pod -makelist -p - - # The following rules ensure that modules listed in mkppport.lst get - # their ppport.h installed. There's a bunch of comments in that file, diff --git a/Ports/perl5/patches/0004-configure-Add-hint-for-serenity.patch b/Ports/perl5/patches/0003-configure-Add-hint-for-serenity.patch similarity index 100% rename from Ports/perl5/patches/0004-configure-Add-hint-for-serenity.patch rename to Ports/perl5/patches/0003-configure-Add-hint-for-serenity.patch diff --git a/Ports/perl5/patches/ReadMe.md b/Ports/perl5/patches/ReadMe.md index a1912b635e..139b1ab3ff 100755 --- a/Ports/perl5/patches/ReadMe.md +++ b/Ports/perl5/patches/ReadMe.md @@ -4,20 +4,11 @@ pp_sys: Avoid redefining `h_errno` - -## `0002-Makefile-Don-t-run-lib-unicore-mktables-with-maketes.patch` - -Makefile: Don't run `lib/unicore/mktables` with -maketest - -This argument causes the interpreter to hang and consume huge amounts -of RAM. - -## `0003-Disable-nanosleep.patch` +## `0002-Disable-nanosleep.patch` Disable nanosleep - -## `0004-configure-Add-hint-for-serenity.patch` +## `0003-configure-Add-hint-for-serenity.patch` configure: Add hint for `serenity`