Re: DESTDIR and pkg-config variables

2009-01-13 Thread Peter Breitenlohner
$PKG_CONFIG --variable=prefix xt is a prefix of the string $PKG_CONFIG --variable=appdefaultdir xt, then (and only then) replace that prefix by '${prefix}'. This will then be compatible with distcheck! regards Peter Breitenlohner p...@mppmu.mpg.de___ xorg mailing

Your recent changes to xorg-macros

2008-12-09 Thread Peter Breitenlohner
to ANSI C. Thus, please modify the test such that they are included for gcc = 3.4. Regards Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Your recent changes to xorg-macros

2008-12-09 Thread Peter Breitenlohner
apply. Thanks Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Ansification of X.Org code other cleanup work

2008-11-17 Thread Peter Breitenlohner
an obvious build failure along the lines already applied to app/xedit, but nevertheless they need independent review and approval. Regards Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

Re: candidate patches for server-1.5-branch inclusion

2008-11-12 Thread Peter Breitenlohner
resource at 0x0005/65536. Without that patch this is erroneously reported as 0x0005/0 on 32Bit LE systems (at least on x86), or as 0x/327680 on 32Bit BE systems. Quite confusing! Regards, Peter Breitenlohner [EMAIL PROTECTED

Is there a maintainer for proto/trapproto, lib/libXTrap, app/xtrap, and Xorg XTRAP extension?

2008-11-11 Thread Peter Breitenlohner
xtrapddmi.h. Regards, Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Is there a maintainer for proto/trapproto, lib/libXTrap, app/xtrap, and Xorg XTRAP extension?

2008-11-11 Thread Peter Breitenlohner
a file between modules while preserving the original author (git blame) of that file? Regards, Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] VPATH build of viewres, xedit, xfd, xgc, and xgc fails

2008-11-10 Thread Peter Breitenlohner
On Mon, 10 Nov 2008, Peter Breitenlohner wrote: There is, however, a radically different idea. Originally the app default file, e.g., Xmessage was distributed as Xmessage.ad for the sake of case insensitive filesystems in order not to cause conflict with the executable xmessage. Now

Re: [PATCH] VPATH build of viewres, xedit, xfd, xgc, and xgc fails

2008-11-10 Thread Peter Breitenlohner
On Sun, 9 Nov 2008, Peter Breitenlohner wrote: There is actually a much better way to avoid race conditions: whenever there are several app-default files, make them depend on a phony target that ensures the existence of ./app-defaults. The phony target I proposed yesterday was a bad

Re: [PATCH] VPATH build of viewres, xedit, xfd, xgc, and xgc fails

2008-11-09 Thread Peter Breitenlohner
On Sat, 8 Nov 2008, Dan Nicholson wrote: On Fri, Nov 7, 2008 at 12:49 AM, Peter Breitenlohner [EMAIL PROTECTED] wrote: Attached are five tiny patches. Could one of you you please apply them. In my original message I had overlooked xmh with the same problem, patch is attached. In order

Your last commit for beforelight

2008-11-09 Thread Peter Breitenlohner
Hi Jeremy, your commit from yesterday for beforelight (Buildfix for case insensitive file systems) has removed ./Beforelight.ad but failed to add ./app-defaults/Beforelight.ad. Please fix that. Regards Peter Breitenlohner [EMAIL PROTECTED] ___ xorg

patches: VPATH build of viewres, xedit, xfd, xgc, and xgc fails

2008-11-07 Thread Peter Breitenlohner
of you you please apply them. Regards, Peter Breitenlohner [EMAIL PROTECTED]From 48801cf45c64a0ca9ea1e35142ee975b0a33fdff Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner [EMAIL PROTECTED] Date: Thu, 6 Nov 2008 21:02:13 +0100 Subject: [PATCH] enabled VPATH build --- Makefile.am |1 + 1 files

Re: how to set CFLAGS variable for compiling Xorg

2008-11-06 Thread Peter Breitenlohner
On Wed, 5 Nov 2008, Peter Breitenlohner wrote: On Wed, 5 Nov 2008, Julien Cristau wrote: this is in a separate (new) file xorg-changelog-cmd.m4, such that we can use it before it is installed meh. we can just depend on xorg-macros 1.2... Hi Julien, yes (of course) for all other modules

Re: how to set CFLAGS variable for compiling Xorg

2008-11-05 Thread Peter Breitenlohner
, or unconditional). Cheers, Peter Breitenlohner [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: how to set CFLAGS variable for compiling Xorg

2008-11-05 Thread Peter Breitenlohner
: XORG_CHANGELOG_CMD and in the top-level Makefile.am: ChangeLog: @CHANGELOG_CMD@ === That way the details of the command would be at one central place, much easier to maintain. Regards Peter Breitenlohner [EMAIL PROTECTED] ___ xorg