Path to this page:
Subject: CVS commit: pkgsrc/x11/xditview
From: Thomas Klausner
Date: 2024-02-09 21:58:55
Message id: 20240209205855.7BBD9FA42@cvs.NetBSD.org
Log Message:
xditview: update to 1.0.7.
This release adds -help & -version options to the xditview command.
It also enables the use of the Xft code inherited from XFree86 which
was previously not enabled in our conversion from Imake to autoconf.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.
While this program remains lightly maintained by X.Org, packagers may
want to consider if the gxditview fork maintained as part of the groff
packages offers a better alternative for your users.
Alan Coopersmith (17):
configure: Use AC_SYS_LARGEFILE to enable large file support
gitlab CI: stop requiring Signed-off-by in commits
Dvi.c: remove unused XtStrlen macro
Convert to X.Org standard code style
lex.c: increment length counters when adding to buffer
Replace strcpy() calls with strncpy() or memcpy()
Add bounds check to getstr()
More variable scope reductions as recommended by cppcheck
Initialize more variables in their declarations
configure: Add --with-xft and --without-xft flags to control USE_XFT
Mark more char * as const
Add CWARNFLAGS to AM_CFLAGS
GetLine: resolve -Wmaybe-uninitialized warning
Add .git-blame-ignore-revs to hide whitespace commits from git blame
Print which argument was unknown before giving usage message
Add -help and -version options
xditview 1.0.7
Files: