Date: Fri, 30 Apr 2004 02:20:21 -0700 (PDT) From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/66105: Removed support for OpenLDAP 2.0 Message-ID: <200404300920.i3U9KLNO068030@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66105; it has been noted by GNATS. From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: Ralf van der Enden <tremere@cainites.net> Cc: FreeBSD-gnats-submit@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404300920.i3U9KLNO068030>