Thu Jan 2 19:51:00 2014 UTC ()
Update to 1.10:

it's time for a new xcb-proto release. This is just for some minor
bug fixes and to make the libxcb release work.

Thanks to everyone who helped!

Changes:

Daniel Martin (6):
      xinput: Add XI2 event enum. for event selection
      xv: Remove obsolete comments in EncodingInfo and QueryEncodings
      Add note on pretty patches and src/.gitattributes
      xkb: Comment out Doodads
      xkb: Comment out the struct Property and {Get, Set}Geometry
      xkb: Comment out intermixed fixed size fields and lists

Julien Cristau (1):
      Add news for 1.10

Matt Turner (1):
      xcbgen: Remove tab from xtypes.py.

Peter Harris (4):
      Present: Remove reference to nonexistent enum
      sync: Add missing namespace for the INT64 struct
      sync: VALUETYPE and TESTTYPE are enum
      xinput: Explicitly specify NotifyMode and NotifyDetail

Ran Benita (1):
      xkb: Add struct Property as per spec (commented out)

Uli Schlachter (3):
      Rename ge events to GeGeneric events
      Add NEWS entries for release 1.9
      Release xcb-proto 1.10


(wiz)
diff -r1.13 -r1.14 pkgsrc/x11/py-xcbgen/Makefile
diff -r1.8 -r1.9 pkgsrc/x11/py-xcbgen/distinfo
diff -r1.12 -r1.13 pkgsrc/x11/xcb-proto/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/xcb-proto/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/x11/py-xcbgen/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/Makefile 2013/11/08 13:09:40 1.13
+++ pkgsrc/x11/py-xcbgen/Makefile 2014/01/02 19:51:00 1.14
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2013/11/08 13:09:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2014/01/02 19:51:00 wiz Exp $
2 2
3DISTNAME= xcb-proto-1.9 3DISTNAME= xcb-proto-1.10
4PKGNAME= ${PYPKGPREFIX}-xcbgen-1.9 4PKGNAME= ${PYPKGPREFIX}-xcbgen-1.10
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= http://xcb.freedesktop.org/dist/ 6MASTER_SITES= http://xcb.freedesktop.org/dist/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= reed@reedmedia.net 9MAINTAINER= reed@reedmedia.net
10HOMEPAGE= http://xcb.freedesktop.org/ 10HOMEPAGE= http://xcb.freedesktop.org/
11COMMENT= XCB protocol descriptions (in XML) 11COMMENT= XCB protocol descriptions (in XML)
12LICENSE= mit # with no-advertising clause 12LICENSE= mit # with no-advertising clause
13 13
14DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 14DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
15 15
16CONFLICTS+= xcb-proto<1.4nb1 16CONFLICTS+= xcb-proto<1.4nb1
17 17

cvs diff -r1.8 -r1.9 pkgsrc/x11/py-xcbgen/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/py-xcbgen/distinfo 2013/11/08 13:09:40 1.8
+++ pkgsrc/x11/py-xcbgen/distinfo 2014/01/02 19:51:00 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2013/11/08 13:09:40 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2014/01/02 19:51:00 wiz Exp $
2 2
3SHA1 (xcb-proto-1.9.tar.bz2) = b22d6d64d1bb2490b61f5afb4f0be1f6efcfd8b7 3SHA1 (xcb-proto-1.10.tar.bz2) = 4595edfab6ab38f1f42f02f1caab5891fe114db3
4RMD160 (xcb-proto-1.9.tar.bz2) = 4430c15f9fde2b8ff8a8ab4863a64246656d7fc2 4RMD160 (xcb-proto-1.10.tar.bz2) = 09300f79cf8d9f1b46ad167d27c72f1cf6822116
5Size (xcb-proto-1.9.tar.bz2) = 136421 bytes 5Size (xcb-proto-1.10.tar.bz2) = 138834 bytes
6SHA1 (patch-ae) = 569fede9974f9e2bc51de9bb187c9721baf21ab9 6SHA1 (patch-ae) = 569fede9974f9e2bc51de9bb187c9721baf21ab9

cvs diff -r1.12 -r1.13 pkgsrc/x11/xcb-proto/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/Makefile 2013/11/08 13:09:09 1.12
+++ pkgsrc/x11/xcb-proto/Makefile 2014/01/02 19:51:00 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2013/11/08 13:09:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2014/01/02 19:51:00 wiz Exp $
2 2
3DISTNAME= xcb-proto-1.9 3DISTNAME= xcb-proto-1.10
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= http://xcb.freedesktop.org/dist/ 5MASTER_SITES= http://xcb.freedesktop.org/dist/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= reed@reedmedia.net 8MAINTAINER= reed@reedmedia.net
9HOMEPAGE= http://xcb.freedesktop.org/ 9HOMEPAGE= http://xcb.freedesktop.org/
10COMMENT= XCB protocol descriptions (in XML) 10COMMENT= XCB protocol descriptions (in XML)
11LICENSE= mit # with no-advertising clause 11LICENSE= mit # with no-advertising clause
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.7 -r1.8 pkgsrc/x11/xcb-proto/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcb-proto/distinfo 2013/11/08 13:09:09 1.7
+++ pkgsrc/x11/xcb-proto/distinfo 2014/01/02 19:51:00 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2013/11/08 13:09:09 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2014/01/02 19:51:00 wiz Exp $
2 2
3SHA1 (xcb-proto-1.9.tar.bz2) = b22d6d64d1bb2490b61f5afb4f0be1f6efcfd8b7 3SHA1 (xcb-proto-1.10.tar.bz2) = 4595edfab6ab38f1f42f02f1caab5891fe114db3
4RMD160 (xcb-proto-1.9.tar.bz2) = 4430c15f9fde2b8ff8a8ab4863a64246656d7fc2 4RMD160 (xcb-proto-1.10.tar.bz2) = 09300f79cf8d9f1b46ad167d27c72f1cf6822116
5Size (xcb-proto-1.9.tar.bz2) = 136421 bytes 5Size (xcb-proto-1.10.tar.bz2) = 138834 bytes
6SHA1 (patch-ae) = 1cc6863a677460660ddbaa09d279d6ef07368409 6SHA1 (patch-ae) = 1cc6863a677460660ddbaa09d279d6ef07368409