./devel/gccmakedep, Create dependencies in Makefiles using gcc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.4, Package name: gccmakedep-1.0.4, Maintainer: pkgsrc-users

The gccmakedep program calls 'gcc -M' to output makefile rules
describing the dependencies of each sourcefile, so that make (1)
knows which object files must be recompiled when a dependency has
changed.


Master sites:

Filesize: 100.297 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-03 11:08:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
gccmakedep: update to 1.0.4.

This is an alternate version of makedepend implemented as a shell script
wrapper around `gcc -M` - this has the advantage of supporting whatever
language versions & extensions the compiler supports, and not needing to
be updated for things like the new elifdef and elifndef constructs in C23.

Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration
      Add standard X.Org README.md file
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      gccmakedep 1.0.4

Anderson Luiz da Silva (1):
      Add parsing of GCC option '-std='.

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
   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
   2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211)
Log message:
Follow some http -> https redirects.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-05-21 22:59:17 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import gccmakedep-1.0.3 as devel/gccmakedep.

The gccmakedep program calls 'gcc -M' to output makefile rules
describing the dependencies of each sourcefile, so that make (1)
knows which object files must be recompiled when a dependency has
changed.