re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nv

2024-07-23 Thread matthew green
"Taylor R Campbell" writes: > Module Name: src > Committed By: riastradh > Date: Tue Jul 23 07:52:06 UTC 2024 > > Modified Files: > src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile > > Log Message: > xf86-video-nv: Don't fail on -Wpointer-sign with clang. > > Not sure why

re: CVS commit: src/external/mit/xorg/lib

2024-05-06 Thread matthew green
"Taylor R Campbell" writes: > Module Name: src > Committed By: riastradh > Date: Sun May 5 15:25:31 UTC 2024 > > Modified Files: > src/external/mit/xorg/lib/dri: Makefile > src/external/mit/xorg/lib/dri.old: Makefile > > Log Message: > mesa: Build with -Wno-error=typedef-redef

re: CVS commit: src/external/mit/xorg/server/xorg-server/hw

2021-08-21 Thread matthew green
> XXX: I wonder if each Xorg server extension can be enabled/disabled > per ${MACHINE} basis rather than in MI include/dix-config.h header. i had a look at this, and we could do it but it might require generating a patched eg, xorg-config.h and maybe others, some that are installed, some that

Re: CVS commit: src/external/mit/xorg/lib

2020-09-20 Thread maya
On Wed, Sep 16, 2020 at 06:26:45PM +, m...@netbsd.org wrote: > Since the background for this is an issue nobody else is experiencing, > can you at least report a bug for how to reach it? hello? in the original proposal joerg already said it has a chance of making opengl not reentrant. the use

Re: CVS commit: src/external/mit/xorg/lib

2020-09-16 Thread maya
Since the background for this is an issue nobody else is experiencing, can you at least report a bug for how to reach it? On Wed, Sep 16, 2020 at 06:19:24PM +, Nia Alarie wrote: > Module Name: src > Committed By: nia > Date: Wed Sep 16 18:19:24 UTC 2020 > > Modified Files: > sr

Re: CVS commit: src/external/mit/xorg/server/xorg-server/hw/sun

2020-07-23 Thread Izumi Tsutsui
> Module Name: src > Committed By: mrg > Date: Thu Jul 23 09:59:36 UTC 2020 > > Modified Files: > src/external/mit/xorg/server/xorg-server/hw/sun: Makefile.Xsun > > Log Message: > fix build: > - add .../xorg subdir to the path > - add dbe and present extensions, both wanted via lin

Re: CVS commit: src/external/mit/xorg/lib/gallium

