Commit graph

6 commits

Author SHA1 Message Date
wiz
72d1bee8af 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
2013-09-08 08:19:04 +00:00
wiz
ab4fd296cc Update to 3.5.10.
3.5.10:
This minor maintenance release includes compiler warning fixes,
build configuration improvements, and other janitorial cleanups.

3.5.9:
This minor maintenance release provides a large collection of
build configuration improvements and other janitorial cleanups.
2012-06-03 17:35:38 +00:00
tnn
964be1b3f0 Update to libXpm-3.5.8. Changes:
Bug 14171: sxpm/Makefile.am:21: SED was already defined
Add README with pointers to mailing list, bugzilla & git repos
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXpm 3.5.8
Use libtools SED check rather than autoconf's SED check.
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: ansification, make distcheck, .gitignore
X.Org Bug 17944: avoid gcc warning for libXpm
2010-01-15 18:39:00 +00:00
jlam
1a14b4895b + Don't allow the configure script to find libintl.so or else the resulting
libXpm will be linked against it, which is not necessary.  Instead, just
  pass down INTLLIBS in the build environment for use by the [cs]xpm
  Makefiles, which are the only programs that use gettext().

Bump the PKGREVISION to 1.
2008-02-24 02:26:33 +00:00
wiz
0cb41584bf Update to 3.5.7, changes undocumented. 2008-01-15 23:22:36 +00:00
joerg
d99dc2608f Import libXpm-3.5.6 from pkgsrc-wip:
XPM (X PixMap) is a format for storing and retrieving X pixmaps
to and from files.

This libXpm is from the modular Xorg X11.

This package includes the cxpm(1) tool for checking XPM files
and the sxpm(1) tool for viewing and conversions of XPM files.
2006-11-03 21:06:54 +00:00