From owner-cvs-all@FreeBSD.ORG Wed Jun 6 21:45:44 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 E968B16A468; Wed, 6 Jun 2007 21:45:44 +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 D604613C480; Wed, 6 Jun 2007 21:45:44 +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 E49C31A4D80; Wed, 6 Jun 2007 14:47:03 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 30E625129D; Wed, 6 Jun 2007 17:45:44 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 1E7F4C207; Wed, 6 Jun 2007 17:45:44 -0400 (EDT) Date: Wed, 6 Jun 2007 17:45:44 -0400 From: Kris Kennaway To: Sergey Matveychuk Message-ID: <20070606214544.GA7121@rot13.obsecurity.org> References: <200706062034.l56KYshV002688@repoman.freebsd.org> <20070606205202.GA6244@rot13.obsecurity.org> <466729B3.4010704@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <466729B3.4010704@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, 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: Wed, 06 Jun 2007 21:45:45 -0000 On Thu, Jun 07, 2007 at 01:40:03AM +0400, Sergey Matveychuk wrote: > Kris Kennaway wrote: > >On Wed, Jun 06, 2007 at 08:34:53PM +0000, Sergey Matveychuk wrote: > >>sem 2007-06-06 20:34:53 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> . UPDATING > >> Log: > >> In xorg serction: > >> - remove useless database recreations commands for portupgrade-devel. It > >> use the same format. > > > >They were necessary for me because it was reporting they were > >corrupted. Even pkgdb -fu didn't work, I had to completely remove it. > > Weird. They should not be. May be different BDB version was used? It is possible it changed BDB versions, yeah. > OK. May be back the lines back for sure? Yes, there is apparently at least one situation in which they are required (which is why I added them, to be safe). Kris