Re: [PATCH:libSM] Bug 33390 - sm.pc: don't export a dependency on ice

2011-01-28 Thread Dan Nicholson
On Fri, Jan 28, 2011 at 12:23 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: https://bugs.freedesktop.org/show_bug.cgi?id=33390 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com ---  sm.pc.in |    4 ++--  1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH:libSM] Bug 33390 - sm.pc: don't export a dependency on ice

2011-01-28 Thread Dan Nicholson
On Fri, Jan 28, 2011 at 4:14 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Fri, Jan 28, 2011 at 12:23 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: https://bugs.freedesktop.org/show_bug.cgi?id=33390 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com ---  sm.pc.in |    4

Re: [PATCH evdev] Export device node as property.

2011-02-02 Thread Dan Nicholson
On Tue, Feb 1, 2011 at 9:32 PM, Peter Hutterer peter.hutte...@who-t.net wrote: There is currently no mapping between XI devices and physical devices other than what can be extracted by parsing the Xorg logfile. Add new property Device Node to the driver to export the open device file. The

Re: [PATCH evdev] Export device node as property.

2011-02-02 Thread Dan Nicholson
On Wed, Feb 2, 2011 at 1:21 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Feb 02, 2011 at 06:17:22AM -0800, Dan Nicholson wrote: On Tue, Feb 1, 2011 at 9:32 PM, Peter Hutterer peter.hutte...@who-t.net wrote: There is currently no mapping between XI devices and physical devices

Re: [PATCH evdev] Export device node as property.

