2025-02-13 07:25:39 by David A. Holland | Files touched by this commit (3) | ![]() |
Log message: comms/binkd: tidy. Clear PKG_DESTDIR_SUPPORT=destdir (not user-destdir). There is no reason for this that I can find. Clear MAKE_JOBS_SAFE=no. Other than a cosmetic problem with a post-build message, the actual issue turns out to be a bmake bug. (PR 59073) Add a couple small makefile adjustments to cope. Clear BROKEN_ON_PLATFORM=${LP64PLATFORMS}. This seems to have been set in 1999 and carried around uncritically ever since, across multiple updates. It builds cleanly with -Wall on amd64, and while I can't test (not sure anyone much can test this nowadays) that's usually a good sign, and in 1999 it was described as "hopeless". Tidy some pkglint. |
2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Remove SHA1 hashes for distfiles |
2019-11-03 13:04:14 by Roland Illig | Files touched by this commit (16) |
Log message: comms: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually adjusted the indentation in asterisk15 and asterisk16 to avoid too deep indentation. |
2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209) |
Log message: Comment out dead sites. |
2015-11-03 02:34:58 by Alistair G. Crooks | Files touched by this commit (79) |
Log message: Add SHA512 digests for distfiles for comms category Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. |
2015-01-01 10:28:26 by David A. Holland | Files touched by this commit (1) |
Log message: Use BROKEN_ON_PLATFORM to fail on LP64PLATFORMS. |
2011-04-07 15:18:24 by Ignatios Souvatzis | Files touched by this commit (1) |
Log message: format police |
2011-04-07 14:53:05 by Ignatios Souvatzis | Files touched by this commit (1) |
Log message: DESTDIRize. |
2010-01-07 08:36:54 by Thomas Klausner | Files touched by this commit (10) |
Log message: Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages. |