Mon Jan 21 13:27:28 2013 UTC ()
Update to 1.1.4:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.

Alan Coopersmith (2):
      Strip trailing whitespace
      libXdamage 1.1.4

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (3):
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac


(wiz)
diff -r1.8 -r1.9 pkgsrc/x11/libXdamage/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/libXdamage/distinfo

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

--- pkgsrc/x11/libXdamage/Makefile 2012/10/29 05:06:34 1.8
+++ pkgsrc/x11/libXdamage/Makefile 2013/01/21 13:27:28 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:34 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2013/01/21 13:27:28 wiz Exp $
2# 2#
3 3
4DISTNAME= libXdamage-1.1.3 4DISTNAME= libXdamage-1.1.4
5CATEGORIES= x11 devel 5CATEGORIES= x11 devel
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 6MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Xdamage extension (Library) 11COMMENT= Xdamage extension (Library)
12LICENSE= mit 12LICENSE= mit
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17

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

--- pkgsrc/x11/libXdamage/distinfo 2010/09/10 18:45:11 1.6
+++ pkgsrc/x11/libXdamage/distinfo 2013/01/21 13:27:28 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2010/09/10 18:45:11 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2013/01/21 13:27:28 wiz Exp $
2 2
3SHA1 (libXdamage-1.1.3.tar.bz2) = 7d96e8de107fede16951cb47d5e147630fbc7dee 3SHA1 (libXdamage-1.1.4.tar.bz2) = c3fc0f4b02dce2239bf46c82a5f06b06585720ae
4RMD160 (libXdamage-1.1.3.tar.bz2) = 5ae4bc47f2a8613b4ada1697ae5227f1e6706017 4RMD160 (libXdamage-1.1.4.tar.bz2) = ab500956e64b2cba1250aac0f2ad55274399b3dd
5Size (libXdamage-1.1.3.tar.bz2) = 249029 bytes 5Size (libXdamage-1.1.4.tar.bz2) = 278937 bytes