From owner-cvs-all@FreeBSD.ORG Sun May 20 06:19:07 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 1A5F916A41F; Sun, 20 May 2007 06:19:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 089F413C44B; Sun, 20 May 2007 06:19:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 43AB31A3C19; Sat, 19 May 2007 23:20:03 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 02B7351453; Sun, 20 May 2007 02:19:05 -0400 (EDT) Date: Sun, 20 May 2007 02:19:05 -0400 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20070520061905.GA12544@xor.obsecurity.org> References: <200705200439.l4K4dKFR043242@repoman.freebsd.org> <20070520050008.GA11759@xor.obsecurity.org> <20070520061136.GC6798@svm.csie.ntu.edu.tw> <1179641825.57787.40.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1179641825.57787.40.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Rong-En Fan , Kris Kennaway 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:19:07 -0000 On Sun, May 20, 2007 at 02:17:05AM -0400, Joe Marcus Clarke wrote: > On Sun, 2007-05-20 at 14:11 +0800, Rong-En Fan wrote: > > 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? > > If it's ready, that bit can be replaced with portsdb -Fu. It is ready, but users with local customizations in /etc/make.conf may wish to build their own index (it may improve reliability of the upgrade). Kris