From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 22:28:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72AA16A4CE for ; Sun, 25 Jan 2004 22:28:28 -0800 (PST) Received: from priv-edtnes57.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 910B843D1D for ; Sun, 25 Jan 2004 22:28:27 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([207.81.17.215]) by priv-edtnes57.telusplanet.netSMTP <20040126062827.ZHOI4418.priv-edtnes57.telusplanet.net@catseye.biscuit.boo>; Sun, 25 Jan 2004 23:28:27 -0700 Date: Sun, 25 Jan 2004 22:32:40 -0800 From: Chris Pressey To: "meimi" Message-Id: <20040125223240.192f1917.cpressey@catseye.mine.nu> In-Reply-To: References: <20040126063702.R22550@chinhngt.b.gz.ru> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: CVSup newbies question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 06:28:28 -0000 On Mon, 26 Jan 2004 14:11:41 +0800 "meimi" wrote: > Hello everyone, > I have following the instruction on > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > to install cvsup on my computer. I think CVSup is installed correctly > and running smoothly. > I am using CVSup to update my port trees. Does that mean I will get > all > the latest ports in /usr/ports/ after I run cvsup? Yes. Remember, though, that the word "port", in this sense, just means "port skeleton" - a set of files which tell your system how to obtain the source code (the "distfiles") for a particular program, and how to compile and install it. cvsup will not put the distfiles themselves into /usr/ports. That will only happen when you cd into one of the directories under /usr/ports and issue a 'make' command. -Chris