The NetBSD Project

CVS log for pkgsrc/devel/makedepend/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / makedepend

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 9 21:18:21 2024 UTC (5 weeks, 3 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 12 19:47:20 2022 UTC (15 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:08 2022 UTC (16 months, 1 week ago) by joerg
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Reset MAINTAINER

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 30 01:09:03 2022 UTC (16 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

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.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:34 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 17 11:18:43 2019 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:29 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:10 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 23 06:49:11 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update to 1.0.5:

This bug fix releases includes fixes for a couple crashing or memory
corrupting bugs, along with general code cleanups and build configuration
improvements, including fixing compatibility with automake 1.13 & 1.14.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (14):
      unifdef -U__UNIXOS2__
      Update configure.ac initialization to X.Org standard form
      config: Remove unnecessary calls from configure.ac
      Move i_listlen in struct inclist for better packing in 64-bit builds
      Remove fallbacks for Imake configuration, assume autoconf
      Remove unnecessary casts from malloc/realloc calls
      Convert more sprintf calls to snprintf
      Fix a comment typo
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Mark fatalerr & catch as _X_NORETURN
      Store len in a size_t instead of an int in redirect()
      Bug 56091 - Unsafe use of strcpy() in makedepend
      Assume signal handlers return void, as C89 requires
      makedepend 1.0.5

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Glenn Burkhardt (1):
      Bd shares

Julien Cristau (2):
      configure.ac: use AM_MAINTAINER_MODE
      Don't crash if an option's argument is missing

Marko Lindqvist (1):
      Bug 59005 - makedepend: Build with automake-1.13 broken

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:27 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 9 07:00:46 2012 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Require hacks for fixing autoconf + space in variable name issue.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 29 14:20:37 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to 1.0.4:

Alan Coopersmith (7):
      Add README with pointers to mailing list, bugzilla & git repos
      Strip trailing whitespace
      Move extern variable declarations to common header (def.h)
      Add const attributes to fix gcc -Wwrite-strings warnings
      Call strdup directly, instead of via copy macro
      define(): Avoid assigning constant string to non-const char *
      makedepend 1.0.4

Cyril Brulebois (1):
      Fix bashism: shell string comparison is =, not ==.

Stuart Kreitman (1):
      Raise MAXFILES from 1024 to 2048

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 2 14:46:39 2010 UTC (13 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to 1.0.3:

    makedepend 1.0.3

    config: upgrade to util-macros 1.8 for additional man page support

    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.

    config: update AC_PREREQ statement to 2.60

    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.

    Convert testcase from bug 28045 into automake "make check" test

    Bug 28045 - makedepend fails on directory named like an include file

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 31 01:51:54 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 1.0.2:

A minor release of X.Org's classic utility for generating dependency lists
in makefiles - mostly small janitorial cleanups, plus some Solaris-specific
fixes to match the same default #define's as the compilers use.

Alan Coopersmith (12):
      Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names
      Add .gitignore
      Delete portions of imakemdep.h not used by makedepend
      Add additional predefines needed to match Solaris compilers
      Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros
      Remove ifdef checks for macII left over from ancient A/UX 3.0 support
      Remove #ifdef'ed code that's never used
      Increased constification
      Fix gcc, sparse & lint warnings
      Remove CVS/RCS version tags
      Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
      makedepend 1.0.2

James Cloos (1):
      Replace static ChangeLog with dist-hook to generate from git log

Jeremy C. Reed (1):
      Update version for release.

Revision 1.3 / (download) - annotate - [select for diffs], Sat May 24 21:45:20 2008 UTC (15 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Switch master site to MASTER_SITE_XORG.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 21 22:59:19 2007 UTC (17 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update to 1.0.1:

2007-03-21  Jeremy C. Reed <reed@reedmedia.net>

	* configure.ac:
	Update version for release.

2006-06-02  Alan Coopersmith  <alan.coopersmith@sun.com>

	* parse.c (slookup):
	Coverity #925: Pointer "file" dereferenced before NULL check

Should also fix PR 36050.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 2 13:58:05 2006 UTC (17 years, 4 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import the standalone makedepend from Xorg.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 2 13:58:05 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>