pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/randrproto Pull in upstream commit:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb07efa5047
branches:  trunk
changeset: 542788:3eb07efa5047
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue May 27 17:14:45 2008 +0000

description:
Pull in upstream commit:
"Delete duplicate B32's in xRRScreenChangeNotifyEvent".
Bump PKGREVISION.
ok joerg@

diffstat:

 x11/randrproto/Makefile         |   3 ++-
 x11/randrproto/distinfo         |   3 ++-
 x11/randrproto/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r dd58d8f16b40 -r 3eb07efa5047 x11/randrproto/Makefile
--- a/x11/randrproto/Makefile   Tue May 27 16:20:52 2008 +0000
+++ b/x11/randrproto/Makefile   Tue May 27 17:14:45 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:20 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2008/05/27 17:14:45 tnn Exp $
 #
 
 DISTNAME=              randrproto-1.2.1
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=proto/}
 EXTRACT_SUFX=          .tar.bz2
diff -r dd58d8f16b40 -r 3eb07efa5047 x11/randrproto/distinfo
--- a/x11/randrproto/distinfo   Tue May 27 16:20:52 2008 +0000
+++ b/x11/randrproto/distinfo   Tue May 27 17:14:45 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2007/02/26 14:52:58 joerg Exp $
+$NetBSD: distinfo,v 1.5 2008/05/27 17:14:45 tnn 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
diff -r dd58d8f16b40 -r 3eb07efa5047 x11/randrproto/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/randrproto/patches/patch-aa   Tue May 27 17:14:45 2008 +0000
@@ -0,0 +1,15 @@
+$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