From owner-freebsd-questions Sun Oct 31 13: 1:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id D7C6214A29 for ; Sun, 31 Oct 1999 13:01:15 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id QAA66213; Sun, 31 Oct 1999 16:04:42 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199910312104.QAA66213@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Upgrading ports and existing programs In-Reply-To: from "Stephen P. Cravey" at "Oct 31, 1999 01:43:04 pm" To: cravey@hal-pc.org (Stephen P. Cravey) Date: Sun, 31 Oct 1999 16:04:41 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen P. Cravey wrote, > I'd like to upgrade the versions of some of my installed programs from > ports. I can cvsup new ports, but before I do, I have a few questions. > > Are there several ports trees I can cvsup (ports-stable, ports-current, > ports-really-really-buggy)? No. > Do I need to 'make deinstall' all of the programs i've previeously > installed from the ports collection before I cvsup the new ports? After I > cvsup the new ports? at all? when? The ports tree has nothing to do with installed, running software. If the program works now, it will operate in the exact same manner. It is analogous to CVSup'ing the FreeBSD source tree. Nothing on the running system is changed until you 'make world'. > Do I need to worry about a new version of a port not working on my > 3.1-stable system? Most ports should work fine across all 3.x systems. Most will even be fine for 2.2.8. > Will cron-ing a ports cvsup cause any problems for installed programs? > upgrading or removing them? No. Well, that is not true. When version numbers change, you will not be able to 'make deinstall' a port. However, this is easily worked around by doing a 'pkg_delete '. > basically, how the heck do I do this without messing up my system? CVSup'ing the ports tree cannot mess anything up until you go into a port and type 'make '. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message