diff options
author | steve <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
commit | b575453554c0bac53218f51a03418f4d39abfb60 (patch) | |
tree | 1d057c8613b8c10c871325270129a5c5a32bd37f /net/openldap2 | |
parent | ba6a362d735e361328b88b5962714a2194864023 (diff) | |
download | FreeBSD-ports-b575453554c0bac53218f51a03418f4d39abfb60.zip FreeBSD-ports-b575453554c0bac53218f51a03418f4d39abfb60.tar.gz |
Update to version 1.2.10.
PR: 18841
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Diffstat (limited to 'net/openldap2')
-rw-r--r-- | net/openldap2/Makefile | 5 | ||||
-rw-r--r-- | net/openldap2/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index 9a7cf89..cfdaaf6 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -25,10 +25,11 @@ MAINTAINER= ulmo@earthling.net BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -D_THREAD_SAFE" \ LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns +CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support .if exists(/usr/include/tcpd.h) diff --git a/net/openldap2/distinfo b/net/openldap2/distinfo index 680f37b..9bc43a3 100644 --- a/net/openldap2/distinfo +++ b/net/openldap2/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.9.tgz) = d6ef63849c5a5367cfac84f99a0263e2 +MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 |