From owner-freebsd-ports@FreeBSD.ORG Mon Jun 6 13:21:49 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99CD41065675 for ; Mon, 6 Jun 2011 13:21:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2398FC13 for ; Mon, 6 Jun 2011 13:21:48 +0000 (UTC) Received: by bwz12 with SMTP id 12so5011373bwz.13 for ; Mon, 06 Jun 2011 06:21:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Y4xQ8BTbQRx+gAVSZTJWJZFaBDpSDRE0jLg2ZIwXfzI=; b=WJZSVY9E5neAaaas0pmbDLNwxU1dvXEeU6fun9xpAkYSafLJskdnwk6EOSZrPubt4+ tUUo+sGcUQWknrp2LoCsdUVvFe9UAc9IqYRhAwG8yvKC7Yozt0nO81ogDRvcQczjLqGi kEvR9lPcgt1WGDUnaTDwvER2E/nicJdEJHMNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rbPSMocGoeW8FN05IQHONUZgU5lzmVW24mHXCVp1/w733ShwLphWasNwY/pG3Vf6Tp LJSivH+6r5Iqg6sxR+VQrxPOXrmVgxA8KoZ57F/YxzK372XTfGNzWCP3huAvbzNy0vWF TVt2am5fDXQ7ZrE/4yQO7SmwxdAUjjr+5fp1o= MIME-Version: 1.0 Received: by 10.204.181.7 with SMTP id bw7mr4805096bkb.16.1307366507634; Mon, 06 Jun 2011 06:21:47 -0700 (PDT) Received: by 10.204.81.17 with HTTP; Mon, 6 Jun 2011 06:21:47 -0700 (PDT) In-Reply-To: <20110606130308.GA87292@mech-cluster241.men.bris.ac.uk> References: <20110606113959.GA28959@mech-cluster241.men.bris.ac.uk> <20110606121529.GA1535@procyon.xvoid.org> <20110606130308.GA87292@mech-cluster241.men.bris.ac.uk> Date: Mon, 6 Jun 2011 08:21:47 -0500 Message-ID: From: Scot Hetzel To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Cc: Yuri Pankov , freebsd-ports@freebsd.org Subject: Re: portmaster - updating devel/gconf2 triggers install of net/openldap24-sasl-client, even though it's installed and up to date 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: Mon, 06 Jun 2011 13:21:49 -0000 On Mon, Jun 6, 2011 at 8:03 AM, Anton Shterenlikht wrote: >> > Did you set any OPTIONS on openldap when you first installed it? >> >> I bet the SASL option is set and net/openldap24-client (origin) is >> installed. > > yes and yes > >> We should just kill the openldap2{3,4}-sasl-{client,server} >> as they introduce all kinds of dependency problems without any benefit. >> >> http://lists.freebsd.org/pipermail/freebsd-ports/2011-January/065585.html >> > > What shall I do now to update gconf2? > Use portmaster to switch all dependent ports to net/openldap24-sasl-client: portmaster -o net/openldap24-sasl-client net/openldap24-client Scot