From owner-freebsd-ports@FreeBSD.ORG Wed Oct 24 19:49:10 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F560B55 for ; Wed, 24 Oct 2012 19:49:10 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8C88FC12 for ; Wed, 24 Oct 2012 19:49:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=onVpK+fnCp0EvujKwBOWelk8JwPVZgOYjedcSF6VVxQ=; b=CABL1vUruyhZl+B3guN1IhuRyrwX0+DjHBWLC/GUFnVc/H9wQPwSZJGHaS1kd0kDfq2xyKaHpK6/fIKl0SbuKY4BZPU5lkk0WcM8Y8nmTD9Ba4z8mti4ML4yBkvH7Q3x; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TR6ws-0006hI-1p; Wed, 24 Oct 2012 14:49:07 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1351108140-65253-65252/5/6; Wed, 24 Oct 2012 19:49:00 +0000 Date: Wed, 24 Oct 2012 14:48:59 -0500 From: Mark Felder To: andrew clarke Subject: Re: 'pkg check -d' showing missing dependencies after upgrading lang/perl Message-Id: <20121024144859.4f66ea44@tech304> In-Reply-To: <20121024190405.GA64326@ozzmosis.com> References: <20121024190405.GA64326@ozzmosis.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 19:49:10 -0000 On Thu, 25 Oct 2012 06:04:05 +1100 andrew clarke wrote: > I noticed at some point after installing and switching to pkgng, then > upgrading Perl from 5.12 to 5.14 with 'portmaster -o lang/perl5.14 > lang/perl5.12', the 'pkg check -d' command would still list some ports > with perl5.12 as a missing dependency: > I think this is a bug with portmaster. Portmaster should have run this command on your behalf: # pkg set -o lang/perl5.14:lang/perl5.12 This runs a query in the pkg sqlite database and update dependencies. This clearly didn't happen for you yet, so thats where your errors come from. There's a way to do this manually but I can't find it in my notes. Hopefully someone can quickly reply to you with the solution or perhaps I'll find it in a few minutes...