From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 03:39:13 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 9B00F16A401 for ; Thu, 13 Apr 2006 03:39:13 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AF343D48 for ; Thu, 13 Apr 2006 03:39:12 +0000 (GMT) (envelope-from wmc20@xxiii.com) Received: from ibm61aec.bellsouth.net ([68.209.177.221]) by imf18aec.mail.bellsouth.net with ESMTP id <20060413033912.UKCU9053.imf18aec.mail.bellsouth.net@ibm61aec.bellsouth.net> for ; Wed, 12 Apr 2006 23:39:12 -0400 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm61aec.bellsouth.net with ESMTP id <20060413033911.XRFT13292.ibm61aec.bellsouth.net@wcox.bellsouth.net>; Wed, 12 Apr 2006 23:39:11 -0400 Message-Id: <6.2.3.4.2.20060412233242.02e85e68@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 12 Apr 2006 23:40:06 -0400 To: Adam Stroud ,freebsd-questions@freebsd.org From: wc_fbsd@xxiii.com In-Reply-To: <443DC0D5.6070407@thegeeklord.com> References: <443DC0D5.6070407@thegeeklord.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: CVSup/Ports Question 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: Thu, 13 Apr 2006 03:39:13 -0000 At 11:09 PM 4/12/2006, you wrote: >question on ..... ports collection. I read in the handbook that the >cvsup tag for the ports-* collection should be ".". "In particular, >use only tag=. for the ports-* collections." As I understand it, there is no "most recent version of port that still works with my very old FBSD version". You either get the ports snapshot that was out at the same time your release was released. Or you get the *most* recent version of the port, with no guarantee it will work on an exceedingly old FBSD version. In any case, don't screw with cvsup for ports; look into portsnap. It's included in 6.x and available in ports for older releases. It's easier, faster, and lower bandwidth. -Wayne