Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/24/2005 02:33:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Mar 24 02:33:08 UTC 2005

Modified Files:
	pkgsrc/lang/perl5: Makefile
	pkgsrc/lang/perl58: Makefile

Log Message:
Perl's Configure needs to be restricted from finding libraries that
we don't want it to find.  The usual buildlink techniques don't work
here since the Configure script uses a file existence test instead of
a linker test to see if the library exists.  For each operating system
that we support in pkgsrc, there should be corresponding
LIBSWANTED.${OPSYS} and SYSLIBPATH.${OPSYS} definitions in the Perl
package Makefiles to ensure we only get what we ask for.

In this particular case, add the appropriate definitions for OpenBSD
so that we don't pick up random libraries that may also be installed
on the system.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.76 -r1.77 pkgsrc/lang/perl58/Makefile

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