Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2004 00:01:43
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Dec 19 00:01:43 UTC 2004

Modified Files:
	pkgsrc/devel/p5-SDL: Makefile
	pkgsrc/graphics/p5-GD: Makefile
	pkgsrc/lang/perl5: buildlink3.mk
Added Files:
	pkgsrc/lang/perl5/files: install.tmpl

Log Message:
Create a modifier PERL5_OPTIONS that specifies properties of the perl
installation needed when including perl5/buildlink3.mk.  The only
option currently supported is "threads", which implies that a perl
that supports threads is required.  The requirement is checked at
pre-install time using an INSTALL script template by both the package
build and the binary package.

Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD
since those modules require a perl that supports threads.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/p5-SDL/Makefile
cvs rdiff -r1.24 -r1.25 pkgsrc/graphics/p5-GD/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/lang/perl5/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/files/install.tmpl

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