Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 05/07/2003 19:36:03
Module Name:	pkgsrc
Committed By:	drochner
Date:		Wed May  7 19:36:02 UTC 2003

Modified Files:
	pkgsrc/lang/python21-pth: Makefile
	pkgsrc/lang/python22-pth: Makefile

Log Message:
Join the "pthread.buildlink2.mk" game.
So we get native threads on -current in the default case.
The stacksize bug is still annoying. To survive the selftests, we'd
have to limit the recursion depth to 13. But then, people trying the
first recursive function would be disappointed if they can't even
calculate fac(15)...
Otoh, add-ons like py-gtk and py-wxwindows pull in dynamic libraries
which require libpthread, so we have to cope with it somehow.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/python21-pth/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/python22-pth/Makefile

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