pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap-server Add a comment which explains...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6aaa406cf2cf
branches:  trunk
changeset: 546949:6aaa406cf2cf
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 10 09:51:04 2008 +0000

description:
Add a comment which explains why we use the "db46" package under
certain versions of NetBSD.

diffstat:

 databases/openldap-server/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 80f9927250bf -r 6aaa406cf2cf databases/openldap-server/options.mk
--- a/databases/openldap-server/options.mk      Wed Sep 10 09:35:01 2008 +0000
+++ b/databases/openldap-server/options.mk      Wed Sep 10 09:51:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2008/09/09 22:25:02 tron Exp $
+# $NetBSD: options.mk,v 1.7 2008/09/10 09:51:04 tron Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openldap-server
 PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 smbk5pwd
@@ -19,6 +19,9 @@
 .  if !empty(MACHINE_PLATFORM:MNetBSD-[0-4].*-*) && \
       empty(MACHINE_PLATFORM:MNetBSD-4.99.*-*)
 .    include "../../databases/db46/buildlink3.mk"
+# "slapd" locks up when used with Berkley DB 4.7.x on a NetBSD system which
+# uses SA based POSIX threads. We therefore use the "db46" package with
+# version 4.6.x of Berkley DB. Please look at PR pkg/39500 for more details.
 BDB_TYPE=      db46
 .  else
 BDB_ACCEPTED=          db4 # db3?



Home | Main Index | Thread Index | Old Index