diff options
author | bjs <bjs@pkgsrc.org> | 2008-07-23 05:04:55 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-07-23 05:04:55 +0000 |
commit | a869ae1dd6cbc69b744aa4f342f096ebce2aec0a (patch) | |
tree | efe1ba871956cecbefd23901660116ba3a6ae51e | |
parent | 712019e2be4915b60ab34703448b8950350b7a67 (diff) | |
download | pkgsrc-a869ae1dd6cbc69b744aa4f342f096ebce2aec0a.tar.gz |
Update to randrproto-1.2.2. patch-aa is no longer.
commit 9ab3d5cca3cf9a76c6873007b8d4345c838cc297
Bug #16149: Make the field not be named 'delete' in C++ mode.
Thanks for the upward compatibility, Bjarne.
commit 3243afaa593f95bb89b1381dac2b920111ce36b1
Correct a copy'n'paste error in RRGetOutputInfo spec text.
commit d1c5739ae19f7cc01a6a5603d3fae93e1f9ee3d1
Delete duplicate B32's in xRRScreenChangeNotifyEvent
Caused compiler warnings:
"randrproto.h", line 567: warning: syntax error:
empty member declaration
"randrproto.h", line 568: warning: syntax error:
empty member declaration
-rw-r--r-- | x11/randrproto/Makefile | 5 | ||||
-rw-r--r-- | x11/randrproto/distinfo | 9 | ||||
-rw-r--r-- | x11/randrproto/patches/patch-aa | 15 |
3 files changed, 6 insertions, 23 deletions
diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index ed87c5078eb..ca9d5a8fbe8 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/05/27 17:14:45 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/23 05:04:55 bjs Exp $ # -DISTNAME= randrproto-1.2.1 -PKGREVISION= 1 +DISTNAME= randrproto-1.2.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/randrproto/distinfo b/x11/randrproto/distinfo index 74b0523057f..29f96e1debf 100644 --- a/x11/randrproto/distinfo +++ b/x11/randrproto/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/05/27 17:14:45 tnn Exp $ +$NetBSD: distinfo,v 1.6 2008/07/23 05:04:55 bjs Exp $ -SHA1 (randrproto-1.2.1.tar.bz2) = f8698f76f23d856e1821339814a986b9d876d87d -RMD160 (randrproto-1.2.1.tar.bz2) = 544919ec5a62a35949e49d7c183a85001a7c50f2 -Size (randrproto-1.2.1.tar.bz2) = 54962 bytes -SHA1 (patch-aa) = 54136755c7064ef737c255b9bf2e6a9c13d68c24 +SHA1 (randrproto-1.2.2.tar.bz2) = bc231f1099eea9c5365679053a6ff3353e974ff9 +RMD160 (randrproto-1.2.2.tar.bz2) = da7b61cc37a35f8de8a046ecb753103d054f1a77 +Size (randrproto-1.2.2.tar.bz2) = 62748 bytes diff --git a/x11/randrproto/patches/patch-aa b/x11/randrproto/patches/patch-aa deleted file mode 100644 index cc803aa4403..00000000000 --- a/x11/randrproto/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/05/27 17:14:45 tnn Exp $ - ---- randrproto.h.orig 2007-02-02 08:40:53.000000000 +0100 -+++ randrproto.h -@@ -564,8 +564,8 @@ typedef struct { - CARD8 type; /* always evBase + ScreenChangeNotify */ - CARD8 rotation; /* new rotation */ - CARD16 sequenceNumber B16; -- Time timestamp B32; B32; /* time screen was changed */ -- Time configTimestamp B32; B32; /* time config data was changed */ -+ Time timestamp B32; /* time screen was changed */ -+ Time configTimestamp B32; /* time config data was changed */ - Window root B32; /* root window */ - Window window B32; /* window requesting notification */ - SizeID sizeID B16; /* new size ID */ |