Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg update the includes list for Xext 7.1.1 an...



details:   https://anonhg.NetBSD.org/src/rev/639e24795999
branches:  trunk
changeset: 755062:639e24795999
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat May 22 02:27:06 2010 +0000

description:
update the includes list for Xext 7.1.1 and other dependant updates.

diffstat:

 external/mit/xorg/include/bigreqsproto/Makefile     |   6 ++-
 external/mit/xorg/include/evieext/Makefile          |   6 ++-
 external/mit/xorg/include/fixesproto/Makefile       |   8 +++-
 external/mit/xorg/include/inputproto/Makefile       |  10 ++++-
 external/mit/xorg/include/recordproto/Makefile      |   7 ++-
 external/mit/xorg/include/xcmiscproto/Makefile      |   6 ++-
 external/mit/xorg/include/xextproto/Makefile        |  39 +++++++++++++++++---
 external/mit/xorg/include/xf86bigfontproto/Makefile |   7 ++-
 external/mit/xorg/include/xf86dgaproto/Makefile     |  11 ++++-
 external/mit/xorg/include/xf86driproto/Makefile     |   7 ++-
 external/mit/xorg/include/xf86vidmodeproto/Makefile |   7 ++-
 external/mit/xorg/lib/libXext/Makefile              |  28 ++++++++++++++-
 external/mit/xorg/lib/libXxf86dga/Makefile          |   8 +++-
 external/mit/xorg/lib/libXxf86vm/Makefile           |   7 +++-
 14 files changed, 126 insertions(+), 31 deletions(-)

diffs (truncated from 357 to 300 lines):

diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/bigreqsproto/Makefile
--- a/external/mit/xorg/include/bigreqsproto/Makefile   Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/bigreqsproto/Makefile   Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:06 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.bigreqsproto}
 
-INCS=  bigreqstr.h
+INCS=  bigreqstr.h \
+       bigreqsproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/evieext/Makefile
--- a/external/mit/xorg/include/evieext/Makefile        Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/evieext/Makefile        Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.evieext}
 
-INCS=  Xeviestr.h
+INCS=  Xeviestr.h \
+       evieproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/fixesproto/Makefile
--- a/external/mit/xorg/include/fixesproto/Makefile     Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/fixesproto/Makefile     Sat May 22 02:27:06 2010 +0000
@@ -1,15 +1,19 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:28 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.fixesproto}
 
-INCS=  xfixesproto.h xfixeswire.h
+INCS=  xfixesproto.h \
+       xfixeswire.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
 
 PKGCONFIG=     fixesproto
 
+# XXX fixesproto.txt
+
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/inputproto/Makefile
--- a/external/mit/xorg/include/inputproto/Makefile     Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/inputproto/Makefile     Sat May 22 02:27:06 2010 +0000
@@ -1,15 +1,21 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.inputproto}
 
-INCS=  XI.h XInput.h XIproto.h
+INCS=  XI.h \
+       XIproto.h \
+       XI2.h \
+       XI2proto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
 
 PKGCONFIG=     inputproto
 
+# XXX XI2proto.txt XIproto.txt
+
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/recordproto/Makefile
--- a/external/mit/xorg/include/recordproto/Makefile    Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/recordproto/Makefile    Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.recordproto}
 
-INCS=  record.h recordstr.h
+INCS=  recordconst.h \
+       recordproto.h \
+       recordstr.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xcmiscproto/Makefile
--- a/external/mit/xorg/include/xcmiscproto/Makefile    Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xcmiscproto/Makefile    Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xcmiscproto}
 
-INCS=  xcmiscstr.h
+INCS=  xcmiscstr.h \
+       xcmiscproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xextproto/Makefile
--- a/external/mit/xorg/include/xextproto/Makefile      Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xextproto/Makefile      Sat May 22 02:27:06 2010 +0000
@@ -1,15 +1,40 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xextproto}
 
