From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 03:25:23 2005 Return-Path: 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 4B5C516A4CE for ; Mon, 31 Jan 2005 03:25:23 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id E029143D1F for ; Mon, 31 Jan 2005 03:25:22 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050131032522i91001o32pe>; Mon, 31 Jan 2005 03:25:22 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Sun, 30 Jan 2005 22:25:21 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501302225.21582.FreeBSD@insightbb.com> Subject: Barry fails if using X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 03:25:23 -0000 I've added the following to pkgtools.conf to eliminate portsdb and pkgdb rebuilds: pkgtools.conf: ENV['PORTS_DBDRIVER'] ||= 'bdb1_hash' pkgtools.conf: ENV['PKG_DBDRIVER'] ||= 'bdb1_hash' I originally just added the ports var, but i frequently experienced pkgdb rebuilds and adding the second var solved it. I originally added the first line even though i am tracking stable and i was supposedly cured. anyway, now port barry complains and i believe it's because it only supports a btree db, not a hashed one. can anybody confirm or care? -- i386 FreeBSD 4.11-STABLE