From owner-freebsd-ports@FreeBSD.ORG Wed Aug 31 23:02:21 2005 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 7BEC516A41F for ; Wed, 31 Aug 2005 23:02:21 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA7043D45 for ; Wed, 31 Aug 2005 23:02:20 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 8342B17B85B; Thu, 1 Sep 2005 01:02:19 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29925-01-5; Thu, 1 Sep 2005 01:02:17 +0200 (CEST) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by patsy.ijs.si (Postfix) with ESMTP id 7F30F17B859; Thu, 1 Sep 2005 01:02:16 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) by metatron.ijs.si (Postfix) with ESMTP id CBB491C00CE3; Thu, 1 Sep 2005 01:02:15 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 54C4A5C0D; Thu, 1 Sep 2005 01:02:15 +0200 (CEST) From: Dejan Lesjak To: Thomas Mueller Date: Thu, 1 Sep 2005 01:02:14 +0200 User-Agent: KMail/1.8.2 References: <20050831085144.2ad04920@tom.ulm.sysgo.com> <200508311022.56056.dejan.lesjak@guest.arnes.si> <20050831103541.024efeea@tom.ulm.sysgo.com> In-Reply-To: <20050831103541.024efeea@tom.ulm.sysgo.com> X-Face: l`biwj7ErNt!P.,J7a!e:(1e=K=NSp5kC`U:f"{,=?utf-8?q?=25ehAE3=5CW=7DYb=60=3AP=60m4Or-k=3Dy=24=7C=3BoF51=0A=09xZ=3A?=),6FF&_y; =Ty5^c>T1+7cC?z\J@YDEjb MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509010102.14704.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Udo Mueller , freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: x11-toolkits/Xaw3d 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: Wed, 31 Aug 2005 23:02:21 -0000 On Wednesday 31 of August 2005 10:35, Thomas Mueller wrote: > On Wed, 31 Aug 2005 10:22:55 +0200, Dejan Lesjak wrote: > > Attached is patch to graphics/xfig port from that page. Please try it and > > see if it works. > > Dejan, thanks for the quick response. Xfig is no longer crashing with > this patch. Neat, I'll commit this fix then. > I'm seeing some toolkit warnings about missing action though: > > Warning: Actions not found: PlaceMenu, xMenuPopup > Warning: Actions not found: PlaceMenu, xMenuPopup > Warning: Actions not found: ShowNamedStyles, ZoomIn, \ > ZoomOut, ZoomFit, Unzoom, PanOrigin, ToggleShowDepths, \ > ToggleShowBalloons, ToggleShowBorders, ToggleShowLengths, \ > ToggleShowVertexnums > Warning: Actions not found: ShowNamedStyles, ZoomIn, \ > ZoomOut, ZoomFit, Unzoom, PanOrigin, ToggleShowDepths, > ToggleShowBalloons, ToggleShowBorders, ToggleShowLengths, > ToggleShowVertexnums > > Maybe the application defaults files needs some updates too. You mean X resources (app-defaults)? Xaw3d does come with samples (you can see them under work/xc/lib/Xaw3d/app-defaults if you do "make extract" in x11-toolkits/Xaw3d port). Perhaps those should be installed as well? Dejan