From owner-freebsd-ports@FreeBSD.ORG Sun Mar 4 21:43:30 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6D5E16A404 for ; Sun, 4 Mar 2007 21:43:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6C62B13C491 for ; Sun, 4 Mar 2007 21:43:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Mar 2007 16:43:31 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MZL96810; Sun, 4 Mar 2007 16:43:27 -0500 (EST) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Mar 2007 16:43:27 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17899.15580.924996.732927@jerusalem.litteratus.org> Date: Sun, 4 Mar 2007 16:40:44 -0500 To: ports@freebsd.org In-Reply-To: <20070304214802.53873dd6@devil.troback.com> References: <200703021731.22179.daeg@houston.rr.com> <20070304074311.51748cd4@devil.troback.com> <200703040844.37866.daeg@houston.rr.com> <17898.57788.240748.712088@jerusalem.litteratus.org> <20070304214802.53873dd6@devil.troback.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Subject: Re: gramps build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 21:43:30 -0000 Anders Troback writes: > Add the following to /etc/make.conf and rebuild databases/py-bsddb > > WITH_BERKELEYDB=db42 > WITH_BDB_VER=42 > > Please let me know how it went!!! That seems to have done it. _However_: attempts to open an existing .grdb produces a window with: Database is not portable If you need to transport the database to another machine, export it to a GRAMPS package and import the GRAMPS package to another machine. This makes me nervous about possible file-format incompatibility (and subsequent data loss). Is there any reason I shouldn't accept the change? Robert Huff