2022-09-25 09:46:23 by Niclas Rosenvik | Files touched by this commit (6) |
Log message: Revbump due to fixing linkage with libpisock in pilot-link-libs |
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 |
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. |
2012-10-03 13:24:45 by Aleksej Saushev | Files touched by this commit (64) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2010-01-31 22:34:39 by Zafer Aydogan | Files touched by this commit (1) | |
Log message: update master_sites. |
2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | |
Log message: Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345. |
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message: Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. |