Alan Coopersmith (4):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
xlsclients 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
This minor maintenance release cleans up some compiler warnings,
improves the build configuration, and adds a -version option.
Alan Coopersmith (4):
Give unique names to the two reply variables in child_info
Add -version flag to print version from PACKAGE_STRING
Fix deconstification warnings from gcc
xlsclients 1.1.3
Gaetan Nadon (3):
make: remove $(LIBOBJS) dead code
Revert "make: remove $(LIBOBJS) dead code"
configure.ac: regroup statements and comment
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.
Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.
Change discussed with Thomas Klausner in private e-mail.
1.1.2:
This release replaces the dependency on xcb-utils < 0.3.8 with
one on libxcb >= 1.6, so that it can be built on distros that
have upgraded to the new xcb utils releases.
1.1.1:
This minor maintenance release ensures the tarballs correctly include
the strnlen.h header for systems without that function provided in the
system libraries, and updates the build configuration to the latest
X.Org standards.
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.