summaryrefslogtreecommitdiff
path: root/databases/openldap-client
diff options
context:
space:
mode:
authoradam <adam>2012-03-13 19:57:10 +0000
committeradam <adam>2012-03-13 19:57:10 +0000
commit4c90e7a6e5b827dec59b88050b88459ac400a960 (patch)
tree6e44c3ee639266910a69bcebef18344f08a45b22 /databases/openldap-client
parent5def9487289bed5a2c60fa504cb0809bea1bccd3 (diff)
downloadpkgsrc-4c90e7a6e5b827dec59b88050b88459ac400a960.tar.gz
Changes 2.4.30:
Fixed libldap socket polling for writes Fixed liblutil string modifications Fixed slapd crash when attrsOnly is true Fixed slapd syncrepl delete handling Fixed slapd-mdb slapadd with -q Fixed slapd-mdb slapadd with -w Fixed slapd-mdb slapindex with -q and -t Fixed slapo-pcache time-to-refesh handling Fixed slapo-syncprov loop detection Build Environment Fixed POSIX make support Fixed slapd-mdb build on POSIX Documentation Added option "-o" to ldap*(1) pages Fixed ldap*(1) page cleanup Fixed ldap_modify(3) prototypes
Diffstat (limited to 'databases/openldap-client')
-rw-r--r--databases/openldap-client/Makefile8
-rw-r--r--databases/openldap-client/PLIST6
-rw-r--r--databases/openldap-client/buildlink3.mk4
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/openldap-client/Makefile b/databases/openldap-client/Makefile
index f9417e64477..051550a31a3 100644
--- a/databases/openldap-client/Makefile
+++ b/databases/openldap-client/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/07/19 21:08:42 ghen Exp $
+# $NetBSD: Makefile,v 1.11 2012/03/13 19:57:11 adam Exp $
-PKGNAME= ${DISTNAME:S/-/-client-/}
-COMMENT= Lightweight Directory Access Protocol libraries and client programs
+PKGNAME= ${DISTNAME:S/-/-client-/}
+COMMENT= Lightweight Directory Access Protocol libraries and client programs
CONFLICTS+= openldap<2.3.23nb1
@@ -10,9 +10,7 @@ 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
diff --git a/databases/openldap-client/PLIST b/databases/openldap-client/PLIST
index d1c44658fc7..388e3dc76c8 100644
--- a/databases/openldap-client/PLIST
+++ b/databases/openldap-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2011/03/17 14:09:21 drochner Exp $
+@comment $NetBSD: PLIST,v 1.10 2012/03/13 19:57:11 adam Exp $
bin/ldapadd
bin/ldapcompare
bin/ldapdelete
@@ -16,6 +16,7 @@ include/ldap_cdefs.h
include/ldap_features.h
include/ldap_schema.h
include/ldap_utf8.h
+include/ldif.h
include/slapi-plugin.h
lib/liblber.la
lib/libldap.la
@@ -109,6 +110,7 @@ man/man3/ldap_dn2ad_canonical.3
man/man3/ldap_dn2dcedn.3
man/man3/ldap_dn2str.3
man/man3/ldap_dn2ufn.3
+man/man3/ldap_dnfree.3
man/man3/ldap_dup.3
man/man3/ldap_err2string.3
man/man3/ldap_errlist.3
@@ -220,6 +222,7 @@ man/man5/slapd-hdb.5
man/man5/slapd-ldap.5
man/man5/slapd-ldbm.5
man/man5/slapd-ldif.5
+man/man5/slapd-mdb.5
man/man5/slapd-meta.5
man/man5/slapd-monitor.5
man/man5/slapd-ndb.5
@@ -250,6 +253,7 @@ man/man5/slapo-ppolicy.5
man/man5/slapo-refint.5
man/man5/slapo-retcode.5
man/man5/slapo-rwm.5
+man/man5/slapo-sock.5
man/man5/slapo-sssvlv.5
man/man5/slapo-syncprov.5
man/man5/slapo-translucent.5
diff --git a/databases/openldap-client/buildlink3.mk b/databases/openldap-client/buildlink3.mk
index 16a4abd02f2..7ceeef042c1 100644
--- a/databases/openldap-client/buildlink3.mk
+++ b/databases/openldap-client/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2010/01/17 12:02:09 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2012/03/13 19:57:11 adam Exp $
.include "../../mk/bsd.fast.prefs.mk"
@@ -8,7 +8,7 @@ BUILDLINK_TREE+= openldap-client
OPENLDAP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.openldap-client+= openldap-client>=2.4.6
-BUILDLINK_ABI_DEPENDS.openldap-client?= openldap-client>=2.4.19
+BUILDLINK_ABI_DEPENDS.openldap-client+= openldap-client>=2.4.19
BUILDLINK_PKGSRCDIR.openldap-client?= ../../databases/openldap-client
# Export the deprecated API from the openldap-2.2.x releases.