Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 07/09/2001 20:10:28
Module Name:	pkgsrc
Committed By:	tv
Date:		Mon Jul  9 17:10:28 UTC 2001

Modified Files:
	pkgsrc/lang/perl5: Makefile
	pkgsrc/lang/perl5-base: Makefile distinfo
	pkgsrc/lang/perl5-base/patches: patch-ab
	pkgsrc/lang/perl5-base/pkg: PLIST
	pkgsrc/mk: bsd.pkg.mk
Added Files:
	pkgsrc/lang/perl5-base/pkg: MESSAGE
Removed Files:
	pkgsrc/pkgtools/perl-mk: Makefile
	pkgsrc/pkgtools/perl-mk/pkg: DEINSTALL DESCR INSTALL PLIST

Log Message:
* Make perl stop installing anything in the man3 directory.  It's starting
  to install things like "open.3" and "lib.3" which confuse users.  Perl
  ships with a documentation tool, "perldoc", for this purpose; create a
  MESSAGE indicating that it should be used instead.  (Perl still installs
  command line program manual pages in man1.)

* Integrate bsd.perl.mk into the perl5-base build where it should have been
  from the beginning.  The separate perl-mk pkg makes binary packages of
  perl-mk completely useless[*].  Older perl builders will not break, since
  <bsd.pkg.mk> contains fallback definitions that are evaluated at pkg
  build time.

=====

[*] bsd.perl.mk is tightly bound to the version of perl that is installed.
    The version name "perl-mk-1.1" is completely useless as a binary pkg,
    since keeping multiple binary versions of perl on a FTP server means
    that one of the perl-mk's will get clobbered.

    However, putting the current pkgsrc PERL5_DIST_VERS in the perl-mk pkg
    is also a problem, because that doesn't necessarily reflect the
    installed version of perl.  Snarfing the installed version at perl-mk
    build time would be even uglier, since you could not then walk the tree
    without perl being installed.

    The cleanest solution is to integrate bsd.perl.mk into the perl5-base
    pkg, and let those who have not upgraded perl yet use the runtime
    definitions in <bsd.pkg.mk>.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/perl5-base/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/perl5-base/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/perl5-base/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5-base/pkg/MESSAGE
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/perl5-base/pkg/PLIST
cvs rdiff -r1.782 -r1.783 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.3 -r0 pkgsrc/pkgtools/perl-mk/Makefile
cvs rdiff -r1.1 -r0 pkgsrc/pkgtools/perl-mk/pkg/DEINSTALL \
    pkgsrc/pkgtools/perl-mk/pkg/INSTALL
cvs rdiff -r1.1.1.1 -r0 pkgsrc/pkgtools/perl-mk/pkg/DESCR
cvs rdiff -r1.2 -r0 pkgsrc/pkgtools/perl-mk/pkg/PLIST

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