Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/15/2000 04:12:17
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Aug 15 01:12:17 UTC 2000

Modified Files:
	pkgsrc/textproc/eperl: Makefile
	pkgsrc/textproc/eperl/files: patch-sum
	pkgsrc/textproc/eperl/pkg: PLIST
Added Files:
	pkgsrc/textproc/eperl/patches: patch-ab patch-ac

Log Message:
Make this work and de-install properly with perl5 + perl5-current.

Include code in the Makefile to show how to use the installed .packlist
to dynamically generate a PLIST for this package.  I couldn't use the
solution proposed on tech-pkg since eperl installed some stuff in
${PERL5_SITELIB} under perl-5.00404, but in ${PERL_SITEARCH} under
perl-5.6.0.  I imagine other modules will also show this difficulty
since the Makefile for eperl was generated by ExtUtils::MakeMaker, so I
think the .packlist way is the right thing to do.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/eperl/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/textproc/eperl/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/textproc/eperl/patches/patch-ab \
    pkgsrc/textproc/eperl/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/eperl/pkg/PLIST

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