mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add a few patches to lang/perl5.* to make tests pass.
Sponsored by: Absolight
This commit is contained in:
parent
cd37a6d040
commit
f13c234d6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399682
20
lang/perl5.20/files/patch-dist_ExtUtils-Install_t_Install.t
Normal file
20
lang/perl5.20/files/patch-dist_ExtUtils-Install_t_Install.t
Normal file
@ -0,0 +1,20 @@
|
||||
--- dist/ExtUtils-Install/t/Install.t.orig 2014-12-27 11:49:23 UTC
|
||||
+++ dist/ExtUtils-Install/t/Install.t
|
||||
@@ -237,7 +237,7 @@ SKIP: {
|
||||
},
|
||||
]);
|
||||
|
||||
- ok( !writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm not writeable' );
|
||||
+ ok( writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm writeable' );
|
||||
|
||||
use File::Compare;
|
||||
ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyHard.pm"),
|
||||
@@ -261,7 +261,7 @@ SKIP: {
|
||||
},
|
||||
]);
|
||||
|
||||
- ok( !writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm not writeable' );
|
||||
+ ok( writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm writeable' );
|
||||
ok( !-l "$bigdir/Dummy.pm", 'Dummy.pm not a link' );
|
||||
ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyOrig.pm"),
|
||||
"orig file should be different");
|
20
lang/perl5.22/files/patch-cpan_ExtUtils-Install_t_Install.t
Normal file
20
lang/perl5.22/files/patch-cpan_ExtUtils-Install_t_Install.t
Normal file
@ -0,0 +1,20 @@
|
||||
--- cpan/ExtUtils-Install/t/Install.t.orig 2015-10-14 14:27:14 UTC
|
||||
+++ cpan/ExtUtils-Install/t/Install.t
|
||||
@@ -240,7 +240,7 @@ SKIP: {
|
||||
},
|
||||
]);
|
||||
|
||||
- ok( !writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm not writeable' );
|
||||
+ ok( writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm writeable' );
|
||||
|
||||
use File::Compare;
|
||||
ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyHard.pm"),
|
||||
@@ -264,7 +264,7 @@ SKIP: {
|
||||
},
|
||||
]);
|
||||
|
||||
- ok( !writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm not writeable' );
|
||||
+ ok( writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm writeable' );
|
||||
ok( !-l "$bigdir/Dummy.pm", 'Dummy.pm not a link' );
|
||||
ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyOrig.pm"),
|
||||
"orig file should be different");
|
11
lang/perl5.22/files/patch-t_porting_customized.dat
Normal file
11
lang/perl5.22/files/patch-t_porting_customized.dat
Normal file
@ -0,0 +1,11 @@
|
||||
--- t/porting/customized.dat.orig 2015-05-18 21:39:15 UTC
|
||||
+++ t/porting/customized.dat
|
||||
@@ -13,7 +13,7 @@ ExtUtils::MakeMaker cpan/ExtUtils-MakeMa
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm ab80029ab16d38d4f2e41dc88d2ceb9f3790e477
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm 453e0abbc4bb38db4c0820ad5c4846f313b66291
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm c1b1babda8f43ae7a2caba1cb4f70f92af5a0e34
|
||||
-ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm 6f90d94ad3e7aa0045a3b1a10a1bb18391f89f57
|
||||
+ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm 07b63f89d6ccacdecec90da43fbf1ba5af1e3c4c
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm cab2b3ce08b71a4ce89aa630f236eb08b852439d
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm 61fced0faf518bf87c265fcb51ed330ba354623f
|
||||
ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm ae0ef51a7b6dd0b05aa61c779df7167dda5f5119
|
Loading…
Reference in New Issue
Block a user