-INCS=  MITMisc.h XEVI.h XEVIstr.h XLbx.h XShm.h XTest.h Xag.h Xagstr.h \
-       Xcup.h Xcupstr.h Xdbe.h Xdbeproto.h Xext.h Xge.h dpms.h dpmsstr.h \
-       extutil.h ge.h geproto.h lbxbuf.h lbxbufstr.h lbxdeltastr.h \
-       lbximage.h lbxopts.h lbxstr.h lbxzlib.h mitmiscstr.h multibuf.h \
-       multibufst.h security.h securstr.h shape.h shapestr.h shmstr.h sync.h \
-       syncstr.h xtestext1.h xteststr.h
+INCS=  EVI.h \
+       EVIproto.h \
+       ag.h \
+       agproto.h \
+       cup.h \
+       cupproto.h \
+       dbe.h \
+       dbeproto.h \
+       dpmsconst.h \
+       dpmsproto.h \
+       lbx.h \
+       lbxproto.h \
+       mitmiscconst.h \
+       mitmiscproto.h \
+       multibufconst.h \
+       multibufproto.h \
+       secur.h \
+       securproto.h \
+       shapeconst.h \
+       shapeproto.h \
+       shm.h \
+       shmproto.h \
+       syncconst.h \
+       syncproto.h \
+       xtestconst.h \
+       xtestext1const.h \
+       xtestext1proto.h \
+       xtestproto.h
+# XXX XXX XXX xorg-server 1.7 won't need this
+INCS+= shmstr.h
+#
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xf86bigfontproto/Makefile
--- a/external/mit/xorg/include/xf86bigfontproto/Makefile       Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xf86bigfontproto/Makefile       Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xf86bigfontproto}
 
-INCS=  xf86bigfont.h xf86bigfstr.h
+INCS=  xf86bigfont.h \
+       xf86bigfstr.h \
+       xf86bigfproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xf86dgaproto/Makefile
--- a/external/mit/xorg/include/xf86dgaproto/Makefile   Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xf86dgaproto/Makefile   Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,17 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xf86dgaproto}
 
-INCS=  xf86dga.h xf86dga1.h xf86dga1str.h xf86dgastr.h
+INCS=  xf86dga.h \
+       xf86dga1str.h \
+       xf86dgastr.h \
+       xf86dga1const.h \
+       xf86dga1proto.h \
+       xf86dgaconst.h \
+       xf86dgaproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xf86driproto/Makefile
--- a/external/mit/xorg/include/xf86driproto/Makefile   Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xf86driproto/Makefile   Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xf86driproto}
 
-INCS=  xf86dri.h xf86dristr.h
+INCS=  xf86dri.h \
+       xf86dristr.h \
+       xf86driproto.h
+
 INCSDIR=${X11INCDIR}/X11/dri
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/include/xf86vidmodeproto/Makefile
--- a/external/mit/xorg/include/xf86vidmodeproto/Makefile       Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/include/xf86vidmodeproto/Makefile       Sat May 22 02:27:06 2010 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xf86vidmodeproto}
 
-INCS=  xf86vmode.h xf86vmstr.h
+INCS=  xf86vm.h \
+       xf86vmstr.h \
+       xf86vmproto.h
+
 INCSDIR=${X11INCDIR}/X11/extensions
 
 NOOBJ= # defined
diff -r d5bdc8464557 -r 639e24795999 external/mit/xorg/lib/libXext/Makefile
--- a/external/mit/xorg/lib/libXext/Makefile    Sat May 22 01:51:14 2010 +0000
+++ b/external/mit/xorg/lib/libXext/Makefile    Sat May 22 02:27:06 2010 +0000
@@ -1,9 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2008/10/05 01:47:55 cube Exp $
+#      $NetBSD: Makefile,v 1.5 2010/05/22 02:27:08 mrg Exp $
 
 .include <bsd.own.mk>
 
 LIB=   Xext
-.PATH: ${X11SRCDIR.${LIB}}/src ${X11SRCDIR.${LIB}}/man
+.PATH: ${X11SRCDIR.${LIB}}/src
+.PATH: ${X11SRCDIR.${LIB}}/man
+.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions/
 
 SRCS=  DPMS.c MITMisc.c XAppgroup.c XEVI.c XLbx.c XMultibuf.c XSecurity.c \
        XShape.c XShm.c XSync.c XTestExt1.c Xcup.c Xdbe.c extutil.c globals.c
@@ -62,6 +64,28 @@
                Xevi.3 XeviGetVisualInfo.3 \
                Xevi.3 XeviQueryExtension.3
 
+INCS=  MITMisc.h \
+       XEVI.h \
+       XLbx.h \
+       XShm.h \
+       Xag.h \
+       Xcup.h \
+       Xdbe.h \
+       Xext.h \
+       Xge.h \
+       dpms.h \
+       extutil.h \
+       lbxbuf.h \
+       lbxbufstr.h \
+       lbximage.h \
+       multibuf.h \
+       security.h \
+       shape.h \
+       sync.h \
+       xtestext1.h
+
+INCSDIR=${X11INCDIR}/X11/extensions
+
 PKGDIST=       ${LIB}



Home | Main Index | Thread Index | Old Index