Sat May 25 06:36:15 2013 UTC ()
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.


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/libXau/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/libXau/distinfo

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

--- pkgsrc/x11/libXau/Makefile 2012/10/29 05:06:33 1.11
+++ pkgsrc/x11/libXau/Makefile 2013/05/25 06:36:15 1.12
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2012/10/29 05:06:33 asau Exp $ 1# $NetBSD: Makefile,v 1.12 2013/05/25 06:36:15 wiz Exp $
2# 
3 2
4DISTNAME= libXau-1.0.7 3DISTNAME= libXau-1.0.8
5CATEGORIES= x11 devel 4CATEGORIES= x11 devel
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Authorization Protocol for X from X.org 10COMMENT= Authorization Protocol for X from X.org
12LICENSE= mit 11LICENSE= mit
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

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

--- pkgsrc/x11/libXau/distinfo 2012/06/03 17:25:09 1.6
+++ pkgsrc/x11/libXau/distinfo 2013/05/25 06:36:15 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/06/03 17:25:09 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2013/05/25 06:36:15 wiz Exp $
2 2
3SHA1 (libXau-1.0.7.tar.bz2) = 29c47207fd246425b906f525b2220235ce4cd0f6 3SHA1 (libXau-1.0.8.tar.bz2) = d9512d6869e022d4e9c9d33f6d6199eda4ad096b
4RMD160 (libXau-1.0.7.tar.bz2) = 2d72bd7bb634f10a254b7b2924f2fd066381a528 4RMD160 (libXau-1.0.8.tar.bz2) = 8921c06afba3b9b14d2226a9afd573702cfdf445
5Size (libXau-1.0.7.tar.bz2) = 274681 bytes 5Size (libXau-1.0.8.tar.bz2) = 295297 bytes