From owner-freebsd-questions Sun Apr 15 16: 2: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 5A12237B440 for ; Sun, 15 Apr 2001 16:01:56 -0700 (PDT) (envelope-from hacker@bolingbroke.com) Received: from fremont.bolingbroke.com (fremont.bolingbroke.com [216.102.90.210]) by fremont.bolingbroke.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id f3FN1ue22624 for ; Sun, 15 Apr 2001 16:01:56 -0700 (PDT) Date: Sun, 15 Apr 2001 16:01:56 -0700 (PDT) From: Ken Bolingbroke To: FreeBSD Questions Subject: Re: Ports deinstall / reinstall In-Reply-To: <011501c0c5f2$a72ee600$0508a8c0@lofi.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 15 Apr 2001, Michael Nottebrock wrote: > On Sun, 15 Apr 2001, Ken Bolingbroke wrote: > > > From various tidbits on the lists, and my own trial and error > process, > > I've developed the following procedure: > > > > 1) port foo-1.2 is out of date, the current versions is foo-1.3 > > > > 2) go to the foo port directory and run "make" > > > > 3) if make completes successfully, run "pkg_delete foo-1.2" > > > > 3a) if that fails because other ports depend on foo-1.2, then do > > "cp /var/db/pkg/foo-1.2/+REQUIRED_BY /tmp" and then do > > "pkg_delete -f foo-1.2" > > > > 4) run "make install" > > > > 4a) if you did step 3a), then do > > "mv /tmp/+REQUIRED_BY /var/db/pkg/foo-1.3/" > > > > 5) run "grep foo-1.2 /var/db/pkg/*/+CONTENT", and if you get > something > > like /var/db/pkg/bar-2.7/+CONTENTS:@pkgdep foo-1.2", then edit > that > > file to reflect your upgrade to foo-1.3. > > with "unsubscribe freebsd-questions" in the body of the message > > The procedure described at > http://www.freebsddiary.org/pkg_version.html might be interesting for > you, since it allows you to keep your installed ports&packages > up-to-date completely automagically (not failsafe, though). Uh, no. That procedure only does steps 2, 3a, and 4 above. It does nothing to handle package dependencies. I want to keep package dependencies intact, so I do the additional steps as described. I still do use pkg_version to check to see which ports need updating, but I do the rest manually. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message