Date: Mon, 07 Jan 2008 11:14:49 -0800 From: Brian <bri@brianwhalen.net> To: pav@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, Cy Schubert <Cy.Schubert@spqr.komquats.com> Subject: Re: Migrating to AMD64 Message-ID: <47827A29.1060909@brianwhalen.net> In-Reply-To: <1199732927.74596.127.camel@ikaros.oook.cz> References: <200801071715.m07HF0ap076228@cwsys.cwsent.com> <1199732927.74596.127.camel@ikaros.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
Pav Lucistnik wrote: > Cy Schubert píše v po 07. 01. 2008 v 09:15 -0800: > > >> Is there a documented or preferred approach to migrate ports from i386 to >> AMD64? Portupgrade has issues. Deleting and reinstalling 1954 ports by hand >> would be a monumental project. Any suggestions? >> > > Reinstall from scratch. > > Something like this can be used to uninstall all ports. cd /var/db/pkg; find . -type d | xargs pkg_delete So, perhaps you mod the xargs to a deinstall/reinstall script? Brian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47827A29.1060909>