Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/29/2005 17:54:45
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Dec 29 17:54:45 UTC 2005

Modified Files:
	pkgsrc/lang/perl5: Makefile distinfo
	pkgsrc/lang/perl5/patches: patch-ca

Log Message:
Perl has no dependencies, so force patch the Configure script to make
library searches to start in the system directories instead of in the
pkgsrc-controlled directories.  This change is in the same spirit as
the one that caused the PKGREVISION bump to 6, but is more likely to
work on IRIX where plibpth needs to be set from the Configure script.
This time, we patch the Configure script instead of setting libpth in
the hints file because we depend on the values of variables which are
defined after the hints file is sourced by the Configure script.

XXX This breaks building perl on a platform that has native pthreads
XXX with PREFER_NATIVE_PTHREADS=no, but that's not really worthwhile
XXX to fix.


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.30 -r1.31 pkgsrc/lang/perl5/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/perl5/patches/patch-ca

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