Date: Sun, 16 Jun 2002 05:28:02 -0700 (PDT) From: Anton Berezin <tobez@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-plist ports/lang/perl5/files patch-Install.pm use.perl Message-ID: <200206161228.g5GCS2543085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tobez 2002/06/16 05:28:02 PDT
Modified files:
lang/perl5 Makefile pkg-plist
lang/perl5/files use.perl
Added files:
lang/perl5/files patch-Install.pm
Log:
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 <dan@dan.emsphone.com> (item 1)
Revision Changes Path
1.45 +1 -1 ports/lang/perl5/Makefile
1.1 +13 -0 ports/lang/perl5/files/patch-Install.pm (new)
1.4 +28 -2 ports/lang/perl5/files/use.perl
1.26 +82 -2 ports/lang/perl5/pkg-plist
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206161228.g5GCS2543085>
