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
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.
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.
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.
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.