diff options
-rw-r--r-- | databases/openldap/Makefile | 6 | ||||
-rw-r--r-- | databases/openldap/files/md5 | 4 | ||||
-rw-r--r-- | databases/openldap/files/patch-sum | 4 | ||||
-rw-r--r-- | databases/openldap/patches/patch-aa | 20 |
4 files changed, 7 insertions, 27 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 4066a0c714c..0bb02817ee6 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2000/06/01 11:23:19 rh Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/15 12:54:10 kleink Exp $ # -DISTNAME= openldap-1.2.7 -PKGNAME= openldap-1.2.7p1 -WRKSRC= ${WRKDIR}/ldap +DISTNAME= openldap-1.2.11 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz diff --git a/databases/openldap/files/md5 b/databases/openldap/files/md5 index a0d499ef9d9..700852d577b 100644 --- a/databases/openldap/files/md5 +++ b/databases/openldap/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 1999/09/10 10:41:40 hwr Exp $ +$NetBSD: md5,v 1.7 2000/06/15 12:54:11 kleink Exp $ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 +MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886 diff --git a/databases/openldap/files/patch-sum b/databases/openldap/files/patch-sum index 1b96c6bb2a2..0681f531294 100644 --- a/databases/openldap/files/patch-sum +++ b/databases/openldap/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.4 1999/09/17 06:47:43 simonb Exp $ +$NetBSD: patch-sum,v 1.5 2000/06/15 12:54:12 kleink Exp $ -MD5 (patch-aa) = 47f78026f251bbd5dcd7d40363d939ee +MD5 (patch-aa) = 5bd8aa6c7d04fe193431a707bdf428ca MD5 (patch-ab) = 92550b6ef0e556cba008d38079e8f1e9 diff --git a/databases/openldap/patches/patch-aa b/databases/openldap/patches/patch-aa index d4ea0dd0bfd..b0aa7dba3a4 100644 --- a/databases/openldap/patches/patch-aa +++ b/databases/openldap/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 1999/09/17 06:46:32 simonb Exp $ +$NetBSD: patch-aa,v 1.4 2000/06/15 12:54:12 kleink Exp $ --- configure.orig Thu Aug 26 04:39:37 1999 +++ configure Wed Sep 15 11:47:45 1999 @@ -19,21 +19,3 @@ $NetBSD: patch-aa,v 1.3 1999/09/17 06:46:32 simonb Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log -@@ -7064,6 +7067,7 @@ - if test $ac_cv_header_tcpd_h != yes ; then - have_wrappers=no - else -+if false; then - echo $ac_n "checking for main in -lwrap""... $ac_c" 1>&6 - echo "configure:7069: checking for main in -lwrap" >&5 - ac_lib_var=`echo wrap'_'main | sed 'y%./+-:%__p__%'` -@@ -7099,6 +7103,9 @@ - else - echo "$ac_t""no" 1>&6 - have_wrappers=no -+fi -+else -+ have_wrappers=yes - fi - - fi |