2013-09-07 09:12:44 by Thomas Klausner | Files touched by this commit (2) |
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.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-07-14 23:58:17 by David A. Holland | Files touched by this commit (1) |
Log message:
Remove unneeded Xprint buildlinks and bump PKGREVISION.
|
2012-06-03 20:22:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.2.
1.1.2:
This minor maintenance release consists mainly of cleanups to
the code and build configuration.
1.1.1:
This minor maintenance release provides the usual recent collection of
manually generated build configuration improvements and janitorial cleanups.
|
2011-10-09 06:25:10 by David A. Holland | Files touched by this commit (1) |
Log message:
Needs libXp. verifypc says also to add libXt. PKGREVISION++
|
2011-09-24 15:14:17 by Joerg Sonnenberger | Files touched by this commit (15) |
Log message:
Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
|
2011-03-23 21:48:29 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
revert. breaks modular X.
|
2011-03-23 21:08:42 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update PLIST. Fix install.
|
2009-11-09 19:42:23 by Tobias Nygren | Files touched by this commit (4) |
Log message:
Update to xman-1.1.0. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace static ChangeLog with dist-hook to generate from git log
Allow xman to use bzip2 to decompress man pages
xaw8 is gone, use xaw7
Allow xman to be cross build by adding a ./configure
Build fix for case insensitive file systems
Apple: Added Tiger's man.conf location to the search path
Use AM_CFLAGS instead of xman_CFLAGS and remove AM_PROG_CC_C_O
Remove xprint remnants
Ansification and compile warning fixes.
Add lzma manpage extension support.
Cygwin uses Linux-style man
|
2008-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message:
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
|