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

2011-02-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Feb 24 08:15:13 UTC 2011

Modified Files:
src/external/mit/xorg/lib/libxcb/libxcb: Makefile

Log Message:
libxcb depends upon libXau.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.5
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4	Wed Feb 23 06:04:31 2011
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Thu Feb 24 08:15:13 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/02/23 06:04:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/02/24 08:15:13 mrg Exp $
 
 .include bsd.own.mk
 
@@ -26,6 +26,7 @@
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/xcb
 
 LIBDPLIBS=\
+	Xau	${.CURDIR}/../../libXau \
 	Xdmcp	${.CURDIR}/../../libXdmcp
 
 NOMAN=	# defined



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

2011-02-22 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb 23 06:04:31 UTC 2011

Modified Files:
src/external/mit/xorg/lib/libxcb/libxcb: Makefile

Log Message:
libxcb doesn't need or want to link against libXaw.  avoids
implicit cyclic dependancy loops, which crash rtld right now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.3 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.3	Sun Jul 18 09:49:12 2010
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Wed Feb 23 06:04:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2010/07/18 09:49:12 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2011/02/23 06:04:31 mrg Exp $
 
 .include bsd.own.mk
 
@@ -26,7 +26,6 @@
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/xcb
 
 LIBDPLIBS=\
-	Xaw7	${.CURDIR}/../../libXaw \
 	Xdmcp	${.CURDIR}/../../libXdmcp
 
 NOMAN=	# defined



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

2010-07-18 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul 18 07:01:10 UTC 2010

Modified Files:
src/external/mit/xorg/lib/libxcb/libxcb: Makefile

Log Message:
don't install xprint.h.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.1 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.2
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.1	Sat Jul 17 23:43:29 2010
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Sun Jul 18 07:01:10 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2010/07/17 23:43:29 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2010/07/18 07:01:10 mrg Exp $
 
 .include bsd.own.mk
 
@@ -53,7 +53,6 @@
 	xfixes.h \
 	xinerama.h \
 	xinput.h \
-	xprint.h \
 	xproto.h \
 	xselinux.h \
 	xtest.h \



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

2010-07-18 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Jul 18 09:49:12 UTC 2010

Modified Files:
src/external/mit/xorg/lib/libxcb/libxcb: Makefile

Log Message:
add a couple of missing source files.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.2 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.3
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.2	Sun Jul 18 07:01:10 2010
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Sun Jul 18 09:49:12 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/07/18 07:01:10 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2010/07/18 09:49:12 mrg Exp $
 
 .include bsd.own.mk
 
@@ -16,6 +16,10 @@
 	xcb_util.c \
 	xcb_xid.c
 
+SRCS+=	xproto.c \
+	bigreq.c \
+	xc_misc.c
+
 CPPFLAGS+=	-DHAVE_CONFIG_H
 CPPFLAGS+=	-I${X11SRCDIR.${LIB}}/../include
 #CPPFLAGS+=	-I${.CURDIR}/../files