From owner-freebsd-stable@FreeBSD.ORG Fri Jan 23 06:29:47 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20DB16A4CE for ; Fri, 23 Jan 2004 06:29:47 -0800 (PST) Received: from neuron.tuke.sk (neuron-ai.fei.tuke.sk [147.232.24.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C1843D49 for ; Fri, 23 Jan 2004 06:29:46 -0800 (PST) (envelope-from babjak@neuron.tuke.sk) Received: from babjak by neuron.tuke.sk with local (Exim 3.35 #1 (Debian)) id 1Ak2Jc-0007xW-00 for ; Fri, 23 Jan 2004 15:29:44 +0100 Date: Fri, 23 Jan 2004 15:29:44 +0100 To: freebsd-stable@freebsd.org Message-ID: <20040123142944.GA29470@neuron.tuke.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Jozef Babjak Subject: correct way to cvsup ports for -stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: babjak@neuron.tuke.sk List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 14:29:47 -0000 Hi! A similar topic has been disscused here several days ago, but I still don't understand, how correctly update ports tree via cvsup. I have installed 4.9-release. I upgraded to -stable according to /usr/share/examples/cvsup/stable-supfile (I have changed only '*default host=...' line, all rest I kept untouched) and I done make world and kernel... I understand well how to upgrade system, but my questions about ports are: 1) Is it ok to upgrade ports, or do I have keep ports instaled from -release CD? 2) If I should upgrade ports, how exactly? Which file from examples I should use and how I need to modify it? There is nothing about ports upgrade in stable-supfile and ports-supfile deals about -current. Is it enough to use cvs-supfile from examples directory, change a cvsup server and comment out 'doc-all' and 'cvsroot-all', isn't it? Sorry for (maybe) stupid questions; I read comments in stable-supfile and handbook, but this is still not clear for me. Jozef