pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/randrproto Update to randrproto-1.2.2. patch-aa i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b4ae1fb6516
branches:  trunk
changeset: 544950:3b4ae1fb6516
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Jul 23 05:04:55 2008 +0000

description:
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

diffstat:

 x11/randrproto/Makefile         |   5 ++---
 x11/randrproto/distinfo         |   9 ++++-----
 x11/randrproto/patches/patch-aa |  15 ---------------
 3 files changed, 6 insertions(+), 23 deletions(-)

diffs (47 lines):

diff -r 9e1f54b15731 -r 3b4ae1fb6516 x11/randrproto/Makefile
--- a/x11/randrproto/Makefile   Wed Jul 23 00:02:25 2008 +0000
+++ b/x11/randrproto/Makefile   Wed Jul 23 05:04:55 2008 +0000
@@ -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 -r 9e1f54b15731 -r 3b4ae1fb6516 x11/randrproto/distinfo
--- a/x11/randrproto/distinfo   Wed Jul 23 00:02:25 2008 +0000
+++ b/x11/randrproto/distinfo   Wed Jul 23 05:04:55 2008 +0000
@@ -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 -r 9e1f54b15731 -r 3b4ae1fb6516 x11/randrproto/patches/patch-aa
--- a/x11/randrproto/patches/patch-aa   Wed Jul 23 00:02:25 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index