pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Alan Coopersmith (4):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
xsm 1.0.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Gaetan Nadon (1):
Remove obsolete Imake SIGNALRETURNSINT
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Stéphane Aulery (2):
Drop CRAY support
Improve help messages & man page
Thomas Klausner (1):
Close file descriptors on exec.
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.
Note that this release changes the default location for the system provided
configuration files from $(libdir)/X11/xsm to $(sysconfdir)/X11/xsm (on most
systems that will be from /usr/lib/X11/xsm to /etc/X11/xsm, though results
may vary depending on configure arguments).
This minor maintenance release also includes various build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (12):
Make System() prototype for Solaris in xsm.h actually a prototype
Convert XtMalloc + sprintf to XtAsprintf
Convert a couple last sprintf calls to snprintf
Terminate execl() arguments with NULL instead of 0
Fix some gcc -Wwrite-strings warnings
Add size limit to scanf string specifier
unifdef -U__UNIXOS2__
config: Add missing AC_CONFIG_SRCDIR
Use standard autoconf defines for mkstemp & putenv instead of imake leftovers
Use mode_t, not int, for umask return/argument value
unifdef ISC
xsm 1.0.3
Egbert Eich (1):
install: Use sysconfdir instead of libdir for config files.
Gaetan Nadon (5):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
This release includes nearly 5 years worth of build improvements and cleanups,
including fixes for builds on case-insensitive filesystems, builds without the
Xaw8 macros, and other fixes needed for building on various platforms.