Broken tinderboxes (was: X11R7.6 Release Candidate 1)

2010-11-13 Thread Cyril Brulebois
Alan Coopersmith (12/11/2010): > If you are interested in making sure future software releases from > X.Org cross-compile out of the box, or build on a platform other > than the ones the core developers build on, it would be in your best > interest to occasionally compile the modules you use from

[PATCH modular] Remove local variables.

2010-11-13 Thread Trevor Woerner
From: Trevor Woerner Fix build to work on Solaris 10, which doesn't understand the 'local' keyword. Signed-off-by: Trevor Woerner --- build.sh |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index 69aef7f..f7b9517 100755 --- a/build.sh +++ b/b

X11R7.6RC1 moduleset

2010-11-13 Thread Dirk Wallenstein
Hi, Attached are a moduleset for Xorg-7.6RC1 and a tinderwrap wrapper plug-in to build only Xorg-7.6 modules. The latter basically just adds a list of modules to skip to the call, so that the dependencies of the moduleset need not be modified. There is also a (sloppy) plug-in to create such a mo

Fix serious X server crash (xinerama + any QT app)

2010-11-13 Thread Linus Arver
Hello X developers, I am writing this message to point your attention to a serious bug that has been in X server since the 1.9 release, where starting _any_ QT app (and some tcl/tk ones like fontforge) would _immediately_ crash the entire X server, but only if Xinerama was enabled. I myself experi

Re: Fix serious X server crash (xinerama + any QT app)

2010-11-13 Thread Matt Turner
On Sat, Nov 13, 2010 at 1:35 PM, Linus Arver wrote: > Hello X developers, > > I am writing this message to point your attention to a serious bug that > has been in X server since the 1.9 release, where starting _any_ QT app > (and some tcl/tk ones like fontforge) would _immediately_ crash the > en

Re: [PATCH modular] Remove local variables.

2010-11-13 Thread Gaetan Nadon
On Sat, 2010-11-13 at 08:13 -0500, Trevor Woerner wrote: > From: Trevor Woerner > > Fix build to work on Solaris 10, which doesn't understand the > 'local' keyword. > > Signed-off-by: Trevor Woerner > Reviewed-by: Gaetan Nadon signature.asc Description: This is a digitally signed message

Re: Smooth scrolling again

2010-11-13 Thread Max Schwarz
Hi Simon, > Still, the 42 is a bit odd. Caught me ;-) The value was a lucky guess, but it works pretty well for me (I'm using a TrackPoint to test it, other devices might yield other values...) > Towels anyone? No Bugblatter Beast in sight, so I'm safe for now ;-) > I guess that's mostly Peter

[PATCH 1/2] dix: Fix make distcheck

2010-11-13 Thread Jeremy Huddleston
Signed-off-by: Jeremy Huddleston --- dix/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dix/Makefile.am b/dix/Makefile.am index 5e2dad7..59e512b 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -1,5 +1,6 @@ noinst_LTLIBRARIES = libdix.la libmain.la +

[PATCH 2/2] XQuartz: Fix make distcheck

2010-11-13 Thread Jeremy Huddleston
Signed-off-by: Jeremy Huddleston --- hw/xquartz/bundle/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index c4d77c0..8237e0d 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Mak

Re: [PATCH 2/2] XQuartz: Fix make distcheck

2010-11-13 Thread Cyril Brulebois
Jeremy Huddleston (13/11/2010): > - $(RM) -rf > $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app > + $(RM) -rf > $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/{Resources,Info.plist,PkgInfo} You're relying on shell expansion of “foo/{bar

[PATCH modular 1/3] jhbuildrc: Pass --enable-nouveau-experimental-api to libdrm.

2010-11-13 Thread Cyril Brulebois
This option is needed to build xf86-video-nouveau, but is disabled by default in libdrm. Let's make jhbuild able to build xf86-video-nouveau by default. Signed-off-by: Cyril Brulebois --- jhbuildrc |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/jhbuildrc b/jhbuildrc

[PATCH modular 3/3] jhbuild: Add makedepend, needed for mesa.

2010-11-13 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- xorg.modules |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/xorg.modules b/xorg.modules index 616fd6e..227371f 100644 --- a/xorg.modules +++ b/xorg.modules @@ -37,6 +37,13 @@ + + + + + + +

[PATCH modular 2/3] jhbuildrc: Support skipping packages on a per-architecture basis.

2010-11-13 Thread Cyril Brulebois
Thanks to an execfile() in jhbuildrc, allow managing packages to be skipped on this or that architecture to be listed in an external file (by default, adding '.skip' to the name of the file listing all the modules). Do not forget to use 'del' here and there to prevent jhbuild from complaining abou

[PATCH 2/2 updated] XQuartz: Fix make distcheck

2010-11-13 Thread Jeremy Huddleston
Signed-off-by: Jeremy Huddleston Reviewed-by: Cyril Brulebois --- hw/xquartz/bundle/Makefile.am |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index c4d77c0..8a206cf 100644 --- a/hw/xquartz/bundle/Makefil