Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/27/2003 21:57:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue May 27 21:57:26 UTC 2003

Modified Files:
	pkgsrc/lang/perl5: Makefile PLIST distinfo
	pkgsrc/lang/perl5/patches: patch-aa patch-ag
	pkgsrc/lang/perl58: Makefile PLIST distinfo
Added Files:
	pkgsrc/lang/perl5/patches: patch-al patch-am
	pkgsrc/lang/perl58/patches: patch-aa
Removed Files:
	pkgsrc/lang/perl5: MESSAGE

Log Message:
Modify lang/perl5 and lang/perl58 to install man3 pages again.  However,
we install them into a private directory under the the normal Perl
installation and configure Perl so that site-specific Perl man3 pages
are installed into a private directory within site_perl.  This avoids
manpage conflicts between 3rd-party modules, the standard Perl library,
and other packages.

The changes implement some unfinished work that is alluded to in the
MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set
during the configuration process and are used to provide default values
for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process.

Bump PKGREVISIONs for lang/perl5 and lang/perl58.


To generate a diff of this commit:
cvs rdiff -r1.2 -r0 pkgsrc/lang/perl5/MESSAGE
cvs rdiff -r1.63 -r1.64 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/perl5/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/perl5/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/lang/perl5/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/perl5/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/patches/patch-al \
    pkgsrc/lang/perl5/patches/patch-am
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/perl58/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/perl58/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/perl58/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl58/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.