diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-25 06:36:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-25 06:36:15 +0000 |
commit | 9eeff4bbf0516f6cd0878e8785660b72ff5e694a (patch) | |
tree | 92d7adfe9a6a47e83c14a019fd072e7f78d7aee4 /x11 | |
parent | 8935bb469cc719004d020567a03b945062660e98 (diff) | |
download | pkgsrc-9eeff4bbf0516f6cd0878e8785660b72ff5e694a.tar.gz |
Update to 1.0.8:
This maintenance release brings happiness by getting rid of things
that make valgrind, clang, doclifter, automake, the GNOME build system,
various other static analyzers, and obsessive developers be unhappy.
Don't warn, be happy.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Clean up some clang warnings about sign conversion
Tell clang to shut up about the padding in struct xauth
unifdef -U__UNIXOS2__
Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Use configure check for pathconf instead of X_NOT_POSIX #define
Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
Replace strcpy+strcat pairs with snprintf calls
Call memcmp() instead of defining our own equivalent
Use remove() instead of unlink() to delete lock files
libXau 1.0.8
Chase Douglas (1):
Free XauFileName() static buffer at exit
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
Remove a use of tab stops.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXau/Makefile | 5 | ||||
-rw-r--r-- | x11/libXau/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index a9c3ef98eb5..0de39d65968 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2012/10/29 05:06:33 asau Exp $ -# +# $NetBSD: Makefile,v 1.12 2013/05/25 06:36:15 wiz Exp $ -DISTNAME= libXau-1.0.7 +DISTNAME= libXau-1.0.8 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index e850365f58b..284313315da 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/06/03 17:25:09 wiz Exp $ +$NetBSD: distinfo,v 1.7 2013/05/25 06:36:15 wiz Exp $ -SHA1 (libXau-1.0.7.tar.bz2) = 29c47207fd246425b906f525b2220235ce4cd0f6 -RMD160 (libXau-1.0.7.tar.bz2) = 2d72bd7bb634f10a254b7b2924f2fd066381a528 -Size (libXau-1.0.7.tar.bz2) = 274681 bytes +SHA1 (libXau-1.0.8.tar.bz2) = d9512d6869e022d4e9c9d33f6d6199eda4ad096b +RMD160 (libXau-1.0.8.tar.bz2) = 8921c06afba3b9b14d2226a9afd573702cfdf445 +Size (libXau-1.0.8.tar.bz2) = 295297 bytes |