2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message: mail: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch |
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message: mail: Remove SHA1 hashes for distfiles |
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message: revbump for boost-libs |
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message: revbump for boost-libs |
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-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@. |
2020-05-23 23:32:15 by Amitai Schleier | Files touched by this commit (5) |
Log message: Restore missing .include of options.mk. |
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message: revbump after updating security/nettle |
2020-05-16 16:51:14 by Roland Illig | Files touched by this commit (1) |
Log message: mail/mailfront: does not have error.h |
2020-05-10 09:10:39 by Roland Illig | Files touched by this commit (1) |
Log message: mail/mailfront: fix PKG_SUGGESTED_OPTIONS The package-specific options.mk is included by djbware.mk and must therefore not be included by the package Makefile itself. This fixes the PKG_SUPPORTED_OPTIONS displayed by show-options. Found by making the package-settable variables in mk/bsd.options.mk read-only. |