Subject: Re: updating bootstrap-related packages
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 10/16/2007 16:27:49
On Tue, Oct 16, 2007 at 08:13:50AM -0400, Louis Guillaume wrote:
> How can I update the packages that get built during bootstrap? For example, 
> pkglint tells me that...

Update pkg_install with make update first.

For tnftp, bmake and bootstrap-mk-files, you can build a package with
USE_DESTDIR=full. This can be installed with pkg_add -ff -u bmake
in the right directory (the -ff might not be needed). Same for
bootstrap-mk-files and tnftp.

> Unknown package: 'php5-pear' version 1.5.4nb1

This was renamed, I think.

Joerg