pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xsm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 11 09:09:53 UTC 2013
Modified Files:
pkgsrc/x11/xsm: Makefile PLIST distinfo
Log Message:
Update to 1.0.3:
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
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xsm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xsm/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xsm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index