2011-02-04 Thread Dan Nicholson
On Fri, Feb 4, 2011 at 5:17 AM, Peter Korsgaard jac...@sunsite.dk wrote: Peter == Peter Hutterer peter.hutte...@who-t.net writes: Hi,   I obviously like the concept, but this assumption basically breaks   remote X. What I think we really need is a unique identifier for XI   devices (to be

Re: [PATCH evdev] Export device node as property.

2011-02-04 Thread Dan Nicholson
On Fri, Feb 4, 2011 at 6:24 AM, Peter Korsgaard jac...@sunsite.dk wrote: Dan == Dan Nicholson dbn.li...@gmail.com writes: Hi,   The question is perhaps what the use case for this property is? To   easily figure out what xinput id corresponds to a config entry in   xorg.conf? The reason I

Re: --disable-nls

2011-02-04 Thread Dan Nicholson
On Fri, Feb 4, 2011 at 1:56 PM, Jeremy Huddleston jerem...@apple.com wrote: On Feb 4, 2011, at 13:02, Gaetan Nadon wrote: On Fri, 2011-02-04 at 10:25 -0800, Jeremy Huddleston wrote: It looks like libXpm ... does not honor --disable-nls. ... Never heard of it, did a bit a surfing. It is

Re: [PATCH 1/2] xkb: split out keymap compilation.

2011-02-10 Thread Dan Nicholson
things were done, but then read the second patch. Although, you may want to note in your commit message that you're refactoring the code. I don't think the XKB code can get any more fractured. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel

Re: [PATCH 2/2] xkb: if the keymap failed to compile, load the default keymap instead.

2011-02-10 Thread Dan Nicholson
and if that fails, load the default keymap instead. If that fails too, all bets are off. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net I'll take your word for it that symbols, compat and types are the right things to require. This seems like a nice fix. Reviewed-by: Dan Nicholson dbn.li

Re: xorg-server/*bsd: moving from hal support to devd support?

2011-02-13 Thread Dan Nicholson
On Sun, Feb 13, 2011 at 4:40 AM, Cyril Brulebois k...@debian.org wrote: Hi FreeBSD/X11 folks, as an occasional GNU/kFreeBSD porter, I've been wondering what's going to happen with hal going away/being unmaintained. I've been pointed to a blog post about Xfce on *BSD [1], where it is mentioned

Re: [PATCH v3: setxkbmap 1/4] Bug 34117: setxkbmap -I dir not accepted, despite man page

2011-02-13 Thread Dan Nicholson
-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Fix build with BSD make.

2011-02-14 Thread Dan Nicholson
On Sun, Feb 13, 2011 at 11:43 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: On Sun, Feb 13, 2011 at 04:44:35PM -0800, Alan Coopersmith wrote: On 02/13/11 12:51 PM, Matthieu Herrb wrote: $ is not allowed in explicit rules. Solaris make has the same limitation, but since I have to use gnu

Re: [PATCH] Fix build with BSD make.

2011-02-14 Thread Dan Nicholson
On Mon, Feb 14, 2011 at 9:58 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 02/14/11 08:52 AM, Gaetan Nadon wrote: On Mon, 2011-02-14 at 07:29 -0800, Alan Coopersmith wrote: On 02/14/11 06:18 AM, Dan Nicholson wrote: On Sun, Feb 13, 2011 at 11:43 PM, Matthieu Herrb matthieu.he

Re: [PATCH] Fix build with BSD make.

2011-02-14 Thread Dan Nicholson
On Mon, Feb 14, 2011 at 11:35 AM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2011-02-14 at 10:15 -0800, Dan Nicholson wrote: Oh, what we can do is touch the sdksyms.dep file during configure. This is how the other .dep files are handled and what is going on during the executing defiles

Re: [PATCH] Fix build with BSD make.

2011-02-15 Thread Dan Nicholson
automatic deps for the object, not the source file. So, I think we need to generate deps for the source file so that sdksyms.c gets regenerated and not just recompiled. -- Dan From 701a855e0e8b951ef044f26a4e19b278e2c7b62d Mon Sep 17 00:00:00 2001 From: Dan Nicholson dbn.li...@gmail.com Date: Tue, 15

Re: xorg-server/*bsd: moving from hal support to devd support?

2011-02-15 Thread Dan Nicholson
On Tue, Feb 15, 2011 at 8:28 AM, Cyril Brulebois k...@debian.org wrote: Hi Warner, Warner Losh i...@bsdimp.com (14/02/2011): I'm mentioned this several times now: Get me a spec for what Linux udev provides, and what services are needed, and I'll make a compatible implementation on FreeBSD.

Re: [PATCH] XDM: Fix FTBFS with gold or recent gcc releases.

2011-02-19 Thread Dan Nicholson
On Sat, Feb 19, 2011 at 11:35 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 02/19/11 11:30 AM, Fernando Lemos wrote: On Sat, Feb 19, 2011 at 6:47 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 02/19/11 10:28 AM, Mark Kettenis wrote: Date: Sat, 19 Feb 2011 18:03:04

Re: xserver distcheck broken with and without --disable-devel-docs

2011-02-20 Thread Dan Nicholson
On Sat, Feb 19, 2011 at 8:24 AM, Gaetan Nadon mems...@videotron.ca wrote: On Sat, 2011-02-19 at 17:08 +0100, Cyril Brulebois wrote: Gaetan Nadon mems...@videotron.ca (19/02/2011): The scenario in question is running distcheck in a VPATH build when doc generation is disabled which conflicts

[PATCH] dmx: Construct paths in doxygen.conf to fix VPATH builds

2011-02-20 Thread Dan Nicholson
The paths in doxygen.conf assumed that srcdir=builddir and broke otherwise. Use autoconf to fill in the paths to the srcdir so that the files can be found when users have a separate build directory (as with distcheck). Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- I actually tested

Re: xserver distcheck broken with and without --disable-devel-docs

2011-02-20 Thread Dan Nicholson
On Sun, Feb 20, 2011 at 11:05 AM, Gaetan Nadon mems...@videotron.ca wrote: On Sun, 2011-02-20 at 08:51 -0800, Dan Nicholson wrote: I don't see how this could be automake doing anything. doxygen has been passed the correct path to doxygen.conf, but it's having trouble finding doxygen.head

Re: [PATCH] Unbreak the .m.c rule

2011-02-23 Thread Dan Nicholson
Hutterer peter.hutte...@who-t.net Peter, did we discuss some other way to fix this? Either way, this looks like the right thing to do. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org

[PULL] Server build fixes

2011-02-25 Thread Dan Nicholson
The following changes since commit 780a77acce1dd369549ece802b3e2c4006058dfe: Version bumped to 1.9.99.903 (1.10 RC3) (2011-02-24 20:45:46 -0800) are available in the git repository at: git://people.freedesktop.org/~dbn/xserver build-fixes Dan Nicholson (2): xfree86: Allow sdksyms.dep

Re: [PULL] Server build fixes

2011-02-26 Thread Dan Nicholson
On Sat, Feb 26, 2011 at 6:33 AM, Cyril Brulebois k...@debian.org wrote: Hi, Keith Packard kei...@keithp.com (25/02/2011): On Fri, 25 Feb 2011 06:43:58 -0800, Dan Nicholson dbn.li...@gmail.com wrote: Dan Nicholson (2):       xfree86: Allow sdksyms.dep to be included portably       dmx

Re: [PULL] Server build fixes

2011-02-26 Thread Dan Nicholson
there really needs to be a rule that sdksyms.c depends on sdksyms.dep in case the dep file gets updated out-of-band from running sdksyms.sh. nodisting the file will probably be good enough, but your patch can't hurt. Reviewed-by: Dan Nicholson dbn.li...@gmail.com -- Dan

Re: [PULL] Server build fixes

2011-02-27 Thread Dan Nicholson
2001 From: Dan Nicholson dbn.li...@gmail.com Date: Sat, 26 Feb 2011 08:34:27 -0800 Subject: [PATCH] xfree86: Ensure sdksyms.c is regenerated when appropriate The contents of sdksyms.c are dependent on configuration, so they should be freshly generated each time and not shipped in the tarball

Re: 1.11 release process (was: [PULL] -next branch for 1.11)

2011-03-01 Thread Dan Nicholson
On Tue, Mar 1, 2011 at 9:52 AM, Daniel Stone dan...@fooishbar.org wrote: Hi, On Mon, Feb 28, 2011 at 09:14:26PM -0800, Keith Packard wrote: Do we need more formal rules for merging code? The RandR 1.4 server code was merged before the protocol and library APIs had seen sufficient review, but

Re: [PULL] Server build fixes

2011-03-03 Thread Dan Nicholson
On Thu, Mar 3, 2011 at 2:10 PM, Keith Packard kei...@keithp.com wrote: On Sat, 26 Feb 2011 11:01:38 -0800, Dan Nicholson dbn.li...@gmail.com wrote: It should get run every time config.status is run, which is every time configure runs. So, sdksyms.dep should get updated exactly when

Re: Need some m4 wizardry to quote []s in configure.ac

2011-03-04 Thread Dan Nicholson
On Fri, Mar 4, 2011 at 10:50 AM, Jeremy Huddleston jerem...@apple.com wrote: How do I quote []s in m4?  I've tried escaping with \, 's, s, ... I'm out of tricks...  I'm trying to update the poll() checks in libxcb and libXt to allow poll on darwin11, but the []s are getting stripped.  

Re: [PATCH modular] jhbuild: Mark xf86-video-sunbw2 as unmaintained.

2011-03-06 Thread Dan Nicholson
, Reviewed-by: Dan Nicholson dbn.li...@gmail.com. -- Dan ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH modular 1/3 (v2)] jhbuild: Pass --enable-nouveau-experimental-api to libdrm.

2011-03-06 Thread Dan Nicholson
On Sun, Nov 14, 2010 at 11:43:14PM +0100, Cyril Brulebois wrote: 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 k...@debian.org --- jhbuildrc |3 +++

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

2011-03-06 Thread Dan Nicholson
Reviewing these patches again... On Sun, Nov 14, 2010 at 01:50:56AM +0100, Cyril Brulebois wrote: Signed-off-by: Cyril Brulebois k...@debian.org --- xorg.modules |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/xorg.modules b/xorg.modules index

Re: [PATCH modular] jhbuild: Mark xf86-video-sunbw2 as unmaintained.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 7:59 AM, Cyril Brulebois k...@debian.org wrote: Hi, Dan Nicholson dbn.li...@gmail.com (06/03/2011): I've been playing with jhbuild more lately and had made the change locally. The only difference is I also removed it from the xorg-sun-drivers metamodule since I figure

Re: [PATCH modular 1/3 (v2)] jhbuild: Pass --enable-nouveau-experimental-api to libdrm.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:24 AM, Cyril Brulebois k...@debian.org wrote: Hi, Dan Nicholson dbn.li...@gmail.com (06/03/2011): Would this be more appropriate to put in the module definition so that we don't have to depend on people's jhbuildrc? looks far better (didn't check it myself though

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

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:33 AM, Cyril Brulebois k...@debian.org wrote: Dan Nicholson dbn.li...@gmail.com (06/03/2011): Reviewing these patches again... Thanks.. Here the dependency is being added to libdrm instead of libGL. Is that intentional? I don't think so, got confused by the mesa

Re: [PATCH modular 2/3 (v3)] jhbuild: Support skipping packages on a per-architecture basis.

2011-03-06 Thread Dan Nicholson
On Sun, Mar 6, 2011 at 8:29 AM, Cyril Brulebois k...@debian.org wrote: Hi again, Dan Nicholson dbn.li...@gmail.com (06/03/2011): Now that I've spent some more time with jhbuild, I have some comments that I'd like to get your feedback on. Sorry this is so long after the 3(!) previous reviews

[PATCH modular 00/15] jhbuild fixes + 7.6 moduleset

2011-03-06 Thread Dan Nicholson
- 15 contain the 7.6 moduleset and script for updating it. Since the last time, I've filled out the moduleset to cover all modules included in 7.6 and added stable releases for modules in xorg.modules but not in the katamari. Dan Nicholson (15): jhbuild: Clean up formatting of xorg.modules

[PATCH modular 03/15] jhbuild: Remove duplicate xtrans module

2011-03-06 Thread Dan Nicholson
All the other modules depend on the one with the libxtrans id. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3d74db8..6281fd5 100644 --- a/xorg.modules +++ b

[PATCH modular 02/15] jhbuild: Use git.freedesktop.org as default repository

2011-03-06 Thread Dan Nicholson
Since all the modules use fdo's git, the moduleset can be a lot cleaner. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 551 +++-- 1 files changed, 184 insertions(+), 367 deletions(-) diff --git a/xorg.modules b

[PATCH modular 04/15] jhbuild: Build xcursorgen for cursors dependency

2011-03-06 Thread Dan Nicholson
This is also part of the katamari, so include it in the xorg-apps metamodule. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 6281fd5..deef23e 100644

[PATCH modular 06/15] jhbuild: Build applications included in the katamari

2011-03-06 Thread Dan Nicholson
If they're good enough to make a X.Org release, they're good enough to be build tested. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 80 +- 1 files changed, 79 insertions(+), 1 deletions(-) diff --git

[PATCH modular 05/15] jhbuild: Build openchrome driver from svn

2011-03-06 Thread Dan Nicholson
Since the openchrome driver is being distributed in the katamari, it makes sense to build it here even if it's not under X.Org. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/xorg.modules b

[PATCH modular 07/15] jhbuild: No xserver DDXs require xkbui anymore

2011-03-06 Thread Dan Nicholson
Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3976837..052f044 100644 --- a/xorg.modules +++ b/xorg.modules @@ -1858,7 +1858,6 @@ dep package=xorg-protos

[PATCH modular 08/15] jhbuild: Reorder and rename font modules sanely

2011-03-06 Thread Dan Nicholson
The font modules seemed to be in a random order and had inconsistent names. adobe-75dpi corresponds to the tarball font-adobe-75dpi, yet fonts-cursor corresponds to the tarball font-cursor-misc. Instead, the tarball names will be used. Signed-off-by: Dan Nicholson dbn.li...@gmail.com

[PATCH modular 09/15] jhbuild: Add definitions for remaining font modules

2011-03-06 Thread Dan Nicholson
The rest of the X.Org font modules aren't built as part of the xorg-fonts metamodule, but they should be buildable from jhbuild. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 264 ++ 1 files changed, 264 insertions

[PATCH modular 10/15] jhbuild: Move font modules before drivers

2011-03-06 Thread Dan Nicholson
The driver metamodule was separated from the module definitions by the font section. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules | 1000 +- 1 files changed, 500 insertions(+), 500 deletions(-) diff --git

[PATCH modular 12/15] jhbuild: Don't build broken impact driver

2011-03-06 Thread Dan Nicholson
xf86-video-impact has been broken for a while and isn't built by build.sh. Move it to the unmaintained metamodule until someone cares. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- xorg.modules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg.modules b

[PATCH modular 11/15] jhbuild: Group external modules at top of moduleset

2011-03-06 Thread Dan Nicholson
A few of the non-X.Org modules such as pixman and libdrm were mixed in with the X.Org libraries. Instead, they should be at the top of the moduleset with the rest of the external modules such as fontconfig. This also adds comments to mark each section separately. Signed-off-by: Dan Nicholson

[PATCH modular 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-06 Thread Dan Nicholson
update-moduleset.sh takes the sha1sum and tarball and updates the module definition in a given moduleset. This should make keeping the stable moduleset easier. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- update-moduleset.sh | 72 +++ 1

[PATCH modular 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-06 Thread Dan Nicholson
In order to keep the katamari moduleset up to date with current tarball information, have release.sh update the file when new releases are made. This is enabled by passing a module file with --moduleset. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- release.sh | 23

Re: [PATCH modular 00/15] jhbuild fixes + 7.6 moduleset

2011-03-07 Thread Dan Nicholson
On Mon, Mar 07, 2011 at 11:56:11AM +0100, Dirk Wallenstein wrote: On Mon, Mar 07, 2011 at 09:15:26AM +0100, Dirk Wallenstein wrote: On Sun, Mar 06, 2011 at 09:29:45AM -0800, Dan Nicholson wrote: A while back I was working on a moduleset for 7.6: http://lists.x.org/archives/xorg-devel

Re: [PATCH modular 05/15] jhbuild: Build openchrome driver from svn

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 3:15 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:50AM -0800, Dan Nicholson wrote: Since the openchrome driver is being distributed in the katamari, it makes sense to build it here even if it's not under X.Org. Signed-off-by: Dan

Re: [PATCH modular 06/15] jhbuild: Build applications included in the katamari

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 3:09 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:51AM -0800, Dan Nicholson wrote: If they're good enough to make a X.Org release, they're good enough to be build tested. Signed-off-by: Dan Nicholson dbn.li...@gmail.com

Re: [PATCH modular 10/15] jhbuild: Move font modules before drivers

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 2:56 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:55AM -0800, Dan Nicholson wrote: The driver metamodule was separated from the module definitions by the font section. Signed-off-by: Dan Nicholson dbn.li...@gmail.com ---  xorg.modules

Re: [PATCH xlsclients] Use XCB_ATOM_* atom names rather than deprecated atom names

2011-03-07 Thread Dan Nicholson
://tinderbox.freedesktop.org/builds/2011-03-06-0008/logs/xlsclients/#build http://tinderbox.freedesktop.org/builds/2011-03-07-0001/logs/xlsclients/#build Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Hit this through jhbuild, too. Tested-by: Dan Nicholson dbn.li...@gmail.com

Re: [PATCH modular 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 8:19 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:59AM -0800, Dan Nicholson wrote: update-moduleset.sh takes the sha1sum and tarball and updates the module definition in a given moduleset. This should make keeping the stable moduleset

Re: [PATCH modular 00/15] jhbuild fixes + 7.6 moduleset

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 7:26 AM, Dirk Wallenstein hals...@t-online.de wrote: On Mon, Mar 07, 2011 at 05:00:19AM -0800, Dan Nicholson wrote: On Mon, Mar 07, 2011 at 11:56:11AM +0100, Dirk Wallenstein wrote: On Mon, Mar 07, 2011 at 09:15:26AM +0100, Dirk Wallenstein wrote: On Sun, Mar 06, 2011

Re: [PATCH modular 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 8:37 AM, Dirk Wallenstein hals...@t-online.de wrote: On Mon, Mar 07, 2011 at 08:29:49AM -0800, Dan Nicholson wrote: On Mon, Mar 7, 2011 at 8:19 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:59AM -0800, Dan Nicholson wrote: update

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 11:14 AM, Gaetan Nadon mems...@videotron.ca wrote: README: The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-07 Thread Dan Nicholson
On Mon, Mar 07, 2011 at 04:45:25PM -0500, Peter Harris wrote: On 2011-03-07 15:29, Dan Nicholson wrote: There are other components that use xcb-util, though. For instance, xlsclients needs xcb-atom.pc from xcb-util. Probably it should be included in the katamari. xlsclients was just

Re: [PATCH modular 05/15] jhbuild: Build openchrome driver from svn

2011-03-07 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 2:16 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On Sun, Mar 06, 2011 at 09:29:50AM -0800, Dan Nicholson wrote: Since the openchrome driver is being distributed in the katamari, it makes sense to build it here even if it's not under X.Org. Though I've

Re: [PATCH modular 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-08 Thread Dan Nicholson
On Tue, Mar 8, 2011 at 1:11 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:30:00AM -0800, Dan Nicholson wrote: In order to keep the katamari moduleset up to date with current tarball information, have release.sh update the file when new releases are made

Re: [PATCH modular 01/15] jhbuild: Clean up formatting of xorg.modules

2011-03-08 Thread Dan Nicholson
On Tue, Mar 8, 2011 at 1:01 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:46AM -0800, Dan Nicholson wrote: Signed-off-by: Dan Nicholson dbn.li...@gmail.com ---  xorg.modules |  748 +++---  1 files changed

Re: [PATCH modular 05/15] jhbuild: Build openchrome driver from svn

2011-03-08 Thread Dan Nicholson
On Mon, Mar 7, 2011 at 7:05 AM, Dirk Wallenstein hals...@t-online.de wrote: On Mon, Mar 07, 2011 at 05:13:42AM -0800, Dan Nicholson wrote: On Mon, Mar 7, 2011 at 3:15 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:50AM -0800, Dan Nicholson wrote: Since

Re: [PATCH modular 13/15] jhbuild: Add moduleset with tarballs used for 7.6 katamari

2011-03-08 Thread Dan Nicholson
On Tue, Mar 8, 2011 at 7:25 AM, Dirk Wallenstein hals...@t-online.de wrote: On Sun, Mar 06, 2011 at 09:29:58AM -0800, Dan Nicholson wrote: Add a moduleset for the 7.6 katamari based on xorg.modules and module-list.txt. This uses the module list from 7.6 with gzipped tarballs and sha1sums from

Re: [PATCH util-macros 3/3] XORG_LD_WRAP: check if linker supports -wrap

2011-03-10 Thread Dan Nicholson
On Thu, Mar 10, 2011 at 5:55 AM, Gaetan Nadon mems...@videotron.ca wrote: Used mainly by test cases using a wrapper function. Signed-off-by: Gaetan Nadon mems...@videotron.ca ---  Makefile.am              |    1 +  ax_check_linker_flags.m4 |   77

Re: [PATCH util-macros 1/3] XORG_ENABLE_UNIT_TESTS: add support for unit testing

2011-03-10 Thread Dan Nicholson
], [enable_unit_tests=]_defopt) +m4_undefine([_defopt]) +AM_CONDITIONAL(ENABLE_UNIT_TESTS, [test x$enable_unit_tests != xno]) I think you want to quote the $enable_unit_tests here since it hasn't been sanity checked at all. Otherwise, Reviewed-by: Dan Nicholson dbn.li...@gmail.com

Re: [PATCH util-macros 2/3] XORG_WITH_GLIB: check for the GLib package

2011-03-10 Thread Dan Nicholson
but glib-2.0 not found]) +  fi +fi + +AM_CONDITIONAL([HAVE_GLIB], [test $have_glib = yes]) +]) # XORG_WITH_GLIB Looks good otherwise. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http

[PATCH modular v2 10/15] jhbuild: Move font modules before drivers

2011-03-11 Thread Dan Nicholson
The driver metamodule was separated from the module definitions by the font section. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- V2: s/fonts-util/font-util/ xorg.modules | 1000 +- 1 files changed, 500 insertions(+), 500

[PATCH modular v2 05/15] jhbuild: Build openchrome driver from svn

2011-03-11 Thread Dan Nicholson
as the branch module, jhbuild will use the trunk or branches directories as directed by the revision attribute. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- V2: Just updating the commit text. I checked this out this jhbuild tagged 2.30.2 and it worked fine. xorg.modules | 11

[PATCH modular v2 06/15] jhbuild: Build applications included in the katamari

2011-03-11 Thread Dan Nicholson
If they're good enough to make a X.Org release, they're good enough to be build tested. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- V2: Moved xcursorgen module correction to 0004 xorg.modules | 78 ++ 1 files changed, 78

[PATCH modular v2 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-11 Thread Dan Nicholson
update-moduleset.sh takes the sha1sum and tarball and updates the module definition in a given moduleset. This should make keeping the stable moduleset easier. The module name mangling list was reached by grepping for all the package names in the moduleset. Signed-off-by: Dan Nicholson dbn.li

[PATCH modular v2 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-11 Thread Dan Nicholson
In order to keep the katamari moduleset up to date with current tarball information, have release.sh update the file when new releases are made. This is enabled by passing a module file with --moduleset. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- V2: Split the sha1sum output so

Re: [PATCH xserver 2/2] dmx/doc: remove dead code in the makefile

2011-03-11 Thread Dan Nicholson
, but the xml files are distributed by being part of doc_sources. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xserver 1/2] man: relocate manual pages in the man subdir outside doc

2011-03-11 Thread Dan Nicholson
mems...@videotron.ca Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH modular v2 14/15] jhbuild: Add script for updating moduleset tarball definitions

2011-03-12 Thread Dan Nicholson
On Sat, Mar 12, 2011 at 1:45 AM, Dirk Wallenstein hals...@t-online.de wrote: On Fri, Mar 11, 2011 at 06:30:36AM -0800, Dan Nicholson wrote: update-moduleset.sh takes the sha1sum and tarball and updates the module definition in a given moduleset. This should make keeping the stable moduleset

Re: [PATCH modular v2 15/15] release.sh: Update jhbuild moduleset with --moduleset

2011-03-12 Thread Dan Nicholson
On Sat, Mar 12, 2011 at 1:46 AM, Dirk Wallenstein hals...@t-online.de wrote: On Fri, Mar 11, 2011 at 06:31:30AM -0800, Dan Nicholson wrote: In order to keep the katamari moduleset up to date with current tarball information, have release.sh update the file when new releases are made

Re: [PATCH modular v2 04/15] jhbuild: Build xcursorgen for cursors dependency

2011-03-12 Thread Dan Nicholson
On Sat, Mar 12, 2011 at 1:43 AM, Dirk Wallenstein hals...@t-online.de wrote: On Fri, Mar 11, 2011 at 06:32:37AM -0800, Dan Nicholson wrote: This is also part of the katamari, so include it in the xorg-apps metamodule. Signed-off-by: Dan Nicholson dbn.li...@gmail.com ---  V2: Squash

Re: [PATCH modular] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 3:34 AM, Dirk Wallenstein hals...@t-online.de wrote: To find the auxiliary script that updates a moduleset, consider the case where the main script is accessed through a symlink, and resolve that first. Signed-off-by: Dirk Wallenstein hals...@t-online.de ---  

Re: [PATCH modular] release.sh: Generate error for missing arguments

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 3:35 AM, Dirk Wallenstein hals...@t-online.de wrote: All three arguments are required.  Otherwise git-rev-list will abort the script silently. Signed-off-by: Dirk Wallenstein hals...@t-online.de Reviewed-by: Dan Nicholson dbn.li...@gmail.com

Re: [PATCH v2 util-macros 3/3] XORG_LD_WRAP: check if linker supports -wrap

2011-03-13 Thread Dan Nicholson
On Thu, Mar 10, 2011 at 2:51 PM, Gaetan Nadon mems...@videotron.ca wrote: Used mainly by test cases using a wrapper function. Signed-off-by: Gaetan Nadon mems...@videotron.ca Yeah, that looks a lot better to me. Reviewed-by: Dan Nicholson dbn.li...@gmail.com

Re: [PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
'readlink -f' instead of 'realpath' On Sun, Mar 13, 2011 at 08:52:02AM -0700, Dan Nicholson wrote: Hmm, I don't have realpath on fedora and yum doesn't know of any realpath packages. Might be safer to use readlink -f since readlink comes from coreutils, which is definitely installed on every

Re: [PATCH modular] xcb-util: not required to build The X C Binding (XCB) library for X

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 1:10 PM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 07/03/2011 22:25, Dan Nicholson wrote: On Mon, Mar 07, 2011 at 04:45:25PM -0500, Peter Harris wrote: On 2011-03-07 15:29, Dan Nicholson wrote: There are other components that use xcb-util, though. For instance

Re: [PATCH modular v2] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 11:23 AM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 03/13/11 11:16 AM, Dan Nicholson wrote: On Sun, Mar 13, 2011 at 9:28 AM, Dirk Wallenstein hals...@t-online.de wrote: To find the auxiliary script that updates a moduleset, consider the case where

Re: [PATCH:modular] jhbuild: Fix typo in checkoutdir for newly added xpr and xrefresh applications

2011-03-14 Thread Dan Nicholson
/     /dependencies Oops, good catch. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: mkfontdir: Changes to 'master'

2011-03-14 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 6:09 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 11/03/2011 22:37, Alan Coopersmith wrote:  Makefile.am |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 Author: Alan Coopersmith

Re: [PATCH] Document that xgamma is useless on XRandr screens

2011-03-14 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 4:59 AM, Michal Suchanek hramr...@centrum.cz wrote: On 14 March 2011 01:54, Alex Deucher alexdeuc...@gmail.com wrote: On Sun, Mar 13, 2011 at 7:43 PM, Michal Suchanek hramr...@centrum.cz wrote: Hello, xgamma looks like the logical utility to set gamma but cannot be

Re: sessreg: Changes to 'master'

2011-03-14 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 19/01/2011 15:49, Gaetan Nadon wrote:  Makefile.am         |   25 -  configure.ac        |    5 +  filenames.sed.c     |   29 ---  man/Makefile.am     |   22  man/filenames.sed.c |   29

Re: [PATCH app-sessreg 0/4] Providing more platform information in the man page

2011-03-14 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 11:19 AM, Gaetan Nadon mems...@videotron.ca wrote: This series aims at improving the man page by providing platform information in a more consistent way. It does a good job of covering the System V vs BSD implementations (although silent on Linux) by describing and

Re: sessreg: Changes to 'master'

2011-03-15 Thread Dan Nicholson
On Tue, Mar 15, 2011 at 5:32 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 14/03/2011 17:53, Gaetan Nadon wrote: On Mon, 2011-03-14 at 08:18 -0700, Dan Nicholson wrote: On Mon, Mar 14, 2011 at 7:31 AM, Jon TURNEY jon.turney-grjqepx9rppajuda+fb...@public.gmane.org wrote: On 19/01/2011

Re: [PATCH 3/4] xfree86: warning fix

2011-03-15 Thread Dan Nicholson
On Tue, Mar 15, 2011 at 8:37 AM, Keith Packard kei...@keithp.com wrote: On Tue, 15 Mar 2011 11:05:06 -0400, Adam Jackson a...@redhat.com wrote: -                             if (asprintf(s, %ul %ul, val1, val.num) == -1) +                             if (asprintf(s, %lu %u, val1, val.num) ==

Re: [PATCH] man: list the drivers that are ignored when hotplugging (#35209)

2011-03-16 Thread Dan Nicholson
On Tue, Mar 15, 2011 at 3:11 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 15, 2011 at 02:49:29PM +0100, Vincent Lefevre wrote: On 2011-03-15 13:21:16 +1000, Peter Hutterer wrote: X.Org Bug 35209 http://bugs.freedesktop.org/show_bug.cgi?id=35209 Signed-off-by: Peter

Re: [PATCH] xfree86: print out which driver is about to be used.

2011-03-17 Thread Dan Nicholson
. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] [xorg/xserver] config: handle device change event properly

2011-03-20 Thread Dan Nicholson
that I agree that this patch is needed, but it is an awfully big hammer. It would be nice if we could pass this information through to the driver, but I'm not sure how that would work. Anyway, Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ xorg-devel

Re: [PATCH] man: list the drivers that are ignored when hotplugging (#35209)

2011-03-21 Thread Dan Nicholson
On Wed, Mar 16, 2011 at 5:14 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 16, 2011 at 05:24:08AM -0700, Dan Nicholson wrote: On Tue, Mar 15, 2011 at 3:11 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 15, 2011 at 02:49:29PM +0100, Vincent Lefevre wrote

Re: [PATCH] man: list the drivers that are ignored when hotplugging (#35209)

2011-03-21 Thread Dan Nicholson
On Mon, Mar 21, 2011 at 5:01 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Mar 21, 2011 at 05:59:47AM -0700, Dan Nicholson wrote: On Wed, Mar 16, 2011 at 5:14 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 16, 2011 at 05:24:08AM -0700, Dan Nicholson wrote

Re: [PATCH util-macros 1/2] Add XORG_WITH_W3M for HTML to text conversion

2011-03-21 Thread Dan Nicholson
On Mon, Mar 21, 2011 at 5:39 PM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2011-03-21 at 16:59 -0700, Alan Coopersmith wrote: Isn't w3m just one of the choices XMLTO might be using?   I'm not sure we want to try to replicate all the XMLTO configure options in every one of our modules.

Re: [PATCH] Only build tests when unit tests are enabled.

2011-03-22 Thread Dan Nicholson
On Mon, Mar 21, 2011 at 6:56 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- I'll squash this in with the other patch, no need to have two separate ones.  test/Makefile.am |    2 +-  1 files changed, 1 insertions(+), 1

Re: [PATCH util-macros 1/2] Add XORG_WITH_W3M for HTML to text conversion

2011-03-22 Thread Dan Nicholson
On Tue, Mar 22, 2011 at 10:34 AM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2011-03-21 at 17:46 -0700, Dan Nicholson wrote: I'm not volunteering to do it, but I always thought it would be nice if the doc macros actually tried to generate a test doc instead of just checking for tools

Re: [PATCH sgml-doctools 2/2] Using xsltproc rather than xmlto enables using correct stylesheets

2011-03-22 Thread Dan Nicholson
On Tue, Mar 22, 2011 at 7:20 AM, Gaetan Nadon mems...@videotron.ca wrote: As explained in xorg-docs:    Xmlto is a script that selects the appropriate back-end    based on options and tools availability.    Xmlto uses an xsl fragment which is not compatible with    the standard use of xsl

Re: [PATCH xorg-docs 2/2] Replace XMLTO with XSLTPROC, XMLLINT and W3M tools

2011-03-22 Thread Dan Nicholson
On Tue, Mar 22, 2011 at 7:19 AM, Gaetan Nadon mems...@videotron.ca wrote: Xmlto is a script that selects the appropriate back-end based on options and tools availability. Xmlto uses an xsl fragment which is not compatible with the standard use of xsl stylesheets. The customization for xhtml

  1   2   3   4   5   6   7   8   >