From owner-freebsd-ports@FreeBSD.ORG Sat Sep 25 03:53:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584DA16A4CE for ; Sat, 25 Sep 2004 03:53:34 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33BDA43D1F for ; Sat, 25 Sep 2004 03:53:34 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id B27B4F1A56; Fri, 24 Sep 2004 20:53:33 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12222-05; Fri, 24 Sep 2004 20:53:32 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id A35CBF18BB; Fri, 24 Sep 2004 20:53:32 -0700 (PDT) From: Sean McNeil To: Matthew Seaman In-Reply-To: <20040919092252.GA51161@happy-idiot-talk.infracaninophile.co.uk> References: <1095536251.2198.1.camel@server.mcneil.com> <20040919092252.GA51161@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain Message-Id: <1096084412.35928.0.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 24 Sep 2004 20:53:32 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-ports@freebsd.org Subject: Re: openldap port with sasl and dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 03:53:34 -0000 On Sun, 2004-09-19 at 02:22, Matthew Seaman wrote: > On Sat, Sep 18, 2004 at 12:37:32PM -0700, Sean McNeil wrote: > > I always get dependency errors that force me to run pkgdb -F whenever I > > upgrade something that depends on openldap. My version is installed as > > openldap-sasl-client-2.2.15 yet everything depends on > > openldap-client-2.2.15. How can I resolve this issue? > > Put: > > WANT_OPENLDAP_SASL?= yes > > into your /etc/make.conf. Anything you update that used to depend on > openldap-client should automatically depend on openldap-sasl-client > after that change. > > Cheers, > > Matthew Thanks Matthew, This is working perfectly for me. No more dependency problems. Sean