ports/66105: Removed support for OpenLDAP 2.0

Oliver Eikemeier eikemeier at fillmore-labs.com
Fri Apr 30 09:20:22 UTC 2004


The following reply was made to PR ports/66105; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: Ralf van der Enden <tremere at cainites.net>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/66105: Removed support for OpenLDAP 2.0
Date: Fri, 30 Apr 2004 11:15:55 +0200

 Ralf van der Enden wrote:
 
 > OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS
 > -> Please upgrade to OpenLDAP 2.1 or 2.2
 > 
 >>Fix:
 > 
 > -LDAP_PORT?=	net/openldap20-client
 > +LDAP_PORT?=	net/openldap21-client
 
 be aware of the following:
 
 - LIB_DEPENDS+=	ldap.2:${PORTSDIR}/${LDAP_PORT}
   does not work for OpenLDAP 2.2, since it's soname is libldap.so.202
 
 - I plan to follow OpenLDAP soname conventions,
   renaming the library to libldap-2.2.so.7 in the next release
 
 - You should respect WANT_OPENLDAP_VER, since users might want to
   go from 2.0 directly to 2.2, and you are on the safe site when
   the default is changed in bsd.port.mk
 
 I recommend using USE_OPENLDAP, which does everything automatically
 for you.
 
 Regards
     Oliver



More information about the freebsd-ports-bugs mailing list