diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-08 08:19:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-08 08:19:04 +0000 |
commit | e22c393f3388fc465e56be7774f8994aa5ba658d (patch) | |
tree | 64b1f9bf72383cf2afd9c698bb60be1fc2a7bf32 /x11 | |
parent | 098291248cddcc037dbbb5c3252e16010653ef84 (diff) | |
download | pkgsrc-e22c393f3388fc465e56be7774f8994aa5ba658d.tar.gz |
Update to 3.5.11:
This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
Add noreturn attributes suggested by gcc
Fix typo in COPYING (matches src/amigax.h)
libXpm 3.5.11
Christophe CURIS (2):
Added 'const' qualifier to the filename argument to internal functions
Added 'const' attribute to all filename arguments in the API
Claudio Bley (1):
Fix libXpm build with NO_ZPIPE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
doclifter can't handle more than one dash in a name line.
Jon TURNEY (1):
Define NO_ZPIPE when building for MinGW
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 5 | ||||
-rw-r--r-- | x11/libXpm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 83f6fde6378..796a5818b92 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/10/29 05:06:35 asau Exp $ -# +# $NetBSD: Makefile,v 1.16 2013/09/08 08:19:04 wiz Exp $ -DISTNAME= libXpm-3.5.10 +DISTNAME= libXpm-3.5.11 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXpm/distinfo b/x11/libXpm/distinfo index 4b6ab1f1ee7..24ff24db0f5 100644 --- a/x11/libXpm/distinfo +++ b/x11/libXpm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 17:35:38 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/09/08 08:19:04 wiz Exp $ -SHA1 (libXpm-3.5.10.tar.bz2) = eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c -RMD160 (libXpm-3.5.10.tar.bz2) = bc6c0911fb2117ab2a168fafa584a6cb34cdc1ef -Size (libXpm-3.5.10.tar.bz2) = 431310 bytes +SHA1 (libXpm-3.5.11.tar.bz2) = 77b95dd1c8cd9bc00b3b834b53d824409202acbb +RMD160 (libXpm-3.5.11.tar.bz2) = 4a28185ca8b1b5b65e41bceb5fc0edd01ceebb8a +Size (libXpm-3.5.11.tar.bz2) = 443496 bytes SHA1 (patch-aa) = c3def60e8162eb5d48056cd27154648eb6ba5e02 SHA1 (patch-ab) = faaefb61693805272bd4cccc1301c6e3edd14919 SHA1 (patch-ac) = 9226dce77b0a7d9c792d9465727423581db7f01e |