Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2002 08:40:31
Module Name: pkgsrc
Committed By: jlam
Date: Thu Aug 1 05:40:30 UTC 2002
Modified Files:
pkgsrc/mk: pthread.buildlink.mk
Log Message:
Alter the way pkgsrc handles dependencies on pthreads. We now bless the
hard-syscall version of GNU pth as the official pthread replacement
package for those platforms that don't have a native pthread library.
USE_PTHREAD is now deprecated in favor of directly include
pthread.buildlink.mk, but the behaviour may be tweaked by setting
PTHREAD_OPTS to contain any of "native" and "require". More complete
documentation may be found in the first half of this file.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/pthread.buildlink.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.