./pkgtools/mktools, Collection of pkgsrc mk infrastructure tools

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


Branch: CURRENT, Version: 20220614, Package name: mktools-20220614, Maintainer: jperkin

Collection of tools written in C to improve the performance of certain
sections of the pkgsrc mk infrastructure where shell is too slow.


Version history: (Expand)


CVS history: (Expand)


   2022-07-06 07:03:09 by Darrin B. Jewell | Files touched by this commit (1)
Log message:
pkgtools/mktool: set IGNORE_CCACHE=yes to avoid circular dependency
   2022-06-14 10:45:33 by Jonathan Perkin | Files touched by this commit (2)
Log message:
mktools: Update to 20220614.

Add an explicit exit(0) to mk-buildlink-symlinks rather than relying on the
exit status of the last function.  Fixes issue seen on CentOS 7.
   2022-06-07 11:53:36 by Jonathan Perkin | Files touched by this commit (6)
Log message:
mktools: Import new package, version 20220607.

Collection of tools written in C to improve the performance of certain
sections of the pkgsrc mk infrastructure where shell is too slow.

For now this just includes mk-buildlink-symlinks which is used to generate
the buildlink3 symlinks as part of the "wrapper" phase.