View | Details | Raw Unified | Return to bug 32758
Collapse All | Expand All

(-)openldap/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	openldap
8
PORTNAME=	openldap
9
PORTVERSION=	1.2.11
9
PORTVERSION=	1.2.13
10
PORTREVISION=	2
11
CATEGORIES=	net databases
10
CATEGORIES=	net databases
12
MASTER_SITES=	ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
13
		ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
12
		ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
(-)openldap/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886
1
MD5 (openldap-1.2.13.tgz) = 9613c1f8211c058e0b13788355b0e580
(-)openldap/files/patch-ae (-8 lines)
Lines 1-8 Link Here
1
--- clients/ud/Makefile.in.orig	Wed Jan 13 20:02:11 1999
2
+++ clients/ud/Makefile.in	Wed Jul 26 14:24:14 2000
3
@@ -26,4 +26,4 @@
4
 install-local: FORCE
5
 	-$(MKDIR) $(bindir)
6
 	-mv -f $(bindir)/ud $(bindir)/ud-
7
-	$(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
8
+	$(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)
(-)openldap/files/patch-db (-7 / +7 lines)
Lines 1-13 Link Here
1
--- configure.orig	Fri Jun  9 13:16:04 2000
1
--- configure.orig	Wed Dec 12 09:55:07 2001
2
+++ configure	Tue Jul  4 15:59:42 2000
2
+++ configure	Wed Dec 12 10:00:07 2001
3
@@ -6170,14 +6170,14 @@
3
@@ -6194,14 +6194,14 @@
4
   echo $ac_n "(cached) $ac_c" 1>&6
4
   echo $ac_n "(cached) $ac_c" 1>&6
5
 else
5
 else
6
   	ol_LIBS="$LIBS"
6
   	ol_LIBS="$LIBS"
7
-	echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
7
-	echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6
8
-echo "configure:6175: checking for db_open in -ldb" >&5
8
-echo "configure:6199: checking for db_open in -ldb" >&5
9
+	echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6
9
+	echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6
10
+echo "configure:6175: checking for db_open in -ldb2" >&5
10
+echo "configure:6199: checking for db_open in -ldb2" >&5
11
 ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'`
11
 ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'`
12
 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
12
 if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
13
   echo $ac_n "(cached) $ac_c" 1>&6
13
   echo $ac_n "(cached) $ac_c" 1>&6
Lines 16-24 Link Here
16
-LIBS="-ldb  $LIBS"
16
-LIBS="-ldb  $LIBS"
17
+LIBS="-ldb2  $LIBS"
17
+LIBS="-ldb2  $LIBS"
18
 cat > conftest.$ac_ext <<EOF
18
 cat > conftest.$ac_ext <<EOF
19
 #line 6183 "configure"
19
 #line 6207 "configure"
20
 #include "confdefs.h"
20
 #include "confdefs.h"
21
@@ -6205,7 +6205,7 @@
21
@@ -6229,7 +6229,7 @@
22
 fi
22
 fi
23
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
23
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
24
   echo "$ac_t""yes" 1>&6
24
   echo "$ac_t""yes" 1>&6

Return to bug 32758