Module Name:    src
Committed By:   mrg
Date:           Wed Jun 10 04:37:27 UTC 2009

Modified Files:
        src/distrib/sets/lists/xcomp: mi
        src/external/mit/xorg/include: Makefile
Added Files:
        src/external/mit/xorg/include/dri2proto: Makefile

Log Message:
install dri2proto headers.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/include/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/include/dri2proto/Makefile

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

Modified files:

Index: src/distrib/sets/lists/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.92 src/distrib/sets/lists/xcomp/mi:1.93
--- src/distrib/sets/lists/xcomp/mi:1.92	Tue Jun  9 05:24:31 2009
+++ src/distrib/sets/lists/xcomp/mi	Wed Jun 10 04:37:27 2009
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.92 2009/06/09 05:24:31 mrg Exp $
+#	 $NetBSD: mi,v 1.93 2009/06/10 04:37:27 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5543,6 +5543,8 @@
 ./usr/X11R7/include/X11/extensions/damagewire.h		-unknown-	xorg
 ./usr/X11R7/include/X11/extensions/dpms.h		-unknown-	xorg
 ./usr/X11R7/include/X11/extensions/dpmsstr.h		-unknown-	xorg
+./usr/X11R7/include/X11/extensions/dri2proto.h		-unknown-	xorg
+./usr/X11R7/include/X11/extensions/dri2tokens.h		-unknown-	xorg
 ./usr/X11R7/include/X11/extensions/extutil.h		-unknown-	xorg
 ./usr/X11R7/include/X11/extensions/fontcache.h		-unknown-	xorg
 ./usr/X11R7/include/X11/extensions/fontcacheP.h		-unknown-	xorg
@@ -6156,6 +6158,7 @@
 ./usr/X11R7/lib/pkgconfig/bigreqsproto.pc		-unknown-	xorg
 ./usr/X11R7/lib/pkgconfig/compositeproto.pc		-unknown-	xorg
 ./usr/X11R7/lib/pkgconfig/damageproto.pc		-unknown-	xorg
+./usr/X11R7/lib/pkgconfig/dri2proto.pc			-unknown-	xorg
 ./usr/X11R7/lib/pkgconfig/evieproto.pc			-unknown-	xorg
 ./usr/X11R7/lib/pkgconfig/fixesproto.pc			-unknown-	xorg
 ./usr/X11R7/lib/pkgconfig/fontcacheproto.pc		-unknown-	xorg

Index: src/external/mit/xorg/include/Makefile
diff -u src/external/mit/xorg/include/Makefile:1.2 src/external/mit/xorg/include/Makefile:1.3
--- src/external/mit/xorg/include/Makefile:1.2	Mon Apr 20 03:07:14 2009
+++ src/external/mit/xorg/include/Makefile	Wed Jun 10 04:37:27 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/04/20 03:07:14 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2009/06/10 04:37:27 mrg Exp $
 
 # *proto packages for xorg
 
@@ -6,7 +6,7 @@
 	fixesproto inputproto scrnsaverproto xextproto evieext xineramaproto \
 	resourceproto recordproto videoproto xf86dgaproto xf86miscproto \
 	compositeproto damageproto trapproto glproto randrproto fontcacheproto \
-	xf86driproto xf86vidmodeproto renderproto \
+	xf86driproto xf86vidmodeproto renderproto dri2proto \
 	xproxymanagementprotocol xbitmaps .WAIT \
 	xtrans
 

Added files:

Index: src/external/mit/xorg/include/dri2proto/Makefile
diff -u /dev/null src/external/mit/xorg/include/dri2proto/Makefile:1.1
--- /dev/null	Wed Jun 10 04:37:27 2009
+++ src/external/mit/xorg/include/dri2proto/Makefile	Wed Jun 10 04:37:27 2009
@@ -0,0 +1,15 @@
+#	$NetBSD: Makefile,v 1.1 2009/06/10 04:37:27 mrg Exp $
+
+.include <bsd.own.mk>
+
+.PATH:	${X11SRCDIR.dri2proto}
+
+INCS=	dri2proto.h dri2tokens.h
+INCSDIR=${X11INCDIR}/X11/extensions
+
+NOOBJ=	# defined
+
+PKGCONFIG=	dri2proto
+
+.include <bsd.x11.mk>
+.include <bsd.prog.mk>

Reply via email to