From d5511f0046fd58b76a7906e956d15c4bb57baf9b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 7 Jul 2000 18:30:21 +0000 Subject: Update to version 1.2.11. PR: 19694 Submitted by: maintainer --- net/openldap/Makefile | 5 +++-- net/openldap/distinfo | 2 +- net/openldap/files/patch-db | 14 +++++++------- net/openldap/pkg-plist | 2 -- net/openldap12/Makefile | 5 +++-- net/openldap12/distinfo | 2 +- net/openldap12/files/patch-db | 14 +++++++------- net/openldap12/pkg-plist | 2 -- net/openldap2/Makefile | 5 +++-- net/openldap2/distinfo | 2 +- net/openldap2/pkg-plist | 2 -- net/openldap20-server/Makefile | 5 +++-- net/openldap20-server/distinfo | 2 +- net/openldap20-server/pkg-plist | 2 -- net/openldap20/Makefile | 5 +++-- net/openldap20/distinfo | 2 +- net/openldap20/pkg-plist | 2 -- net/openldap21-server/Makefile | 5 +++-- net/openldap21-server/distinfo | 2 +- net/openldap21-server/pkg-plist | 2 -- net/openldap21/Makefile | 5 +++-- net/openldap21/distinfo | 2 +- net/openldap21/pkg-plist | 2 -- net/openldap22-server/Makefile | 5 +++-- net/openldap22-server/distinfo | 2 +- net/openldap22-server/pkg-plist | 2 -- net/openldap22/Makefile | 5 +++-- net/openldap22/distinfo | 2 +- net/openldap22/pkg-plist | 2 -- net/openldap23-server/Makefile | 5 +++-- net/openldap23-server/distinfo | 2 +- net/openldap23-server/pkg-plist | 2 -- net/openldap24-server/Makefile | 5 +++-- net/openldap24-server/distinfo | 2 +- net/openldap24-server/pkg-plist | 2 -- 35 files changed, 58 insertions(+), 69 deletions(-) (limited to 'net') diff --git a/net/openldap/Makefile b/net/openldap/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap/Makefile +++ b/net/openldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap/distinfo b/net/openldap/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap/distinfo +++ b/net/openldap/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap/files/patch-db b/net/openldap/files/patch-db index c04351bcc06c..9acf8388246d 100644 --- a/net/openldap/files/patch-db +++ b/net/openldap/files/patch-db @@ -1,13 +1,13 @@ ---- configure~ Fri Mar 10 22:18:23 2000 -+++ configure Thu May 25 23:48:13 2000 -@@ -6113,14 +6113,14 @@ +--- configure.orig Fri Jun 9 13:16:04 2000 ++++ configure Tue Jul 4 15:59:42 2000 +@@ -6170,14 +6170,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ol_LIBS="$LIBS" - echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6 --echo "configure:6118: checking for db_open in -ldb" >&5 +-echo "configure:6175: checking for db_open in -ldb" >&5 + echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6 -+echo "configure:6118: checking for db_open in -ldb2" >&5 ++echo "configure:6175: checking for db_open in -ldb2" >&5 ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'` if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,9 +16,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb2 $LIBS" cat > conftest.$ac_ext <&6 diff --git a/net/openldap/pkg-plist b/net/openldap/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap/pkg-plist +++ b/net/openldap/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap12/distinfo b/net/openldap12/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap12/distinfo +++ b/net/openldap12/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap12/files/patch-db b/net/openldap12/files/patch-db index c04351bcc06c..9acf8388246d 100644 --- a/net/openldap12/files/patch-db +++ b/net/openldap12/files/patch-db @@ -1,13 +1,13 @@ ---- configure~ Fri Mar 10 22:18:23 2000 -+++ configure Thu May 25 23:48:13 2000 -@@ -6113,14 +6113,14 @@ +--- configure.orig Fri Jun 9 13:16:04 2000 ++++ configure Tue Jul 4 15:59:42 2000 +@@ -6170,14 +6170,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ol_LIBS="$LIBS" - echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6 --echo "configure:6118: checking for db_open in -ldb" >&5 +-echo "configure:6175: checking for db_open in -ldb" >&5 + echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6 -+echo "configure:6118: checking for db_open in -ldb2" >&5 ++echo "configure:6175: checking for db_open in -ldb2" >&5 ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'` if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,9 +16,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb2 $LIBS" cat > conftest.$ac_ext <&6 diff --git a/net/openldap12/pkg-plist b/net/openldap12/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap12/pkg-plist +++ b/net/openldap12/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap2/distinfo b/net/openldap2/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap2/distinfo +++ b/net/openldap2/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap2/pkg-plist b/net/openldap2/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap2/pkg-plist +++ b/net/openldap2/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap20-server/distinfo b/net/openldap20-server/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap20-server/distinfo +++ b/net/openldap20-server/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap20-server/pkg-plist b/net/openldap20-server/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap20-server/pkg-plist +++ b/net/openldap20-server/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap20/distinfo b/net/openldap20/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap20/distinfo +++ b/net/openldap20/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap20/pkg-plist b/net/openldap20/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap20/pkg-plist +++ b/net/openldap20/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap21-server/Makefile +++ b/net/openldap21-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap21-server/distinfo b/net/openldap21-server/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap21-server/distinfo +++ b/net/openldap21-server/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap21-server/pkg-plist b/net/openldap21-server/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap21-server/pkg-plist +++ b/net/openldap21-server/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap21/Makefile +++ b/net/openldap21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap21/distinfo b/net/openldap21/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap21/distinfo +++ b/net/openldap21/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap21/pkg-plist b/net/openldap21/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap21/pkg-plist +++ b/net/openldap21/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap22-server/distinfo b/net/openldap22-server/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap22-server/distinfo +++ b/net/openldap22-server/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap22-server/pkg-plist b/net/openldap22-server/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap22-server/pkg-plist +++ b/net/openldap22-server/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap22/distinfo b/net/openldap22/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap22/distinfo +++ b/net/openldap22/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap22/pkg-plist b/net/openldap22/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap22/pkg-plist +++ b/net/openldap22/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap23-server/distinfo b/net/openldap23-server/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap23-server/distinfo +++ b/net/openldap23-server/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap23-server/pkg-plist b/net/openldap23-server/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap23-server/pkg-plist +++ b/net/openldap23-server/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index cfdaaf693a2e..dbf440189c95 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= ulmo@earthling.net +MAINTAINER= lodea@vet.com.au .if defined(WITH_DB2) BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db/ @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns # Include tcp-wrapper support diff --git a/net/openldap24-server/distinfo b/net/openldap24-server/distinfo index 9bc43a3d2656..bb58893239f9 100644 --- a/net/openldap24-server/distinfo +++ b/net/openldap24-server/distinfo @@ -1 +1 @@ -MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist index d9bc0beec35f..78121f33f4be 100644 --- a/net/openldap24-server/pkg-plist +++ b/net/openldap24-server/pkg-plist @@ -18,11 +18,9 @@ include/ldap.h include/ldap_cdefs.h include/srchpref.h lib/liblber.a -lib/liblber.la lib/liblber.so lib/liblber.so.1 lib/libldap.a -lib/libldap.la lib/libldap.so lib/libldap.so.1 libexec/fax500 -- cgit v1.2.3