From owner-freebsd-questions@FreeBSD.ORG Thu May 5 16:34:48 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 0920316A4CE for ; Thu, 5 May 2005 16:34:48 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC0E43D48 for ; Thu, 5 May 2005 16:34:47 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.65.223]) by mta9.adelphia.netESMTP <20050505163442.UKQS8952.mta9.adelphia.net@default.chvlva.adelphia.net>; Thu, 5 May 2005 12:34:42 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 7A072B4FC; Thu, 5 May 2005 12:34:46 -0400 (EDT) Date: Thu, 5 May 2005 12:34:46 -0400 From: Parv To: Marco Beishuizen , FreeBSD questions mailing list Message-ID: <20050505163445.GA985@holestein.holy.cow> Mail-Followup-To: Marco Beishuizen , FreeBSD questions mailing list References: <20050505154037.S49572@yokozuna.lan> <200505050916.31297.algould@datawok.com> <20050505171223.X17820@yokozuna.lan> <200505051028.59143.algould@datawok.com> <20050505174836.H17820@yokozuna.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050505174836.H17820@yokozuna.lan> Subject: Re: gnumeric portupgrade fails (libgnomedb) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 16:34:48 -0000 in message <20050505174836.H17820@yokozuna.lan>, wrote Marco Beishuizen thusly... > > Well I tried to change some options in the makefile but no matter > what I try (--without-gnome-db; --without-gnomedb; > --without-libgnomedb) it wants to compile libgnomedb and it stops > with the same error. UNTESTED. Go to the work directory of gnumeric (default is /usr/ports/math/gnumeric/work); then change to the extracted gnumeric source directory. Somewhere in there you may find a shell script, w/ execute bit set, named something like [Cc]onfigure. Either read that script, or run it w/ "-help" option: "[Cc]onfigure -help", to see the available options. - Parv --