Bug 66105 - Removed support for OpenLDAP 2.0
Summary: Removed support for OpenLDAP 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 10:00 UTC by Ralf van der Enden
Modified: 2004-04-30 10:20 UTC (History)
0 users

See Also:


Attachments
pdns-2.9.16_3.diff (1.32 KB, patch)
2004-04-30 10:00 UTC, Ralf van der Enden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2004-04-30 10:00:34 UTC
OpenLDAP 2.0 is no longer supported, so also removed from PowerDNS
-> Please upgrade to OpenLDAP 2.1 or 2.2
Comment 1 Oliver Eikemeier 2004-04-30 10:15:55 UTC
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
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2004-04-30 10:16:05 UTC
State Changed
From-To: open->closed

Committed, thanks