Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2008 21:30:19 +1000
From:      John Marshall <john.marshall@riverwillow.com.au>
To:        "ports@freebsd.org" <ports@freebsd.org>
Subject:   Re: why some ports still use openldap-client23?
Message-ID:  <20080619113019.GC14401@ctipc01.mby.riverwillow.net.au>
In-Reply-To: <4858D707.5090800@walsimou.com>
References:  <4858C47F.20705@walsimou.com> <4858CB93.80606@gmail.com> <4858D707.5090800@walsimou.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Jun 2008, 11:36 +0200, Gaye Abdoulaye Walsimou wrote:
> Yuri Pankov a ?crit :
> >
> >While WANT_* variables are restricted to usage inside ports framework 
> >(quoting bsd.port.mk), the only way that I've found to force 
> >openldap-client24 is WANT_OPENLDAP_VER=24.
> >
> Yes it works, I will use it until all ports use openldap-client24.
> Thanks

The documentataion in /usr/ports/Mk/bsd.port.mk explains why ports which
specify USE_OPENLDAP keep wanting OpenLDAP 2.3 - unless you specify 2.4

# USE_OPENLDAP
    If set, this port uses the OpenLDAP libraries.
    Implies: WANT_OPENLDAP_VER?=23

# WANT_OPENLDAP_VER
    Legal values are: 22, 23, 24
    If set to an unkown value, the port is marked BROKEN.

# WANT_OPENLDAP_SASL
    If set, the system should use OpenLDAP libraries
    with SASL support.

-- 
John Marshall



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080619113019.GC14401>