From owner-freebsd-ports Wed Oct 6 19: 3:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id BA02815360; Wed, 6 Oct 1999 19:03:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AFC981CD471; Wed, 6 Oct 1999 19:03:38 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Wed, 6 Oct 1999 19:03:38 -0700 (PDT) From: Kris Kennaway To: Mike Muir Cc: The Hermit Hacker , freebsd-ports@FreeBSD.ORG Subject: Re: install newer version over old one... In-Reply-To: <37FB9ED5.B964016F@es.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 7 Oct 1999, Mike Muir wrote: > > how? I have kde 1.1.1 installed on my machine...want to upgrade to 1.1.2, > > but a 'make reinstall' (or 'make install') finds all the existing packages > > so does nothing... > > > > need some sort of 'make install-ignoring-the-already-installed-progs' ... > > is there one? > > make install FORCE_PKG_REGISTER=YES Probably safer to manually pkg_delete all of the kde* packages first - this way you won't get bitten by any dependencies (e.g. linking against wrong library versions when you recompile, or 1.1.2 finding leftover files from 1.1.1 and acting weirdly, etc). Plus you won't have any port turds in your tree from files which disappeared or moved in 1.1.2. You might lose some dependency information if you have things like kbiff installed - you can just edit those back into the +REQUIRED_BY files if it really bothers you, though. Kris ---- XOR for AES -- join the campaign! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message