tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Updates still broken



On Wed, Jul 09, 2008 at 03:48:34AM +0000, John Klos wrote:
> Latest pkgsrc, Darwin, whatever; bmake update in various pkgsrc related  
> locations is still broken:

Yes and it will not be fixed in the short term. I've dropped a patch to
tech-pkg a while ago so that make replace will use pkg_add -u in the
update case. Combine that with pkg_install-renovation where pkg_add -u
will keep the preserve state and it works.

Until then, your best bet is something like
make package USE_DESTDIR=full
pkg_delete -ff bootstrap-mk-files
pkg_add ${PACKAGES}/All/bootstrap-mk-files
date /var/db/pkg/bootstrap-mk-files-*/+PRESERVE

Joerg


Home | Main Index | Thread Index | Old Index