svn commit: r399682 - in head/lang: perl5.20/files perl5.22/files

Mathieu Arnold mat at FreeBSD.org
Mon Oct 19 14:17:07 UTC 2015


Author: mat
Date: Mon Oct 19 14:17:05 2015
New Revision: 399682
URL: https://svnweb.freebsd.org/changeset/ports/399682

Log:
  Add a few patches to lang/perl5.* to make tests pass.
  
  Sponsored by:	Absolight

Added:
  head/lang/perl5.20/files/patch-dist_ExtUtils-Install_t_Install.t   (contents, props changed)
  head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_t_Install.t   (contents, props changed)
  head/lang/perl5.22/files/patch-t_porting_customized.dat   (contents, props changed)

Added: head/lang/perl5.20/files/patch-dist_ExtUtils-Install_t_Install.t
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/perl5.20/files/patch-dist_ExtUtils-Install_t_Install.t	Mon Oct 19 14:17:05 2015	(r399682)
@@ -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");

Added: head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_t_Install.t
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/perl5.22/files/patch-cpan_ExtUtils-Install_t_Install.t	Mon Oct 19 14:17:05 2015	(r399682)
@@ -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");

Added: head/lang/perl5.22/files/patch-t_porting_customized.dat
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/perl5.22/files/patch-t_porting_customized.dat	Mon Oct 19 14:17:05 2015	(r399682)
@@ -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


More information about the svn-ports-all mailing list