2020-02-03 Thread Joerg Sonnenberger
On Fri, Jan 31, 2020 at 09:13:40PM +, Jared D. McNeill wrote: > Module Name: src > Committed By: jmcneill > Date: Fri Jan 31 21:13:40 UTC 2020 > > Modified Files: > src/external/mit/xorg/lib/gallium: Makefile > > Log Message: > Bump MESA_LLVM_VERSION_STRING Directly use ${LLVM

Re: CVS commit: src/external/mit/xorg/lib

2020-02-03 Thread Joerg Sonnenberger
On Fri, Jan 31, 2020 at 08:58:18PM +, Jared D. McNeill wrote: > Module Name: src > Committed By: jmcneill > Date: Fri Jan 31 20:58:18 UTC 2020 > > Modified Files: > src/external/mit/xorg/lib: libmesa.mk > src/external/mit/xorg/lib/libglapi: Makefile > > Log Message: > Cha

Re: CVS commit: src/external/mit/xorg/bin

2018-07-04 Thread maya
On Wed, Jul 04, 2018 at 12:25:49PM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Wed Jul 4 12:25:49 UTC 2018 > > Modified Files: > src/external/mit/xorg/bin/fc-cache: Makefile > src/external/mit/xorg/bin/fc-cat: Makefile > src/external/mit/x

Re: CVS commit: src/external/mit/xorg/lib/libdrm

2017-03-06 Thread maya
On Mon, Mar 06, 2017 at 01:50:40PM +, Maya Rashish wrote: > Module Name: src > Committed By: maya > Date: Mon Mar 6 13:50:40 UTC 2017 > > Modified Files: > src/external/mit/xorg/lib/libdrm: Makefile.defines > > Log Message: > We do HAVE_NOUVEAU. so use it. > > I don't think

Re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-chips

2017-01-24 Thread Christos Zoulas
In article <14621.1485263...@splode.eterna.com.au>, matthew green wrote: >Joerg Sonnenberger writes: >> On Thu, Jan 19, 2017 at 11:51:16PM +, Michael Lorenz wrote: >> > Module Name: src >> > Committed By: macallan >> > Date: Thu Jan 19 23:51:16 UTC 2017 >> > >> > Modi

re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-chips

2017-01-24 Thread matthew green
Joerg Sonnenberger writes: > On Thu, Jan 19, 2017 at 11:51:16PM +, Michael Lorenz wrote: > > Module Name:src > > Committed By: macallan > > Date: Thu Jan 19 23:51:16 UTC 2017 > > > > Modified Files: > > src/external/mit/xorg/server/drivers/xf86-video-chips: Make

Re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-chips

2017-01-23 Thread Joerg Sonnenberger
On Thu, Jan 19, 2017 at 11:51:16PM +, Michael Lorenz wrote: > Module Name: src > Committed By: macallan > Date: Thu Jan 19 23:51:16 UTC 2017 > > Modified Files: > src/external/mit/xorg/server/drivers/xf86-video-chips: Makefile > > Log Message: > build EXA support https://relen

re: CVS commit: src/external/mit/xorg/server/xorg-server

2016-08-12 Thread matthew green
> > LDADD+=${LDADD.render} > > -LDADD+=${LDADD.randr} > > +eDADD+=${LDADD.randr} > > LDADD+=${LDADD.damageext} > > typo? well spotted! thanks. .mrg.

re: CVS commit: src/external/mit/xorg/server/xorg-server

2016-08-12 Thread matthew green
> Log Message: > first merge of xorg-server 1.18.4 reach over. not tested, and > missing at these new subdirs, some which may not be needed: > > dri2 i meant "dri3" here. .mrg.

Re: CVS commit: src/external/mit/xorg/server/xorg-server

2016-08-11 Thread Richard PALO
> Index: src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile > diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile:1.9 > src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile:1.10 > --- src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefil

Re: CVS commit: src/external/mit/xorg/lib

2016-02-26 Thread Taylor R Campbell
Date: Fri, 26 Feb 2016 23:08:14 +0100 From: Joerg Sonnenberger On Fri, Feb 26, 2016 at 09:20:17PM +, Taylor R Campbell wrote: > Disable C++11 warnings about `register' qualifiers in glsl_lexer.cpp. > > glsl_lexer.cpp was generated by a flex that still uses it. It is > h

Re: CVS commit: src/external/mit/xorg/lib

2016-02-26 Thread Joerg Sonnenberger
On Fri, Feb 26, 2016 at 09:20:17PM +, Taylor R Campbell wrote: > Module Name: src > Committed By: riastradh > Date: Fri Feb 26 21:20:17 UTC 2016 > > Modified Files: > src/external/mit/xorg/lib: libglsl.mk > > Log Message: > Disable C++11 warnings about `register' qualifiers in

Re: CVS commit: src/external/mit/xorg/server/xorg-server

2016-01-25 Thread Christos Zoulas
In article <6985.1453779...@splode.eterna.com.au>, matthew green wrote: >"Christos Zoulas" writes: >> Module Name: src >> Committed By:christos >> Date:Mon Jan 25 18:00:26 UTC 2016 >> >> Modified Files: >> src/external/mit/xorg/server/xorg-server: Makefile.serverlib

re: CVS commit: src/external/mit/xorg/server/xorg-server

2016-01-25 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Mon Jan 25 18:00:26 UTC 2016 > > Modified Files: > src/external/mit/xorg/server/xorg-server: Makefile.serverlib > Makefile.servermod > > Log Message: > Include before setting any MK variables,

Re: CVS commit: src/external/mit/xorg

2015-08-11 Thread David Laight
On Mon, Aug 10, 2015 at 05:12:54PM +, David Holland wrote: > On Sun, Aug 09, 2015 at 01:06:30AM +0200, Aymeric Vincent wrote: > > David Holland writes: > > > > > > Fix bracket expressions by moving '-' to the end of them. GNU awk > choked. > > > > > > Front is safer. fwiw. > > > > O

Re: CVS commit: src/external/mit/xorg

2015-08-10 Thread David Holland
On Sun, Aug 09, 2015 at 01:06:30AM +0200, Aymeric Vincent wrote: > David Holland writes: > > > > Fix bracket expressions by moving '-' to the end of them. GNU awk > > choked. > > > > Front is safer. fwiw. > > OK, I moved them to the front, together with '_' because it felt awkward > t

Re: CVS commit: src/external/mit/xorg

2015-08-09 Thread Aymeric Vincent
matthew green writes: > don't we also have TOOL_AWK to handle this? (mind making that change too? :) Sure, consider it done. :-) Waiting for a release to finish successfully first. Regards, Aymeric

re: CVS commit: src/external/mit/xorg

2015-08-08 Thread matthew green
Aymeric Vincent writes: > David Holland writes: > > > > Fix bracket expressions by moving '-' to the end of them. GNU awk choked. > > > > Front is safer. fwiw. > > OK, I moved them to the front, together with '_' because it felt awkward > to separate the separators. Out of curiosity, is it "sa

Re: CVS commit: src/external/mit/xorg

2015-08-08 Thread Aymeric Vincent
David Holland writes: > > Fix bracket expressions by moving '-' to the end of them. GNU awk choked. > > Front is safer. fwiw. OK, I moved them to the front, together with '_' because it felt awkward to separate the separators. Out of curiosity, is it "safer" just because it is more robust to fu

Re: CVS commit: src/external/mit/xorg

2015-08-08 Thread David Holland
On Sat, Aug 08, 2015 at 10:27:00PM +, Aymeric Vincent wrote: > Modified Files: > src/external/mit/xorg: xorg-pkg-ver.mk > > Log Message: > Fix bracket expressions by moving '-' to the end of them. GNU awk choked. Front is safer. fwiw. -- David A. Holland dholl...@netbsd.org

re: CVS commit: src/external/mit/xorg/lib/libGLU

2015-01-30 Thread matthew green
"Nathanial Sloss" writes: > Module Name: src > Committed By: nat > Date: Thu Jan 29 22:51:56 UTC 2015 > > Modified Files: > src/external/mit/xorg/lib/libGLU: shlib_version > > Log Message: > Fixes segfaults and crashing in applications that use libGLU. > Minor version bump. > > T

Re: CVS commit: src/external/mit/xorg/lib/dri

2015-01-05 Thread Christos Zoulas
In article <17212.1420481...@splode.eterna.com.au>, matthew green wrote: > >"Christos Zoulas" writes: >> Module Name: src >> Committed By:christos >> Date:Mon Jan 5 16:26:48 UTC 2015 >> >> Modified Files: >> src/external/mit/xorg/lib/dri: Makefile >> >> Log Message

re: CVS commit: src/external/mit/xorg/lib/dri

2015-01-05 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Mon Jan 5 16:26:48 UTC 2015 > > Modified Files: > src/external/mit/xorg/lib/dri: Makefile > > Log Message: > Prevent .y.c from regenerating c files from yacc. > XXX: Why are we compiling glcpp-parse.c b

re: CVS commit: src/external/mit/xorg/lib/pixman

2014-08-10 Thread matthew green
"Jared D. McNeill" writes: > Module Name: src > Committed By: jmcneill > Date: Sun Aug 10 14:10:38 UTC 2014 > > Modified Files: > src/external/mit/xorg/lib/pixman: Makefile > > Log Message: > USE_SSSE3 not USE_SSE3 thanks. i thought i'd already commited that! .mrg.

re: CVS commit: src/external/mit/xorg/bin/xauth

2014-04-05 Thread Christos Zoulas
On Apr 6, 9:31am, m...@eterna.com.au (matthew green) wrote: -- Subject: re: CVS commit: src/external/mit/xorg/bin/xauth | it shows xauth doing this: | | unlink("/home/foo/.Xauthority"); | link("/home/foo/.Xauthority", "/home/foo/.Xauthority"); | | which is where

re: CVS commit: src/external/mit/xorg/bin/xauth

2014-04-05 Thread matthew green
Christos Zoulas writes: > In article <20140405170155.aca4...@cvs.netbsd.org>, > Matthias Scheler wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:tron > >Date:Sat Apr 5 17:01:55 UTC 2014 > > > >Modified Files: > > src/external/mit/xorg/bin/xauth: Makefile

Re: CVS commit: src/external/mit/xorg/bin/xauth

2014-04-05 Thread Christos Zoulas
In article <20140405170155.aca4...@cvs.netbsd.org>, Matthias Scheler wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: tron >Date: Sat Apr 5 17:01:55 UTC 2014 > >Modified Files: > src/external/mit/xorg/bin/xauth: Makefile > >Log Message: >Force "USE_SSP" to "no" when compil

Re: CVS commit: src/external/mit/xorg/bin/xauth

2014-04-05 Thread Joerg Sonnenberger
On Sat, Apr 05, 2014 at 05:01:55PM +, Matthias Scheler wrote: > Module Name: src > Committed By: tron > Date: Sat Apr 5 17:01:55 UTC 2014 > > Modified Files: > src/external/mit/xorg/bin/xauth: Makefile > > Log Message: > Force "USE_SSP" to "no" when compiling xauth(1) for now.

re: CVS commit: src/external/mit/xorg/lib

2013-10-18 Thread matthew green
> Module Name: src > Committed By: riz > Date: Fri Oct 18 01:12:00 UTC 2013 > > Modified Files: > src/external/mit/xorg/lib/libX11: Makefile.libx11 > src/external/mit/xorg/lib/libXi: Makefile > > Log Message: > Before testing the value of HAVE_GCC, test if it's defined. thi

Re: CVS commit: src/external/mit/xorg/lib/fontconfig/src

2013-06-25 Thread Thomas Klausner
On Tue, Jun 25, 2013 at 08:10:37PM +0400, Valeriy E. Ushakov wrote: > On Tue, Jun 25, 2013 at 17:54:05 +0200, Thomas Klausner wrote: > > > There are more, e.g. in Mesa. > > external/mit/libX11/dist/src/Font.c:591:29: warning: comparison of constant > > 768614336404564650 with expression of type '

Re: CVS commit: src/external/mit/xorg/lib/fontconfig/src

2013-06-25 Thread Valery Ushakov
On Tue, Jun 25, 2013 at 17:54:05 +0200, Thomas Klausner wrote: > There are more, e.g. in Mesa. > external/mit/libX11/dist/src/Font.c:591:29: warning: comparison of constant > 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is > always true [-Wtautological-constant-out-of

Re: CVS commit: src/external/mit/xorg/lib/fontconfig/src

2013-06-25 Thread Thomas Klausner
On Tue, Jun 25, 2013 at 04:24:27PM +0200, Joerg Sonnenberger wrote: > On Tue, Jun 25, 2013 at 02:05:05PM +, Thomas Klausner wrote: > > Module Name:src > > Committed By: wiz > > Date: Tue Jun 25 14:05:04 UTC 2013 > > > > Modified Files: > > src/external/mit/xorg/

Re: CVS commit: src/external/mit/xorg/lib/fontconfig/src

2013-06-25 Thread Joerg Sonnenberger
On Tue, Jun 25, 2013 at 02:05:05PM +, Thomas Klausner wrote: > Module Name: src > Committed By: wiz > Date: Tue Jun 25 14:05:04 UTC 2013 > > Modified Files: > src/external/mit/xorg/lib/fontconfig/src: Makefile > > Log Message: > Add -Wno-error=tautological-constant-out-of-range

Re: CVS commit: src/external/mit/xorg/bin/xdm

2013-06-17 Thread Christos Zoulas
In article <29790.1371451...@splode.eterna.com.au>, matthew green wrote: > >> Module Name: src >> Committed By:christos >> Date:Sun Jun 16 01:51:29 UTC 2013 >> >> Modified Files: >> src/external/mit/xorg/bin/xdm: Makefile >> Added Files: >> src/external/mit/xorg

re: CVS commit: src/external/mit/xorg/bin/xdm

2013-06-16 Thread matthew green
> Module Name: src > Committed By: christos > Date: Sun Jun 16 01:51:29 UTC 2013 > > Modified Files: > src/external/mit/xorg/bin/xdm: Makefile > Added Files: > src/external/mit/xorg/bin/xdm/greeter: Makefile > > Log Message: > In the PIC case, build libXdmGreet; perhaps we s

re: CVS commit: src/external/mit/xorg/lib/freetype/freetype

2013-06-07 Thread matthew green
> Module Name: src > Committed By: martin > Date: Fri Jun 7 19:28:25 UTC 2013 > > Modified Files: > src/external/mit/xorg/lib/freetype/freetype: Makefile > > Log Message: > Fix a few library substitutions please revert this - i'd already fixed it by adding those substitutions, a

Re: CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2013-02-14 Thread Michael
Hello, On Fri, 15 Feb 2013 01:27:39 +0900 Izumi Tsutsui wrote: > > Module Name:src > > Committed By: macallan > > Date: Thu Feb 14 16:16:25 UTC 2013 > > > > Modified Files: > > src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile > > > > Log Mess

Re: CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2013-02-14 Thread Izumi Tsutsui
> Module Name: src > Committed By: macallan > Date: Thu Feb 14 16:16:25 UTC 2013 > > Modified Files: > src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile > > Log Message: > set -DPCVT_SUPPORT on most hardware Isn't it VGA specific? --- Izumi Tsutsui

Re: CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2011-09-28 Thread Izumi Tsutsui
> > Modified Files: > > src/external/mit/xorg/lib/xkeyboard-config/rules: base base.lst evdev > > evdev.lst : > > XXX1: can't we generate these files during build? : > sounds like a wonderful idea.. can you do it? :) Well, it turns out the dist/Makefile.in calls perl and intltools...

re: CVS commit: src/external/mit/xorg/lib/xkeyboard-config/rules

2011-09-26 Thread matthew green
> Module Name: src > Committed By: tsutsui > Date: Mon Sep 26 15:19:45 UTC 2011 > > Modified Files: > src/external/mit/xorg/lib/xkeyboard-config/rules: base base.lst evdev > evdev.lst > > Log Message: > Regenerate these compiled files properly in our own > xsrc/external/

Re: CVS commit: src/external/mit/xorg

2011-07-27 Thread Izumi Tsutsui
mrg@ wrote: > > > Module Name: src > > > Committed By: mrg > > > Date: Sat Jul 23 23:42:02 UTC 2011 > > > > > > Modified Files: > > > src/external/mit/xorg/bin/bdftopcf: Makefile > > > src/external/mit/xorg/tools/fc-cache: Makefile > > > src/external/mit/xorg/tools/mkfo

re: CVS commit: src/external/mit/xorg

2011-07-23 Thread matthew green
> > Module Name:src > > Committed By: mrg > > Date: Sat Jul 23 23:42:02 UTC 2011 > > > > Modified Files: > > src/external/mit/xorg/bin/bdftopcf: Makefile > > src/external/mit/xorg/tools/fc-cache: Makefile > > src/external/mit/xorg/tools/mkfontscale: Makefil

Re: CVS commit: src/external/mit/xorg

2011-07-23 Thread Izumi Tsutsui
> Module Name: src > Committed By: mrg > Date: Sat Jul 23 23:42:02 UTC 2011 > > Modified Files: > src/external/mit/xorg/bin/bdftopcf: Makefile > src/external/mit/xorg/tools/fc-cache: Makefile > src/external/mit/xorg/tools/mkfontscale: Makefile > > Log Message: > link ag

Re: CVS commit: src/external/mit/xorg/server/drivers

2011-01-02 Thread Izumi Tsutsui
> Modified Files: > src/external/mit/xorg/server/drivers: Makefile > > Log Message: > fix a comment Hmm, it's also better to sort by ${MACHINE} name. --- Izumi Tsutsui

re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread matthew green
> > > XXX3: should we have common definitions for MI PCI video drivers? > > > > i'm not sure what this question is asking. > > I wondered if we should merge too many duplicated lines > among alpha/cats/x86 etc. > (alpha and cats have x86 BIOS emulation in their firmware for PCI VGA) ah, i'd do

Re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Oct 23, 2010, at 11:27 AM, Izumi Tsutsui wrote: Module Name:src Committed By: tsutsui Date: Sat Oct 23 15:27:50 UTC 2010 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: Reorder SUBDIR

Re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread Izumi Tsutsui
> > XXX2: should all ports include xf86-video-wsfb unconditionally? > > does it apply to all ports? Some ports don't need it, but I guess most legacy ports need only wsfb and having unused ones is harmless. (should we use the previous .if/.elif/.else/.endif for the default case?) > > XXX3: shoul

re: CVS commit: src/external/mit/xorg/server/drivers

2010-10-23 Thread matthew green
> Module Name: src > Committed By: tsutsui > Date: Sat Oct 23 15:27:50 UTC 2010 > > Modified Files: > src/external/mit/xorg/server/drivers: Makefile > > Log Message: > Reorder SUBDIR entries to make this more maintainable/readable: > - put xf86-input drivers first then xf86-video

Re: CVS commit: src/external/mit/xorg/lib

2010-05-28 Thread David Holland
On Fri, May 28, 2010 at 06:22:05AM +, matthew green wrote: > Modified Files: > src/external/mit/xorg/lib/libGL: Makefile > src/external/mit/xorg/lib/libGLU: Makefile > src/external/mit/xorg/lib/libglut: Makefile > > Log Message: > we're now at mesa 7.7.1. > > XXX: real

re: CVS commit: src/external/mit/xorg/server/drivers/xf86-video-suncg14

2010-03-13 Thread matthew green
Module Name: src Committed By:macallan Date:Sun Mar 14 01:13:16 UTC 2010 Added Files: src/external/mit/xorg/server/drivers/xf86-video-suncg14: Makefile Log Message: apparently I forgot to commit this thanks to uwe & mrg for hitting me ov

Re: CVS commit: src/external/mit/xorg/bin/xkbcomp

2009-10-01 Thread Geert Hendrickx
On Thu, Oct 01, 2009 at 02:27:59AM +, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Thu Oct 1 02:27:59 UTC 2009 > > Modified Files: > src/external/mit/xorg/bin/xkbcomp: Makefile Makefile.common > > Log Message: > properly fix the xkbcomp output, and make