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-04-30 20:52:05 by Masatake Daimon | Files touched by this commit (6) |
Log message: Backport the $ORIGIN removal patch from ghc88 |
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 |
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message: *: bump PKGREVISION for perl-5.32. |
2020-03-30 21:36:04 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Allow more memory for GHC to waste. Allow dropping extra compat libraries in FILESDIR. |
2020-03-27 05:13:57 by Taylor R Campbell | Files touched by this commit (6) |
Log message: Set LD_LIBRARY_PATH for compat80 emul in configure step too. |
2020-03-08 17:42:31 by Benny Siegert | Files touched by this commit (67) |
Log message: Revbump packages depending on libffi after .so version change. Requested by Matthias Ferdinand and Oskar on pkgsrc-users. |
2020-02-15 00:36:55 by Jonathan Perkin | Files touched by this commit (4) |
Log message: ghc7: Update SunOS bootstrap kit and fix a couple of issues. |
2020-01-13 02:06:52 by Masatake Daimon | Files touched by this commit (4) |
Log message: Update the bootkit for FreeBSD/i386 It's now built on FreeBSD 12.1. |