Fri Aug 9 09:25:51 2013 UTC ()
Update to 1.0.6:

This minor maintenance release provides a collection of build configuration
improvements and janitorial cleanups.

Alan Coopersmith (10):
      Move Pixel typedef from xwd.c to wsutils.h
      Optionally enable existing code to call XkbStdBell from libxkbfile
      Fix gcc warnings about discarding const qualifiers
      Add printf attributes as suggested by gcc -Wmissing-format-attribute
      Rename new_list variable to not shadow new_list function
      Remove unused bitmap_unit variable from ReadRegionsInList()
      Quiet gcc warnings about potentially uninitialized variables
      Fix some clang warnings about integer size/sign conversions
      Strip trailing whitespace
      xwd 1.0.6


(wiz)
diff -r1.9 -r1.10 pkgsrc/x11/xwd/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xwd/distinfo

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

--- pkgsrc/x11/xwd/Makefile 2012/10/29 05:07:24 1.9
+++ pkgsrc/x11/xwd/Makefile 2013/08/09 09:25:51 1.10
@@ -1,27 +1,22 @@ @@ -1,27 +1,22 @@
1# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:24 asau Exp $ 1# $NetBSD: Makefile,v 1.10 2013/08/09 09:25:51 wiz Exp $
2# 
3 2
4DISTNAME= xwd-1.0.5 3DISTNAME= xwd-1.0.6
5CATEGORIES= x11 graphics 4CATEGORIES= x11 graphics
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= reed@reedmedia.net 8MAINTAINER= reed@reedmedia.net
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Dump X11 display or window to XWD X Window Dump image file 10COMMENT= Dump X11 display or window to XWD X Window Dump image file
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16
18.include "../../meta-pkgs/modular-xorg/hacks.mk" 17.include "../../meta-pkgs/modular-xorg/hacks.mk"
19 18
20.include "../../x11/libX11/buildlink3.mk" 19.include "../../x11/libX11/buildlink3.mk"
21.include "../../x11/libXmu/buildlink3.mk" 20.include "../../x11/libXmu/buildlink3.mk"
22 21.include "../../x11/libxkbfile/buildlink3.mk"
23# Should this be in libX11/buildlink3.mk? 
24# Package 'inputproto', required by 'X11', not found 
25.include "../../x11/inputproto/buildlink3.mk" 
26 
27.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/x11/xwd/distinfo 2012/06/03 18:33:08 1.4
+++ pkgsrc/x11/xwd/distinfo 2013/08/09 09:25:51 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/06/03 18:33:08 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/08/09 09:25:51 wiz Exp $
2 2
3SHA1 (xwd-1.0.5.tar.bz2) = 3b0e4f3f9d28a07444e72952342e21544d4785b6 3SHA1 (xwd-1.0.6.tar.bz2) = d1573340d67ce4a2dae31477a8e5459e36dda967
4RMD160 (xwd-1.0.5.tar.bz2) = 59ea270202137c109e38c0cab2d3a452a80aa8ef 4RMD160 (xwd-1.0.6.tar.bz2) = d59deb983233f641bd1bb8be72f66e8ff63ed393
5Size (xwd-1.0.5.tar.bz2) = 136820 bytes 5Size (xwd-1.0.6.tar.bz2) = 144548 bytes