CVS commit: xsrc/external/mit/xproto/dist

2017-03-04 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Mar  4 22:07:14 UTC 2017

Modified Files:
xsrc/external/mit/xproto/dist: Xpoll.h.in

Log Message:
merge our local change to ensure FD_SETSIZE is set before 
is included, using the new version of the code to set XFD_SETSIZE.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xproto/dist/Xpoll.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xproto/dist/Xpoll.h.in
diff -u xsrc/external/mit/xproto/dist/Xpoll.h.in:1.3 xsrc/external/mit/xproto/dist/Xpoll.h.in:1.4
--- xsrc/external/mit/xproto/dist/Xpoll.h.in:1.3	Fri Jul 17 07:02:40 2015
+++ xsrc/external/mit/xproto/dist/Xpoll.h.in	Sat Mar  4 22:07:14 2017
@@ -54,10 +54,13 @@ from The Open Group.
 
 #ifndef USE_POLL
 
-#define XFD_SETSIZE	512
-
-#ifndef FD_SETSIZE
-#define FD_SETSIZE	XFD_SETSIZE
+#if defined(FD_SETSIZE) && FD_SETSIZE < 512
+# define XFD_SETSIZE	FD_SETSIZE
+#else
+# define XFD_SETSIZE	512
+# ifndef FD_SETSIZE
+#  define FD_SETSIZE	XFD_SETSIZE
+# endif
 #endif
 
 #include 
