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
This commit is contained in:
wiz 2024-02-09 20:58:55 +00:00
parent 1084597789
commit afb6786182
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2022/10/15 23:11:48 wiz Exp $
# $NetBSD: Makefile,v 1.9 2024/02/09 20:58:55 wiz Exp $
DISTNAME= xditview-1.0.6
DISTNAME= xditview-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/10/15 23:11:48 wiz Exp $
$NetBSD: distinfo,v 1.8 2024/02/09 20:58:55 wiz Exp $
BLAKE2s (xditview-1.0.6.tar.xz) = 47c59e0996598bb05ab2fba630aec652dcbf8f8d7064f0c4302b8c523f34853a
SHA512 (xditview-1.0.6.tar.xz) = 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a
Size (xditview-1.0.6.tar.xz) = 143848 bytes
BLAKE2s (xditview-1.0.7.tar.xz) = 155a664ee897aa4485ee678c1fe8be0d94df5118fc6e3f9ffdaa8317ca73957e
SHA512 (xditview-1.0.7.tar.xz) = da7e80cd9fbb5da0ec4949c6fed0bad135a2490767f030e60f1c51a9f5a62379572bf8b4dd6dec2fe824152d090470e62fce12c9144aaa1be1b48ddbc3b2910b
Size (xditview-1.0.7.tar.xz) = 146392 bytes