mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 1.2.11.
PR: 19694 Submitted by: maintainer
This commit is contained in:
parent
274de75e9b
commit
d5511f0046
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30314
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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 <<EOF
|
||||
#line 6126 "configure"
|
||||
#line 6183 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -6148,7 +6148,7 @@
|
||||
@@ -6205,7 +6205,7 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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 <<EOF
|
||||
#line 6126 "configure"
|
||||
#line 6183 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -6148,7 +6148,7 @@
|
||||
@@ -6205,7 +6205,7 @@
|
||||
fi
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openldap-1.2.10.tgz) = d4b904a4da62bbfb2110dfc0cddb6b90
|
||||
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user