support, reported via PR pkg/37745 ). OpenLDAP 2.4.x brings a lot of new features, including multi-master support, dynamic configuration and schema changes, automatic reverse group membership, significant performance improvements, etc. One of the most noticeable changes for administrators though is the removal if the slurpd daemon (in favour of the sync replication mechanism). Users of slurpd replication should migrate to sync replication before upgrading to OpenLDAP 2.4.x.
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/01/13 17:15:17 ghen Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-/}
|
|
COMMENT= Lightweight Directory Access Protocol libraries and client programs
|
|
|
|
CONFLICTS+= openldap<2.3.23nb1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --disable-slapd
|
|
|
|
#BUILD_DIRS= include libraries clients
|
|
|
|
MAKE_DIRS= ${OPENLDAP_ETCDIR}
|
|
|
|
BUILD_DEFS+= OPENLDAP_ETCDIR
|
|
|
|
CNFS= ldap.conf
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../databases/openldap/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|