ports/66105: Removed support for OpenLDAP 2.0

Ralf van der Enden tremere at cainites.net
Fri Apr 30 09:00:35 UTC 2004


>Number:         66105
>Category:       ports
>Synopsis:       Removed support for OpenLDAP 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 02:00:34 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Fri Apr 16 09:13:32 CEST 2004 root at lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS
-> Please upgrade to OpenLDAP 2.1 or 2.2
>How-To-Repeat:
	
>Fix:

	

--- pdns-2.9.16_3.diff begins here ---
diff -ruN powerdns.org/Makefile powerdns/Makefile
--- powerdns/Makefile	Fri Apr 30 10:39:56 2004
+++ powerdns/Makefile	Fri Apr 30 10:42:57 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	powerdns
 PORTVERSION=	2.9.16
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${PORTVERSION}
@@ -63,7 +63,7 @@
 .if defined(WITH_LDAP)
 LIB_DEPENDS+=	ldap.2:${PORTSDIR}/${LDAP_PORT}
 LIB_DEPENDS+=	lber.2:${PORTSDIR}/${LDAP_PORT}
-LDAP_PORT?=	net/openldap20-client
+LDAP_PORT?=	net/openldap21-client
 USE_LIBTOOL_VER=	13
 INSTALLS_SHLIB=	YES
 USE_GCC=3.2
diff -ruN powerdns.org/files/configure.powerdns powerdns/files/configure.powerdns
--- powerdns.org/files/configure.powerdns	Fri Apr 30 10:39:56 2004
+++ powerdns/files/configure.powerdns	Fri Apr 30 10:43:38 2004
@@ -16,7 +16,6 @@
 MySQL323	"MySQL 3.23 driver" OFF \
 MySQL40		"MySQL 4.0 driver" OFF \
 MySQL41		"MySQL 4.1 driver" OFF \
-OpenLDAP20	"OpenLDAP 2.0 backend" OFF \
 OpenLDAP21	"OpenLDAP 2.1 backend" OFF \
 OpenLDAP22	"OpenLDAP 2.2 backend" OFF \
 SQLite		"SQLite backend" OFF \
@@ -59,10 +58,6 @@
 		\"MySQL41\")
 			echo WITH_MYSQL_DRIVER=YES
 			echo MYSQL_PORT?=databases/mysql41-client
-			;;
-		\"OpenLDAP20\")
-			echo WITH_LDAP=YES
-			echo LDAP_PORT?=net/openldap20-client
 			;;
 		\"OpenLDAP21\")
 			echo WITH_LDAP=YES
--- pdns-2.9.16_3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list