pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/makedepend
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 9 21:18:22 UTC 2024
Modified Files:
pkgsrc/devel/makedepend: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/makedepend/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/makedepend/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/makedepend/Makefile
diff -u pkgsrc/devel/makedepend/Makefile:1.16 pkgsrc/devel/makedepend/Makefile:1.17
--- pkgsrc/devel/makedepend/Makefile:1.16 Mon Dec 12 19:47:20 2022
+++ pkgsrc/devel/makedepend/Makefile Fri Feb 9 21:18:21 2024
@@ -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
Index: pkgsrc/devel/makedepend/distinfo
diff -u pkgsrc/devel/makedepend/distinfo:1.12 pkgsrc/devel/makedepend/distinfo:1.13
--- pkgsrc/devel/makedepend/distinfo:1.12 Mon Dec 12 19:47:20 2022
+++ pkgsrc/devel/makedepend/distinfo Fri Feb 9 21:18:21 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index