From owner-freebsd-ports@FreeBSD.ORG Fri Feb 18 19:04:27 2005 Return-Path: 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 17AD916A4CE for ; Fri, 18 Feb 2005 19:04:27 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0FF43D45 for ; Fri, 18 Feb 2005 19:04:26 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id E962A1DD41C; Fri, 18 Feb 2005 20:04:24 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12391-02; Fri, 18 Feb 2005 20:04:08 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 801E51DD561; Fri, 18 Feb 2005 20:04:08 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 3F41F1C00715; Fri, 18 Feb 2005 20:04:06 +0100 (CET) From: Dejan Lesjak To: mato Date: Fri, 18 Feb 2005 20:04:04 +0100 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: <200502182004.05544.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-ports@freebsd.org Subject: Re: Xaw3d - missing library / incorrect plist ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 19:04:27 -0000 mato wrote: > hello, > > Xaw3d installed from ports does not install library version 8 as it > claims. > > i've tried to update Xaw3d from 1.5. to 1.5_1 and i've obtained a warning > regarding possible plist inconsistency. the thing is that it installed > only *.so.7 not *.so.8 as it claims. > > /the original intention was to upgrade emacs which tried try upgrade Xaw3d > and that failed. subsequently i've tried to deinstall both of them and > install them again but unsuccessfully./ > > if there isn't really any problem, could you pls point me in right > direction? > > cheers, > > martin > > ps: my system is freebsd 5.3R-p5 with Xorg 6.7.0 Please upgrade X.Org to 6.8.1. Xaw3d will take the highest version number of libXaw, which is 8 with X.Org 6.8.1 (and 7 with X.Org 6.7). Dejan