NOTICE: This package has been removed from pkgsrc

./wip/mkdep, Fast mkdep

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.16, Package name: mkdep-1.16, Maintainer: reed

This is a mkdep. It constructs Makefile dependency lists.

Because it is a C program and does all postprocessing and file
handling without calling any external programs, it is up to 10-percent
faster than the original BSD mkdep shell script.

This is NetBSD's version of mkdep originally coded by Matthias Scheler.


Version history: (Expand)


CVS history: (Expand)


   2013-12-08 16:30:56 by Aleksey Cheusov | Files touched by this commit (10) | Package removed
Log message:
wip/mkdep was removed; it is now in devel/bmkdep

   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-04-10 12:56:54 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
destdir support

   2009-04-09 03:13:59 by Jörg Sonnenberger | Files touched by this commit (1)
Log message:
Remove redundant NO_CHECKSUM

   2007-12-13 23:23:10 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed pkglint warnings.
   2006-04-20 15:36:35 by Aleksey Cheusov | Files touched by this commit (67)
Log message:

man is replaced with ${PKGMANDIR}
   2005-04-11 23:14:03 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2005-01-06 06:40:54 by Todd Vierling | Files touched by this commit (1)
Log message:
Don't "cp -p" for *source* files.  Builds are usually done as an \ 
unprivileged
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.

(Some OS's do in fact cause an error when the chown in "cp -p" fails.)