From 5596d333922cde4af97af5ffdcb6af3eae01e4ab Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Sun, 16 Jun 2002 12:28:01 +0000 Subject: 1. Do not do rm -rf as a mean to deinstall this port. Instead, apart from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson (item 1) --- lang/perl5/files/patch-Install.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/perl5/files/patch-Install.pm (limited to 'lang/perl5/files/patch-Install.pm') diff --git a/lang/perl5/files/patch-Install.pm b/lang/perl5/files/patch-Install.pm new file mode 100644 index 000000000000..06bef472a7cf --- /dev/null +++ b/lang/perl5/files/patch-Install.pm @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- lib/ExtUtils/Install.pm.orig Sun Jun 16 13:36:29 2002 ++++ lib/ExtUtils/Install.pm Sun Jun 16 13:36:50 2002 +@@ -156,7 +156,7 @@ + } else { + inc_uninstall($_,$File::Find::dir,$verbose,0); # nonono set to 0 + } +- $packlist->{$origfile}++; ++ $packlist->{$targetfile}++; + + }, "."); + chdir($cwd) or Carp::croak("Couldn't chdir to $cwd: $!"); -- cgit v1.2.3