makedepend: update to 1.0.9.

This release includes code cleanups and other changes, including
removing the build time dependency on the xorgproto package.

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 on
32-bit platforms, but this has not been tested.

Alan Coopersmith (16):
      Reformat code into X.Org standard coding style
      Remove register keyword from variable declarations
      Variable scope reduction as suggested by cppcheck
      Store predefined -D values in const char fields
      find_includes: rename variables to avoid shadowing global
      quoteColons: Remove redundant initialization of tmp
      Use reallocarray() on systems that provide it
      Handle some implicit conversion warnings from clang
      Stop casting _parse_data pointers through (char *) and back
      cppsetup: use C99 struct initialization
      Make malloc error checking/reporting more consistent
      Cache filename after realpath() processing
      Call strrchr() instead of hand coding a custom version
      Make more things static that aren't needed in more than one file
      configure: raise minimum autoconf requirement to 2.70
      makedepend 1.0.9

Fabian Vogt (1):
      Avoid depending on xproto

Petre Rodan (1):
      ifparser.c: divide-by-zero fix
This commit is contained in:
wiz 2024-02-09 21:18:21 +00:00
parent 82df2473e1
commit 09b0c821cd
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2022/12/12 19:47:20 wiz Exp $
# $NetBSD: Makefile,v 1.17 2024/02/09 21:18:21 wiz Exp $
DISTNAME= makedepend-1.0.8
DISTNAME= makedepend-1.0.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2022/12/12 19:47:20 wiz Exp $
$NetBSD: distinfo,v 1.13 2024/02/09 21:18:21 wiz Exp $
BLAKE2s (makedepend-1.0.8.tar.xz) = 293ab507b3b484db84be54199fd4973468ccc27bdf23e4ec914ced078dffe5cc
SHA512 (makedepend-1.0.8.tar.xz) = 6707b1107c07d4ffbcf008181e877d18a0bcc4aea03860ee1158f5630c7fdce4cf9ad7bee3b38ee420c3a44819ed4b56a6f2428a5b695c0dbd17fb3e60825a6d
Size (makedepend-1.0.8.tar.xz) = 141304 bytes
BLAKE2s (makedepend-1.0.9.tar.xz) = 1cb969d55c3847335260b1e2569f16ba58f25e5832409b14ae448706b9e0d086
SHA512 (makedepend-1.0.9.tar.xz) = 68d289656314dc9f12c792d0e394cfbc95404a0d01155dbcb38313d451b506da48a3d44183f568a2cbb2b1d1da9e26703a0d92f2bb658f72fc968eeb03bf2fe8
Size (makedepend-1.0.9.tar.xz) = 145080 bytes