Date: Thu, 27 May 2010 00:35:02 +0200 From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> To: Robert Noland <rnoland@FreeBSD.org> Cc: freebsd-x11@freebsd.org, Tom Russo <russo@bogodyn.org>, freebsd-ports@freebsd.org Subject: Re: Xorg 7.5 and Openmotif applications. Message-ID: <20100526223502.GA5319@wep4035.physik.uni-wuerzburg.de> In-Reply-To: <20100511182119.GA46020@wep4035.physik.uni-wuerzburg.de> References: <20100511132709.GA47986@wep4035.physik.uni-wuerzburg.de> <4BE9639C.8060102@FreeBSD.org> <20100511182119.GA46020@wep4035.physik.uni-wuerzburg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 11, 2010 at 08:21:19PM +0200, Alexey Shuvaev wrote: > 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: > > [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 > Since there was no activity on this issue I have updated xorg-server to 1.7.7. I have not seen any problems so far. Any objections against updating xorg-server from 1.7.5 to 1.7.7? Should I file PR? Alexey. --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-xorg.txt" diff -ruN xorg-server.orig/Makefile xorg-server/Makefile --- xorg-server.orig/Makefile 2010-05-10 15:16:42.000000000 +0200 +++ xorg-server/Makefile 2010-05-26 15:10:16.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= xorg-server -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.7 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/ diff -ruN xorg-server.orig/distinfo xorg-server/distinfo --- xorg-server.orig/distinfo 2010-05-10 15:16:42.000000000 +0200 +++ xorg-server/distinfo 2010-05-26 15:14:10.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.7.5.tar.bz2) = 2856130aebf56e3df7b7d9be419bfb28 -SHA256 (xorg/xserver/xorg-server-1.7.5.tar.bz2) = 91e5f3d05c3e7270f4122235b6ab071210cc79579dcb842ffd4e71199b6bb7aa -SIZE (xorg/xserver/xorg-server-1.7.5.tar.bz2) = 4926990 +MD5 (xorg/xserver/xorg-server-1.7.7.tar.bz2) = 8c0146330fb155c23d947ac37d431d4b +SHA256 (xorg/xserver/xorg-server-1.7.7.tar.bz2) = 54c4d32bfeb8852adbea3ddae6981f3bc2eadb330124d9b35226c617c01926ff +SIZE (xorg/xserver/xorg-server-1.7.7.tar.bz2) = 4939257 --YZ5djTAD1cGYuMQK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100526223502.GA5319>