2024-02-09 22:18:22 by Thomas Klausner | Files touched by this commit (2) | |
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 |
2022-12-12 20:47:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message: makedepend: update to 1.0.8. This bug fix release corrects a regression introduced in 1.0.7 that caused running makedepend on larger bodies of source to incorrectly hit the "out of space: increase MAXFILES" error, and made makedepend run measuribly slower than before. Alan Coopersmith (3): man page: add line breaks in Synopsis section Bug #2: fix regression introduced by fix for bug #1 makedepend 1.0.8 |
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message: Reset MAINTAINER |
2022-10-30 02:09:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message: makedepend: update to 1.0.7. Alan Coopersmith (6): Build xz tarballs instead of bzip2 gitlab CI: add a basic build test Close fd for reading old Makefile when done, instead of leaking it gitlab CI: stop requiring Signed-off-by in commits Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters makedepend 1.0.7 Thibault DUPONCHELLE (1): Add test case for bug #1 + proposed fix. |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message: all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. |
2019-03-17 12:18:43 by Thomas Klausner | Files touched by this commit (3) | |
Log message: makedepend: update to 1.0.6. This minor maintenance release fixes some bugs, lifts a limit, clears some compiler warnings, boosts performance, and includes other janitorial cleanups. Alan Coopersmith (8): Constify a pair of local string pointers Use do { ... } while(0) idiom to make debug() macro safer Fix bad indentation in ifparser.c Remove unused variable whitespace Simplify writing of output lines to Makefile Update README for gitlab migration Update configure.ac bug URL for gitlab migration makedepend 1.0.6 Antonio Larrosa (1): Quote colons in filenames/paths David Boyce (1): Bumped -I flag limit in makedepend from 64 to 512. Dirk (1): missing bounds check in makedepend for file arguments Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish |