From owner-freebsd-stable@FreeBSD.ORG Fri Dec 24 05:42:40 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 86CDE16A4CE for ; Fri, 24 Dec 2004 05:42:40 +0000 (GMT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B8B443D48 for ; Fri, 24 Dec 2004 05:42:40 +0000 (GMT) (envelope-from brian@hyperreal.org) Received: (qmail 59589 invoked from network); 24 Dec 2004 05:42:44 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 24 Dec 2004 05:42:44 -0000 Received: (qmail 20005 invoked by uid 1000); 24 Dec 2004 05:42:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 Dec 2004 05:42:37 -0000 Date: Thu, 23 Dec 2004 21:42:37 -0800 (PST) From: Brian Behlendorf To: freebsd-stable@freebsd.org In-Reply-To: <200412232121.37541.ringworm@inbox.lv> Message-ID: <20041223214205.H17211@fez.hyperreal.org> References: <200412232050.14601.ringworm@inbox.lv> <200412232121.37541.ringworm@inbox.lv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N Subject: Re: portsdb and portupgrade causes errors X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 05:42:40 -0000 On Thu, 23 Dec 2004, Michael C. Shultz wrote: > On Thursday 23 December 2004 08:50 pm, Michael C. Shultz wrote: >> >> These days it is best to run make fetch index from /usr/ports >> after you've run cvsup rather than build INDEX-5 for yourself. >> >> -Mike > > correction: > > run make fetchindex not make fetch index from /usr/ports Out of curiosity, why isn't the index included in the update normally? Brian