2024-06-18 14:49:22 by Mark Davies | Files touched by this commit (2) |
Log message:
db4: Port the configure script to C99.
|
2023-12-13 14:39:23 by Zafer Aydogan | Files touched by this commit (1) |  |
Log message:
update master sites
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-12-20 17:44:17 by Maya Rashish | Files touched by this commit (1) |
Log message:
db4: remove workaround for very old GCC
|
2019-02-14 15:36:06 by Jason R Thorpe | Files touched by this commit (5) |
Log message:
Add support for mutexes on aarch64 with GCC. Bump PKGREVISION to 1.
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211) |
Log message:
Follow some http -> https redirects.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-09-08 18:10:24 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Fix build on SunOS when the default compilation environment is C99+.
|