diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-09 09:25:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-09 09:25:51 +0000 |
commit | 11df48b40b04113e81ffd6f2d6a7bf95bb92085e (patch) | |
tree | 91804fd97e34038767fcb3a452fdf1297f5ddf0b /x11 | |
parent | cdad3476fe1516f79ed62792d5d08e8e37a4008d (diff) | |
download | pkgsrc-11df48b40b04113e81ffd6f2d6a7bf95bb92085e.tar.gz |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwd/Makefile | 11 | ||||
-rw-r--r-- | x11/xwd/distinfo | 8 |
2 files changed, 7 insertions, 12 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index f85fa75b871..448c2e7d0ff 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:24 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2013/08/09 09:25:51 wiz Exp $ -DISTNAME= xwd-1.0.5 +DISTNAME= xwd-1.0.6 CATEGORIES= x11 graphics MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -19,9 +18,5 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" - -# Should this be in libX11/buildlink3.mk? -# Package 'inputproto', required by 'X11', not found -.include "../../x11/inputproto/buildlink3.mk" - +.include "../../x11/libxkbfile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index bb96036379e..ac475d830e8 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:33:08 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/08/09 09:25:51 wiz Exp $ -SHA1 (xwd-1.0.5.tar.bz2) = 3b0e4f3f9d28a07444e72952342e21544d4785b6 -RMD160 (xwd-1.0.5.tar.bz2) = 59ea270202137c109e38c0cab2d3a452a80aa8ef -Size (xwd-1.0.5.tar.bz2) = 136820 bytes +SHA1 (xwd-1.0.6.tar.bz2) = d1573340d67ce4a2dae31477a8e5459e36dda967 +RMD160 (xwd-1.0.6.tar.bz2) = d59deb983233f641bd1bb8be72f66e8ff63ed393 +Size (xwd-1.0.6.tar.bz2) = 144548 bytes |