From owner-freebsd-ports@FreeBSD.ORG Fri Feb 18 19:37:57 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 B36E916A4CE for ; Fri, 18 Feb 2005 19:37:57 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFBC43D5A for ; Fri, 18 Feb 2005 19:37:57 +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 59E611DD63D; Fri, 18 Feb 2005 20:37:56 +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 15186-08-2; Fri, 18 Feb 2005 20:37:38 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 4B3471DD605; Fri, 18 Feb 2005 20:37:37 +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 B44F11C00094; Fri, 18 Feb 2005 20:37:37 +0100 (CET) From: Dejan Lesjak To: "mato" Date: Fri, 18 Feb 2005 20:37:36 +0100 User-Agent: KMail/1.7.2 References: <200502182004.05544.dejan.lesjak@ijs.si> <20050218192121.M72902@pobox.sk> In-Reply-To: <20050218192121.M72902@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502182037.37365.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:37:57 -0000 On Friday 18 of February 2005 20:24, mato wrote: > On Fri, 18 Feb 2005 20:04:04 +0100, Dejan Lesjak wrote > > > 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 > > yeah, that may work. thanks! > > but what if i want to keep Xorg 6.7? should i just try to force Xaw3d to > install regardless? > > martin Hm, well, in general you should upgrade dependencies before installing stuff that depends on them, since that should make sure that things install and work properly... But in this case and if you really really want to, erm, you could try doing something like a 'make XAWVER=7 install' which should generate the correct packaging list. Dejan