pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5/patches File::Copy is used for the case lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d087512cd8ae
branches:  trunk
changeset: 635500:d087512cd8ae
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 07 11:58:39 2014 +0000

description:
File::Copy is used for the case link() is not usable.
Fixes installation on Haiku with BeFS.

diffstat:

 lang/perl5/patches/patch-install__lib.pl |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r ed5754b90dd8 -r d087512cd8ae lang/perl5/patches/patch-install__lib.pl
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl5/patches/patch-install__lib.pl  Sat Jun 07 11:58:39 2014 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-install__lib.pl,v 1.1 2014/06/07 11:58:39 obache Exp $
+
+* File::Copy is used for the case link() is not usable.
+
+--- install_lib.pl.orig        2014-06-07 09:51:07.000000000 +0000
++++ install_lib.pl
+@@ -8,6 +8,7 @@ use vars qw($Is_VMS $Is_W32 $Is_OS2 $Is_
+           %opts $packlist);
+ use subs qw(unlink link chmod);
+ require File::Path;
++require File::Copy;
+ 
+ BEGIN {
+     require Config;



Home | Main Index | Thread Index | Old Index