2023-09-04 19:50:49 by Amitai Schleier | Files touched by this commit (2) |
Log message: daemontools: move SMF bits to daemontools-run. Bump PKGREVISION. |
2023-07-08 13:11:10 by Juraj Lutter | Files touched by this commit (2) |
Log message: sysutils/daemontools: Add Solaris/illumos SMF manifest Put svscanboot under SMF control on Solaris/illumos. Approved by: schmonz |
2023-06-02 20:35:04 by Amitai Schleier | Files touched by this commit (1) |
Log message: daemontools: avoid tools-depending on file. Just install the one script. |
2022-05-15 19:40:02 by Amitai Schleier | Files touched by this commit (1) |
Log message: Specify TEST_DIRS to fix previous. |
2022-05-15 19:26:31 by Amitai Schleier | Files touched by this commit (3) |
Log message: Decouple tests from build. Skip creating sysdeps, nothing uses it. |
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message: sysutils: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message: sysutils: Remove SHA1 hashes for distfiles |
2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41) |
Log message: Remove DJB_RESTRICTED, no longer used. |
2020-06-26 18:37:23 by Amitai Schleier | Files touched by this commit (5) |
Log message: Assign non-default SUBST_FILES.djberrno with =, not += (because it doesn't actually append). |
2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39) |
Log message: Retire 'djbware-errno-hack' and associated options.mk cleverness. Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@. |