2021-11-21 04:49:42 by Masatake Daimon | Files touched by this commit (1) |
Log message: Replace RMD160 checksums with BLAKE2s checksums |
2021-10-07 16:21:17 by Nia Alarie | Files touched by this commit (282) |
Log message: lang: Remove SHA1 hashes for distfiles |
2021-09-30 12:32:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message: ghc88: Copy files rather than using hardlinks. Fixes behaviour of "ln -f" when creating bootstrap kit on SunOS. |
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message: *: recursive bump for perl 5.34 |
2021-05-23 01:10:27 by Thomas Klausner | Files touched by this commit (5) |
Log message: ghc*: remove CONFLICTS with itself The PKGNAME is ghc-* so there is no point in a conflict with ghc-* |
2021-05-01 05:00:07 by Masatake Daimon | Files touched by this commit (2) |
Log message: Fix a bug in the previous commit which would produce a non-installable bootkit |
2021-04-29 07:09:08 by Masatake Daimon | Files touched by this commit (5) |
Log message: Eliminate use of @rpath and @loader_path on Darwin They are essentially equivalent to $ORIGIN of ELF. |
2021-04-28 17:39:24 by Masatake Daimon | Files touched by this commit (5) |
Log message: Apply jperkin@'s patch to remove $ORIGIN use On Darwin it still uses @loader_path though. I'm going to handle it later. |
2021-04-27 15:55:26 by Masatake Daimon | Files touched by this commit (6) |
Log message: Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list (pkg/56125) Our binary packages have been broken because of bad "REQUIRES" entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk uses ldd(1) to extract the list of required .so objects, which causes them to be wrongly expanded. |
2021-02-25 11:36:53 by Nia Alarie | Files touched by this commit (5) |
Log message: ghc*: nail down dependency patterns |