From owner-freebsd-x11@FreeBSD.ORG Tue May 11 18:21:42 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35707106566C; Tue, 11 May 2010 18:21:42 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id D8E838FC1B; Tue, 11 May 2010 18:21:41 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 7B9295AD76; Tue, 11 May 2010 20:21:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 7818E5AD75; Tue, 11 May 2010 20:21:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 5286C5CCE0; Tue, 11 May 2010 20:21:21 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.1FP2HF71) with ESMTP id 2010051120212022-62824 ; Tue, 11 May 2010 20:21:20 +0200 Received: by wep4035 (sSMTP sendmail emulation); Tue, 11 May 2010 20:21:19 +0200 Date: Tue, 11 May 2010 20:21:19 +0200 From: Alexey Shuvaev To: Robert Noland Message-ID: <20100511182119.GA46020@wep4035.physik.uni-wuerzburg.de> References: <20100511132709.GA47986@wep4035.physik.uni-wuerzburg.de> <4BE9639C.8060102@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <4BE9639C.8060102@FreeBSD.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.20 (2009-06-14) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.1FP2HF71 | April 5, 2010) at 05/11/2010 08:21:21 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.1FP2HF71 | April 5, 2010) at 05/11/2010 08:21:21 PM, Serialize complete at 05/11/2010 08:21:21 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-x11@freebsd.org, Tom Russo , freebsd-ports@freebsd.org Subject: Re: Xorg 7.5 and Openmotif applications. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2010 18:21:42 -0000 On Tue, May 11, 2010 at 09:03:08AM -0500, Robert Noland wrote: > > > Alexey Shuvaev wrote: > >Hello list! > > > >There seems to be a known/fixed bug in new xserver that leads to > >(many|all?) motif-based applications to malfunction: > >https://bugs.freedesktop.org/show_bug.cgi?id=25400 > > > >There are already at least 2 PRs opened against individual ports: > >http://www.freebsd.org/cgi/query-pr.cgi?pr=146383 > >http://www.freebsd.org/cgi/query-pr.cgi?pr=146380 > > > >I think it is wrong to patch applications when the fault seems to be > >in the server. Now I am running patched xserver with the patch pulled > >from the upstream git master: > >http://cgit.freedesktop.org/xorg/xserver/commit/?id=1c612acca8568fcdf9761d23f112adaf4d496f1b > > > >I confirm that math/grace now works OK (PR 141383). > >I'll watch if the patch causes any side effects (nothing so far). > >What about dropping attached patch to x11-servers/xorg-server/files? > > > >Cross-posting to ports@ as the bug already leaked in the individual > >ports' PRs. > > Let's look at updating to 1.7.7 or 1.8.0. I need to poke the commit > logs for 1.7.7 and see if it is included. > Even better so. Just downloaded xorg-server-1.7.7.tar.gz and the patch is already there: ~/xorg-server-1.7.7> patch < ../patch-dix-events.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 1c612acca8568fcdf9761d23f112adaf4d496f1b Mon Sep 17 00:00:00 2001 |From: Peter Hutterer [snip] |--- dix/events.c.orig |+++ dix/events.c -------------------------- Patching file dix/events.c using Plan A... Reversed (or previously applied) patch detected! Assume -R? [y] n Thanks for takiing care of it! Alexey.