pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xman
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 7 07:12:44 UTC 2013
Modified Files:
pkgsrc/x11/xman: Makefile distinfo
Log Message:
Update to 1.1.3:
This minor maintenance release consists mainly of small bug fixes, various
cleanups to the code, including dropping support for a number of platforms
last seen decades ago, and build configuration fixes and improvements.
Alan Coopersmith (29):
unifdef -U__UNIXOS2__
Use <dirent.h> everywhere instead of checking for
X_NOT_POSIX/SYSV/USG/etc.
Fix numerous typos & spelling errors in comments and message strings
Convert to X.Org standard code style
unifdef -UCRAY
unifdef -UUTEK -Uapollo -ULynx
unifdef -Uultrix
unifdef -UmacII
unifdef -Uhcx
unifdef SYSV386 (really defined(SYSV) && defined(i386))
Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags
Replace StrAlloc with XtNewString
constify char *'s to clear compiler complaints
Remove unused NULLSTR macro
Mark PrintError as noreturn
Use remove() instead of unlink()
Use strchr() & strrchr() instead of index() & rindex()
Stop checking for OSMINORVERSION in list of Solaris man page sections
Increase default text window sizes from 600 to 780 pixels
Fix scroll wheel when CapsLock, NumLock or other modifiers are on
Provide a fallback mkstemp so we don't need to maintain 2 API versions
configure: check for groff and enable groff extensions if found
Fix file leak in ConstructCommand()
Close file pointer before setting it to NULL in Format()
Check for InitPsuedoGlobals() returning NULL
Check for CreateManpage returning NULL
Resync Solaris man page section list with current Solaris xman
COPYING: Remove notice for Xprint code removed in 5722ca728763e7
xman 1.1.3
Christos Zoulas (1):
Rename PIC to ROFF_PIC to avoid problems with "-DPIC" compilations.
Eric S. Raymond (1):
Eliminate use of tab stops. Use real TBL markup where indicated.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xman/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xman/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