@@ -165,7 +168,7 @@ typedef struct fd_set {
 
 #else /* WIN32 */
 
-#define XFD_SETSIZE	256
+#define XFD_SETSIZE	512
 #ifndef FD_SETSIZE
 #define FD_SETSIZE	XFD_SETSIZE
 #endif



CVS commit: xsrc/external/mit/xproto/dist

2015-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri Jul 17 07:02:40 UTC 2015

Modified Files:
xsrc/external/mit/xproto/dist: Xpoll.h.in

Log Message:
actually move ahead of all the necessary headers.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xproto/dist/Xpoll.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xproto/dist/Xpoll.h.in
diff -u xsrc/external/mit/xproto/dist/Xpoll.h.in:1.2 xsrc/external/mit/xproto/dist/Xpoll.h.in:1.3
--- xsrc/external/mit/xproto/dist/Xpoll.h.in:1.2	Fri Jul 17 06:57:38 2015
+++ xsrc/external/mit/xproto/dist/Xpoll.h.in	Fri Jul 17 07:02:40 2015
@@ -54,14 +54,14 @@ from The Open Group.
 
 #ifndef USE_POLL
 
-#include 
-
 #define XFD_SETSIZE	512
 
 #ifndef FD_SETSIZE
 #define FD_SETSIZE	XFD_SETSIZE
 #endif
 
+#include 
+
 #include   /* Get the FD_* macros. */
 
 #include 



CVS commit: xsrc/external/mit/xproto/dist

2015-07-16 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri Jul 17 06:57:38 UTC 2015

Modified Files:
xsrc/external/mit/xproto/dist: Xpoll.h.in

Log Message:
move the define of FD_SETSIZE before the include of select.h, so that
is actually does something useful.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/xproto/dist/Xpoll.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xproto/dist/Xpoll.h.in
diff -u xsrc/external/mit/xproto/dist/Xpoll.h.in:1.1.1.4 xsrc/external/mit/xproto/dist/Xpoll.h.in:1.2
--- xsrc/external/mit/xproto/dist/Xpoll.h.in:1.1.1.4	Fri Jul 17 01:48:13 2015
+++ xsrc/external/mit/xproto/dist/Xpoll.h.in	Fri Jul 17 06:57:38 2015
@@ -56,6 +56,12 @@ from The Open Group.
 
 #include 
 
+#define XFD_SETSIZE	512
+
+#ifndef FD_SETSIZE
+#define FD_SETSIZE	XFD_SETSIZE
+#endif
+
 #include   /* Get the FD_* macros. */
 
 #include 
@@ -67,12 +73,6 @@ typedef long fd_mask;
 # endif
 #endif
 
-#define XFD_SETSIZE	512
-
-#ifndef FD_SETSIZE
-#define FD_SETSIZE	XFD_SETSIZE
-#endif
-
 #ifndef NBBY
 #define NBBY	8		/* number of bits in a byte */
 #endif



CVS commit: xsrc/external/mit/xproto/dist

2015-02-25 Thread Soren Jacobsen
Module Name:xsrc
Committed By:   snj
Date:   Thu Feb 26 06:11:54 UTC 2015

Removed Files:
xsrc/external/mit/xproto/dist: autogen.sh

Log Message:
remove file that disappeared upstream in xproto-7.0.15


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/xproto/dist/autogen.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 23 04:46:18 UTC 2011

Update of /cvsroot/xsrc/external/mit/xproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29359

Log Message:
initial import of xproto 7.0.22.  mostly just adds support
for some new keysyms:
 
  Add two more symbols for logging grab and window trees 

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-22

U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/ap_keysym.h
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/configure.ac
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/Xwinsock.h
N xsrc/external/mit/xproto/dist/docbook.am
U xsrc/external/mit/xproto/dist/Xmd.h
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/Xdefs.h
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/INSTALL
U xsrc/external/mit/xproto/dist/install-sh
U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/README
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/specs/x11protocol.xml
U xsrc/external/mit/xproto/dist/specs/sect1-9.xml
U xsrc/external/mit/xproto/dist/specs/Makefile.in
U xsrc/external/mit/xproto/dist/specs/keysyms.xml
U xsrc/external/mit/xproto/dist/specs/encoding.xml
U xsrc/external/mit/xproto/dist/specs/glossary.xml
U xsrc/external/mit/xproto/dist/specs/Makefile.am
N xsrc/external/mit/xproto/dist/specs/SIAddresses/localuser.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/Makefile.in
N xsrc/external/mit/xproto/dist/specs/SIAddresses/README
N xsrc/external/mit/xproto/dist/specs/SIAddresses/hostname.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/IPv6.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/Makefile.am

No conflicts created by this import



CVS commit: xsrc/external/mit/xproto/dist

2010-11-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Nov 20 21:45:59 UTC 2010

Update of /cvsroot/xsrc/external/mit/xproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv26164

Log Message:
initial import of xproto-7.0.19

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-19

U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/Xmd.h
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/install-sh
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/Xdefs.h
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/README
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/configure.ac
U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/INSTALL
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/ap_keysym.h
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/Xwinsock.h
N xsrc/external/mit/xproto/dist/specs/x11protocol.xml
N xsrc/external/mit/xproto/dist/specs/sect1-9.xml
N xsrc/external/mit/xproto/dist/specs/glossary.xml
N xsrc/external/mit/xproto/dist/specs/keysyms.xml
N xsrc/external/mit/xproto/dist/specs/Makefile.in
N xsrc/external/mit/xproto/dist/specs/encoding.xml
N xsrc/external/mit/xproto/dist/specs/Makefile.am

No conflicts created by this import



CVS commit: xsrc/external/mit/xproto/dist

2010-08-13 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Aug 14 06:41:37 UTC 2010

Update of /cvsroot/xsrc/external/mit/xproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv2731

Log Message:
initial import of xproto-7.0.18

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-18

U xsrc/external/mit/xproto/dist/ap_keysym.h
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/configure.ac
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/README
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/install-sh
U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/Xwinsock.h
U xsrc/external/mit/xproto/dist/Xdefs.h
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/INSTALL
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/Xmd.h

No conflicts created by this import



CVS commit: xsrc/external/mit/xproto/dist

2010-05-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri May 21 06:29:01 UTC 2010

Update of /cvsroot/xsrc/external/mit/xproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9919

Log Message:
initial import of xproto-7.0.17

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-17

U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/ap_keysym.h
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/Xwinsock.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/Xdefs.h
N xsrc/external/mit/xproto/dist/README
U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xmd.h
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/install-sh
N xsrc/external/mit/xproto/dist/INSTALL
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/configure.ac

No conflicts created by this import



CVS commit: xsrc/external/mit/xproto/dist

2009-11-08 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Nov  8 10:19:31 UTC 2009

Update of /cvsroot/xsrc/external/mit/xproto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18852

Log Message:
initial import of xproto-7.0.16

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-16

U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/configure.ac
U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/Xwinsock.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/Xmd.h
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/install-sh
U xsrc/external/mit/xproto/dist/Xdefs.h
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/ap_keysym.h

No conflicts created by this import