summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile
diff options
context:
space:
mode:
authortron <tron>2001-10-25 16:15:44 +0000
committertron <tron>2001-10-25 16:15:44 +0000
commit5319fdf3a710de0715b458f7fbacad39cb86ef76 (patch)
treef499eee3647db717fd60ec796c5b12baaca3f079 /databases/openldap/Makefile
parent1fdb947e7617b6ef6fd5b4a8c70e3d5ec8be99ce (diff)
downloadpkgsrc-5319fdf3a710de0715b458f7fbacad39cb86ef76.tar.gz
Update "openldap" package to version 2.0.17. Major changes since version
1.2.13: - LDAPv3 support + RFC 2251-2256 + Language Tags (RFC 2596) + SASL (RFC2829) + TLS (RFC2830) and SSL (ldaps://) + named references + DNS SRV location - IPv6 support - LDAP over IPC support - Updated C API - LDIFv1 (RFC2849) - Enhanced Standalone LDAP Server: + Updated Access Control System + Thread Pooling + DNS SRV referral backend (experimental) + LDAP backend (experimental) + SQL backend (experimental) + Better tools This fixes PR pkg/14339 by Hauke Fath.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r--databases/openldap/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index c6438e48d45..12619ce2099 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2001/10/18 15:20:07 veego Exp $
-#
+# $NetBSD: Makefile,v 1.28 2001/10/25 16:15:44 tron Exp $
-DISTNAME= openldap-1.2.13
+DISTNAME= openldap-2.0.17
SVR4_PKGNAME= oldap
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
@@ -39,8 +38,7 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2
LIBS= -ldb2 -lpthread -lrt
.endif
-PLIST_SRC= ${PKGDIR}/PLIST.common
-PLIST_SRC+= ${PKGDIR}/PLIST.${LOWER_OPSYS}
+PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS}
post-configure:
${ECHO} "SLAPD_LIBS = " >> ${WRKSRC}/servers/slapd/tools/Makefile