summaryrefslogtreecommitdiff
path: root/x11/libXpm
AgeCommit message (Collapse)AuthorFilesLines
2013-09-08Update to 3.5.11:wiz2-7/+6
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
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 3.5.10.wiz5-22/+21
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.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-01-15Update to libXpm-3.5.8. Changes:tnn3-12/+11
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
2009-12-16Allow buildling x11/libXpm with old X11_TYPE=native to replacejoerg3-13/+59
graphics/xpm.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-02-24+ Don't allow the configure script to find libintl.so or else the resultingjlam5-3/+55
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-06+ BROKEN_GETTEXT_DETECTION, needed on Solaris.rillig1-1/+2
2008-01-18Also depend on xgettext. Fixes PR 37798.joerg1-2/+2
2008-01-15Prepare for localisation by including gettext dependency.joerg1-1/+2
2008-01-15Update to 3.5.7, changes undocumented.wiz2-6/+6
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-11-19Fix typo in MAINTAINER.wiz1-2/+2
2006-11-06Redirect to old xpm for !modular case.joerg1-1/+9
2006-11-03Import libXpm-3.5.6 from pkgsrc-wip:joerg5-0/+71
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.