ports/86682: Powerdns port does not honor openldap version
Ruben Kerkhof
ruben.kerkhof at gmail.com
Wed Sep 28 16:40:14 UTC 2005
>Number: 86682
>Category: ports
>Synopsis: Powerdns port does not honor openldap version
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 28 16:40:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Ruben Kerkhof
>Release: 5.4-SECURITY
>Organization:
>Environment:
FreeBSD wodan.marshallplein.nl 5.4-SECURITY FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
when doing "make configure" in /usr/port/dns/powerdns you have the option to choose openldap23 as a backend. By choosing this option, a Makefile.inc gets created with WITH_LDAP=YES WANT_OPENLDAP_VER?=23 in it. However, when building, the port wants to install openldap22. From /usr/ports/CHANGES: A user (or package building cluster) can select the desired flavour with WANT_OPENLDAP_VER and WANT_OPENLDAP_SASL, but these must not be used in ports Makefiles.
>How-To-Repeat:
Select the openldap23 backend and build the port.
>Fix:
short term fix: "make WANT_OPENLDAP_VER=23 install clean".
long term fix: remove the option from the ncurses menu and state in the Makefile that if you want to build this port with openldap23, you have to add WANT_OPENLDAP_VER=23 on the command line.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list