Subject: CVS commit: pkgsrc/devel/pwlib
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 05/16/2006 15:56:43
Module Name:	pkgsrc
Committed By:	joerg
Date:		Tue May 16 15:56:43 UTC 2006

Modified Files:
	pkgsrc/devel/pwlib: Makefile distinfo
	pkgsrc/devel/pwlib/patches: patch-ae patch-al

Log Message:
Fix up pthread related source:
- PTHREAD_MUTEX_RECURSIVE is POSIX, _NP doesn't exist
- try to link when looking for pthread_mutex_timedlock
- don't hard-code -lpthread

Bump revision, since the generated library changed.


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/devel/pwlib/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/pwlib/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/pwlib/patches/patch-ae
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/pwlib/patches/patch-al

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