From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 02:20:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAA21065672 for ; Wed, 18 Mar 2009 02:20:25 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 26AEE8FC13 for ; Wed, 18 Mar 2009 02:20:24 +0000 (UTC) (envelope-from timur@bat.ru) Received: by fxm11 with SMTP id 11so305011fxm.43 for ; Tue, 17 Mar 2009 19:20:24 -0700 (PDT) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.86.77.5 with SMTP id z5mr272166fga.64.1237342824126; Tue, 17 Mar 2009 19:20:24 -0700 (PDT) In-Reply-To: <1237050781.14400.3.camel@columbus.webtent.org> References: <1237050781.14400.3.camel@columbus.webtent.org> Date: Wed, 18 Mar 2009 03:20:24 +0100 X-Google-Sender-Auth: 8d66415cb1aee447 Message-ID: <7d743c270903171920l7c3d19edi5cdd16dd362c9872@mail.gmail.com> From: "Timur I. Bakeyev" To: robert@webtent.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Subject: Re: Portinstall insists on rebuilding openldap client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 02:20:25 -0000 On Sat, Mar 14, 2009 at 6:12 PM, Robert Fitzpatrick wro= te: > I was trying to install samba and it keeps wanting to build the openldap > client package that I already have installed. I really don't want to > mess with that as it is also supporting other packages for the mail > system. Why would it be wanting to build a package that is already > installed? > > mx1# ls /var/db/pkg | grep ldap > openldap-sasl-client-2.3.43 > Install 'net/samba33'? [yes] > [Gathering depends for net/samba33 ......................................= .......... done] > ---> =A0Installing 'openldap-sasl-client-2.3.43' from a port (net/openlda= p23-client) > ---> =A0Building '/usr/ports/net/openldap23-client' I guess, you are missing: WANT_OPENLDAP_SASL=3Dyes in your /etc/make.conf. Give it a try. With regards, Timur