From owner-freebsd-ports@FreeBSD.ORG Thu Sep 1 06:37:29 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 9381F16A41F for ; Thu, 1 Sep 2005 06:37:29 +0000 (GMT) (envelope-from tmueller@sysgo.com) Received: from mail.sysgo.com (mail.sysgo.com [62.8.134.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C7143D48 for ; Thu, 1 Sep 2005 06:37:28 +0000 (GMT) (envelope-from tmueller@sysgo.com) Received: from localhost (localhost [127.0.0.1]) by mail.sysgo.com (Postfix) with ESMTP id B083DFB88F; Thu, 1 Sep 2005 08:37:23 +0200 (CEST) Received: from mail.sysgo.com (localhost [127.0.0.1]) by localhost (AvMailGate-2.0.2-8) id 21693-619BF65F; Thu, 01 Sep 2005 08:37:23 +0200 Received: from donald.sysgo.com (unknown [172.20.1.30]) by mail.sysgo.com (Postfix) with ESMTP id 23C71FB88F; Thu, 1 Sep 2005 08:37:23 +0200 (CEST) Received: by donald.sysgo.com (Postfix, from userid 65534) id A05AF18DFC4; Thu, 1 Sep 2005 08:37:22 +0200 (CEST) Received: from kah.ulm.sysgo.com (kah.sysgo.com [172.40.1.2]) by donald.sysgo.com (Postfix) with ESMTP id C8F6B18DBAA; Thu, 1 Sep 2005 08:37:18 +0200 (CEST) Received: from tom.ulm.sysgo.com (tom.ulm.sysgo.com [172.40.1.100]) by kah.ulm.sysgo.com (8.9.3/8.8.8) with ESMTP id IAA03325; Thu, 1 Sep 2005 08:55:53 +0200 Date: Thu, 1 Sep 2005 08:37:50 +0200 From: Thomas Mueller To: Dejan Lesjak Message-ID: <20050901083750.56e3aa55@tom.ulm.sysgo.com> In-Reply-To: <200509010102.14704.dejan.lesjak@ijs.si> References: <20050831085144.2ad04920@tom.ulm.sysgo.com> <200508311022.56056.dejan.lesjak@guest.arnes.si> <20050831103541.024efeea@tom.ulm.sysgo.com> <200509010102.14704.dejan.lesjak@ijs.si> Organization: SYSGO AG X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on donald.sysgo.com X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_01 autolearn=no version=2.63 X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-8; AVE: 6.31.1.0; VDF: 6.31.1.200; host: mailgate2.sysgo.com) 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: Thu, 01 Sep 2005 06:37:29 -0000 On Thu, 1 Sep 2005 01:02:14 +0200, Dejan Lesjak wrote: > 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. Thanks. > > 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? > The Xaw3d Homepage says You may also want to merge the Fig resource file in the /app-defaults directory of Xaw3d-1.5E's distribution into your resource file(s). though I don't see how this could affect actions defined by xfig (e.g. ZoomIn, ZoomOut). -- Thomas Mueller