diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-18 13:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-18 13:36:49 +0000 |
commit | 98b8b7b2df4f871545f0e512a3f0218141f34afa (patch) | |
tree | 993ac4eb46eb70e8100b61cc17da301d3b003230 /x11 | |
parent | 2eb62c541047d23edc3b285ce823af9dbdb63562 (diff) | |
download | pkgsrc-98b8b7b2df4f871545f0e512a3f0218141f34afa.tar.gz |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwininfo/Makefile | 6 | ||||
-rw-r--r-- | x11/xwininfo/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 2a7312a4010..fb3610e89d8 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/10/29 05:07:24 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/05/18 13:36:49 wiz Exp $ -DISTNAME= xwininfo-1.1.2 -PKGREVISION= 1 +DISTNAME= xwininfo-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index e80d7a4dd80..0745e78a147 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 18:32:35 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/05/18 13:36:49 wiz Exp $ -SHA1 (xwininfo-1.1.2.tar.bz2) = c90b3c289f95474aa8eb6cf1bf4caf3b9dbf82d3 -RMD160 (xwininfo-1.1.2.tar.bz2) = 21b9e4964abbc2f0cb673d39dadbe363f70a62c9 -Size (xwininfo-1.1.2.tar.bz2) = 135415 bytes +SHA1 (xwininfo-1.1.3.tar.bz2) = 179253e6b8266bc3e3b6496964077c9cdcb2dcba +RMD160 (xwininfo-1.1.3.tar.bz2) = edc59e54cb3a16ecb2809605d7549a5e91c95f1d +Size (xwininfo-1.1.3.tar.bz2) = 157512 bytes |