Subject: CVS commit: pkgsrc/databases/openldap
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/19/2004 14:42:39
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Feb 19 14:42:39 UTC 2004

Modified Files:
	pkgsrc/databases/openldap: Makefile PLIST

Log Message:
If the threads are non-native, then don't build openldap with threads
support.  The slapd built without threads passes all of its test except
for the replication test, which is because slurpd is not built (slurpd
requires threads).  Bump the PKGREVISION.

This is in response to PR 24473.  As a debugging aid in case someone
attempts to really fix the PR, if _OPENLDAP_REQUIRE_THREADS is "yes",
then openldap will forcibly build using GNU pth if native threads
aren't available.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 pkgsrc/databases/openldap/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/openldap/PLIST

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