Subject: Re: Forcing a full rebuild of GNOME after update from 3.0.1 to 3.1
To: Gilles Gravier <Gilles@Gravier.org>
From: Geert Hendrickx <ghen@NetBSD.org>
List: netbsd-users
Date: 12/07/2006 08:50:05
On Thu, Dec 07, 2006 at 06:42:41AM +0100, Gilles Gravier wrote:
> Thanks, Geert!
> 
> So I should run in sequence pkg_chk -r followed by pkg_chk -ask ?

No, that will leave you with a broken system. :-) As I said, first
generate a list of all your installed packages with pkg_chk -g (list
goes in ${PKGSRCDIR}/pkgchk.conf by default, set $PKGCHK_CONF of use -C
to change this).  The -a step won't build anything without this list.

Better read the manpage before experimenting with this tool.

	Geert