./devel/leahneukirchen-redo, Redo build system implemented in portable C

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


Branch: CURRENT, Version: 0.3nb1, Package name: leahneukirchen-redo-0.3nb1, Maintainer: schmonz

redo-c is an implementation of DJB's redo build system in portable C
with zero dependencies.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 7.647 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-06 09:51:55 by Amitai Schleier | Files touched by this commit (2)
Log message:
Apply not-yet-released upstream changes. From the changelog:

- README.md: typo and URL correction
- Specify the starting point for find(1) (non-GNU versions do not allow
  omitting it)
- Fix some compiler warnings
- Take existence of a dofile into account when checking for sourcefile
- Add bootstrap.sh
- Change fflag testing from ! to < 0
- Call compute_uprel() before redo_ifchange()
- Use "all" as default target only when "redo" is called directly
- Change order of creating files on find_dofile in run_script()
- Remove unreachable code in run_script
- Incorporate sourcefile() call inside check_deps()
- Avoid duplicate flags initialization in main()

Bump PKGREVISION.
   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-11-01 14:30:13 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 0.3. From the changelog:

- Fix non implicit job lease detection
   2020-07-20 21:46:18 by Amitai Schleier | Files touched by this commit (3)
Log message:
Define PATH_MAX on Illumos. Respect CFLAGS.
   2020-07-06 18:48:51 by Amitai Schleier | Files touched by this commit (2)
Log message:
Simplify GitHub declarations. I can never remember how to do this.
Thanks, leot@!
   2020-07-06 17:27:19 by Amitai Schleier | Files touched by this commit (6)
Log message:
Add Leah Neukirchen's implementation of DJB's redo build system in
portable C with zero dependencies.