From owner-freebsd-questions@FreeBSD.ORG Fri Oct 27 12:18:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3C98216A416 for ; Fri, 27 Oct 2006 12:18:12 +0000 (UTC) (envelope-from listsub@401.cx) Received: from ns2.twenty4help.se (ns2.twenty4help.se [80.65.195.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D6D43DE4 for ; Fri, 27 Oct 2006 12:17:47 +0000 (GMT) (envelope-from listsub@401.cx) Received: from [127.0.0.1] (132.dairy.twenty4help.se [80.65.195.132]) by ns2.twenty4help.se (8.13.6/8.13.6) with ESMTP id k9RCKQGj022204; Fri, 27 Oct 2006 14:20:27 +0200 (CEST) (envelope-from listsub@401.cx) Message-ID: <4541F8AC.1030502@401.cx> Date: Fri, 27 Oct 2006 14:16:44 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Lane References: <20061027000754.86183.qmail@web58305.mail.re3.yahoo.com> <200610262236.46586.lane@joeandlane.com> In-Reply-To: <200610262236.46586.lane@joeandlane.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Rik Davis Subject: Re: Ports collection issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 12:18:12 -0000 Lane wrote: > Adrian, > > Use /usr/ports/net/cvsup-without-gui and create a cvsupfile. You can then > selectively install src-all, src-contrib, ports-all and any of the various > ports sub-trees that you need (but stick with ports-all). > > cvsup will get the proper Makefiles and whatnot for you. > > Email me if you need help setting that up. > > lane I would recommend using csup instead of cvsup. It has fewer dependencies, is very lightweight and works very well if you just want to occasionally checkout ports or src. I believe that csup is also part of the basesystem in newer releases. -- R