Date: Tue, 1 Jul 2008 16:34:47 +0100 From: Alex Trull <alex@trull.org> To: Ronald Klop <ronald-freebsd8@klop.yi.org>, freebsd-stable@freebsd.org Subject: Re: installdate of a port/package? Message-ID: <20080701153446.GB13250@syndicate.internationalconspiracy.org> In-Reply-To: <op.udmcifpl8527sy@guido.klop.ws> References: <op.udmcifpl8527sy@guido.klop.ws>
next in thread | previous in thread | raw e-mail | index | archive | help
Ronald, Look for files that are older than your upgrade/portupgrade -fa date in /usr/local/bin and /usr/local/sbin. e.g. $ find $dir -mtime +2 -type f -xdev -print Add a little guesswork/pkg_info to determine which ports they're from. Throw in a few more forced recursive portupgrades incase anything is broken for having built against older libraries. -- Alex On Tue, Jul 01, 2008 at 05:12:05PM +0200, Ronald Klop wrote: > Hello, > > I just upgraded a machine from FreeBSD 6 to 7. Very nice. > But my portupgrade -fa failed after a while. > How can I know which ports/packages are still from FreeBSD 6? Is there a > datee recorded somewhere or the FreeBSD-version of the port/package? > The date of the files in /var/db/pkg/* is unreliable, because installing > a package gives these files the date of the files in the package. > > How do I know which ports I still need to update? > > Ronald.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080701153446.GB13250>