From owner-cvs-all@FreeBSD.ORG Sun May 20 06:11:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C6C716A421; Sun, 20 May 2007 06:11:38 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED1413C45D; Sun, 20 May 2007 06:11:37 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.14.1/8.13.8) with ESMTP id l4K6BaYH049582; Sun, 20 May 2007 14:11:36 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.14.1/8.13.8/Submit) id l4K6Barf013321; Sun, 20 May 2007 14:11:36 +0800 (CST) (envelope-from rafan) Date: Sun, 20 May 2007 14:11:36 +0800 From: Rong-En Fan To: Kris Kennaway Message-ID: <20070520061136.GC6798@svm.csie.ntu.edu.tw> References: <200705200439.l4K4dKFR043242@repoman.freebsd.org> <20070520050008.GA11759@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070520050008.GA11759@xor.obsecurity.org> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: cvs-ports@FreeBSD.org, Joe Marcus Clarke , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 06:11:38 -0000 On Sun, May 20, 2007 at 01:00:08AM -0400, Kris Kennaway wrote: > Thanks! > > On Sun, May 20, 2007 at 04:39:19AM +0000, Joe Marcus Clarke wrote: > > marcus 2007-05-20 04:39:19 UTC > > > > | @@ -36,15 +36,7 @@ upgrades. > > | # portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade > > | # rm -f /usr/ports/INDEX*.db /var/db/pkg/pkgdb.db > > | # pkgdb -fu > > | - # portsdb -fu > > | - > > | - If you are an upgrade-test user (big wave!) you were instructed > > | - to created a separate tree for the test. You shouldn't forgot > > | - to set your PORTSDIR variable to it, and to create INDEXes: > > | - > > | - # setenv PORTSDIR `realpath .` <- csh-like users > > | - # export PORTSDIR=`realpath .` <- sh-like users > > | - # portsdb -u > > | + # cd /usr/ports && make index I thought erwin@ has the INDEX ready for fetch? Regards, Rong-En Fan