Sat May 18 13:36:49 2013 UTC ()
Update to 1.1.3:

A whole pile of bugs fixed by a whole bunch of different people here.

Alan Coopersmith (5):
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Print more detailed error messages when xcb_connect fails
      Quiet some clang warnings about implicit int <-> size_t conversions
      xwininfo 1.1.3

David Venz (1):
      Bug 53242 - xwininfo segfaults on invalid screen

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment

Guillem Jover (4):
      Move leading ": " out from buffer to the error string printer
      Use format string literals instead of variables to print window ids
      Refactor atom name printing into a new Display_Atom_Name function
      Use format string literals instead of variables to print atom names

Jeremy Huddleston Sequoia (2):
      Declare usage() as _X_NORETURN
      Remove dead code (size_t is always >= 0)

Pierre-Loup A. Griffais (1):
      xwininfo: report the Visual class of the selected Window

Thomas Klausner (1):
      Get rid of a number of warnings.

Yaakov Selkowitz (1):
      Use AM_ICONV


(wiz)
diff -r1.10 -r1.11 pkgsrc/x11/xwininfo/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/xwininfo/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/x11/xwininfo/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xwininfo/Makefile 2012/10/29 05:07:24 1.10
+++ pkgsrc/x11/xwininfo/Makefile 2013/05/18 13:36:49 1.11
@@ -1,18 +1,16 @@ @@ -1,18 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:24 asau Exp $ 1# $NetBSD: Makefile,v 1.11 2013/05/18 13:36:49 wiz Exp $
2# 
3 2
4DISTNAME= xwininfo-1.1.2 3DISTNAME= xwininfo-1.1.3
5PKGREVISION= 1 
6CATEGORIES= x11 4CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
8EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
9 7
10MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Query information about X windows 10COMMENT= Query information about X windows
13 11
14GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
16 14
17CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
18 16

cvs diff -r1.5 -r1.6 pkgsrc/x11/xwininfo/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xwininfo/distinfo 2012/06/03 18:32:35 1.5
+++ pkgsrc/x11/xwininfo/distinfo 2013/05/18 13:36:49 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/06/03 18:32:35 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2013/05/18 13:36:49 wiz Exp $
2 2
3SHA1 (xwininfo-1.1.2.tar.bz2) = c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3 3SHA1 (xwininfo-1.1.3.tar.bz2) = 179253e6b8266bc3e3b6496964077c9cdcb2dcba
4RMD160 (xwininfo-1.1.2.tar.bz2) = 21b9e4964abbc2f0cb673d39dadbe363f70a62c9 4RMD160 (xwininfo-1.1.3.tar.bz2) = edc59e54cb3a16ecb2809605d7549a5e91c95f1d
5Size (xwininfo-1.1.2.tar.bz2) = 135415 bytes 5Size (xwininfo-1.1.3.tar.bz2) = 157512 bytes