git: 070450648bd7 - main - games/frozen-bubble: fix build with Perl 5.38+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 13:32:41 UTC
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=070450648bd76fe5c9e750dcb814e56b666a7b9a
commit 070450648bd76fe5c9e750dcb814e56b666a7b9a
Author: Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2025-05-03 13:27:58 +0000
Commit: Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2025-05-03 13:31:31 +0000
games/frozen-bubble: fix build with Perl 5.38+
PR: 286309
---
games/frozen-bubble/files/patch-inc_My_Builder.pm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/games/frozen-bubble/files/patch-inc_My_Builder.pm b/games/frozen-bubble/files/patch-inc_My_Builder.pm
new file mode 100644
index 000000000000..4c3aeb4eda2b
--- /dev/null
+++ b/games/frozen-bubble/files/patch-inc_My_Builder.pm
@@ -0,0 +1,11 @@
+--- inc/My/Builder.pm.orig 2025-05-03 13:20:23 UTC
++++ inc/My/Builder.pm
+@@ -8,7 +8,7 @@ use IO::File qw();
+ use File::Slurp qw(read_file write_file);
+ use File::Spec::Functions qw(catdir catfile rootdir);
+ use IO::File qw();
+-use Module::Build '0.36' => qw();
++use Module::Build qw();
+ use autodie qw(:all move read_file write_file);
+ use parent 'Module::Build';
+ use Locale::Maketext::Extract;