From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 08:58:35 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 497091065685 for ; Wed, 18 Jun 2008 08:58:35 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 962A88FC23 for ; Wed, 18 Jun 2008 08:58:34 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [192.168.0.23] (igw.irbisnet.ru [194.186.18.4]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m5I8lIpO016102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Jun 2008 12:47:19 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <4858CB93.80606@gmail.com> Date: Wed, 18 Jun 2008 12:47:15 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Gaye Abdoulaye Walsimou References: <4858C47F.20705@walsimou.com> In-Reply-To: <4858C47F.20705@walsimou.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: why some ports still use openldap-client23? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 08:58:35 -0000 Gaye Abdoulaye Walsimou wrote: > Hello list, > I'm just wondering why some ports are still using openldap-client23 (i.e > pam_ldap nss_ldap) instead of openldap-client24 ? > Is there any valid entry in make.conf to have openldap-client24 instead > of openldap-client23? > Thanks > Regards 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. HTH, Yuri