From owner-freebsd-ports@FreeBSD.ORG Thu Mar 2 19:06:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7045516A422 for ; Thu, 2 Mar 2006 19:06:59 +0000 (GMT) (envelope-from drakcap@pacbell.net) Received: from web81907.mail.mud.yahoo.com (web81907.mail.mud.yahoo.com [68.142.207.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 3008743D5A for ; Thu, 2 Mar 2006 19:06:57 +0000 (GMT) (envelope-from drakcap@pacbell.net) Received: (qmail 36489 invoked by uid 60001); 2 Mar 2006 19:06:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=pacbell.net; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gC56RZ4dTeBuRCwDvxg0lKCCT7L+ovDJg7y2oyEQNbBdCw9zFMv40GacyQSQ/qjDYo4kgONEkq05pUjmcno1SKnWMwudAbkTkLfGFvFhjGoddVeQBJBNfQ0rZXq8MMPdc8CDxM391EIdUw45DRxq85LkuowT+sCI3aW4mgwTt0I= ; Message-ID: <20060302190657.36487.qmail@web81907.mail.mud.yahoo.com> Received: from [67.43.76.165] by web81907.mail.mud.yahoo.com via HTTP; Thu, 02 Mar 2006 11:06:57 PST Date: Thu, 2 Mar 2006 11:06:57 -0800 (PST) From: Robert English To: Jeremy Messenger In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-ports Subject: Re: For those who still cannot compile gnomedb, gal, gtkhtml on FBSD 4.11 i386 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: Thu, 02 Mar 2006 19:06:59 -0000 See comments below. --- Jeremy Messenger wrote: > > For anyone who is going to follow this advice, we won't > support your > > problem. Therefore, do not use this as solution. The > solution is already > > in the freebsd-ports as you need to rebuild all of gnomedb's > > > dependencies or rebuild all apps. > > or rebuild all apps that depend on glib12 might work. That last bit is good info, thanks. According to the "pkg-plist", that particular port (devel/glib12) directly accounts for the last two of the four files I'd made links for, and "x11-toolkits/gtk12" accounts for the first two. As I understand it, all that has to happen is for the newer Libtool configuration to revise all of its relevant library information. Once that's done, it's done and no artificial links will be necessary. The links I made were a crude shortcut to the process, and maybe I should not have posted with it, but for the record it does work.