From owner-freebsd-questions@FreeBSD.ORG Fri Nov 26 14:38:38 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 964AD16A4CE for ; Fri, 26 Nov 2004 14:38:38 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B38843D68 for ; Fri, 26 Nov 2004 14:38:38 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004112623:23:12:881684.21758.2824842160 for ; Fri, 26 Nov 2004 23:23:12 +0900 (KST) Message-ID: <41A73C62.2090609@yahoo.com> Date: Fri, 26 Nov 2004 23:23:30 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD References: <005501c4d3be$2865be60$1e01a8c0@sjees> <003d01c4d3c1$7d1eb5d0$0200a8c0@wolf> In-Reply-To: <003d01c4d3c1$7d1eb5d0$0200a8c0@wolf> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:6.02) (by Terrace) Subject: Re: Updating packages list (using cvsup?) 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: Fri, 26 Nov 2004 14:38:38 -0000 Thomas S. Crum - AAA Web Solution, Inc. wrote: > Packages are pre-compiled so there is little ability to configure them, > should you need to. Although I still know many people who prefer using > packages. Do not use sysinstall to accomplish this. Also, there is no need > to 'download or update' your 'packages'. Simply follow the below command to > install the current package. > > # pkg_add -r some_package > > I would recommend ports and cvs to anyone. > > Below is a config to install cvsup and run it to update your ports > collection. Remember though, ports are not precompiled and you will > actually need to move into the /usr/ports/whatever_port/whatever_program dir > to install them. > > # pkg_add -r cvsup-without-gui > # cp /usr/share/examples/cvsup/ports-supfile /root/ports-supfile Or forget about making a copy, and do directly: # cvsup -g -L2 -h cvsup.foo.bar /usr/share/examples/cvsup/ports-supfile Rob.