2020-01-12 12:07:46 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Fix build on platforms where bootkit version doesn't match PKGVERSION
|
2020-01-03 12:11:29 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Explicitly set the ld command to ${LD}
Without doing this the resulting compiler will have a cwrapper ld
embedded, and will be unable to bootstrap later versions of GHC.
|
2019-12-31 08:10:30 by Masatake Daimon | Files touched by this commit (4) |
Log message:
More patches to suppress linker warnings
|
2019-12-29 17:59:09 by Masatake Daimon | Files touched by this commit (29) |
Log message:
Update to GHC 7.10.3
Changes from 7.6.3 are as follows:
* https://www.haskell.org/ghc/docs/7.8.1/html/users_guide/release-7-8-1.html
* https://www.haskell.org/ghc/docs/7.8.2/html/users_guide/release-7-8-2.html
* https://www.haskell.org/ghc/docs/7.8.3/html/users_guide/release-7-8-3.html
* https://www.haskell.org/ghc/docs/7.8.4/html/users_guide/release-7-8-4.html
* https://www.haskell.org/ghc/docs/7.10.1/html/users_guide/release-7-10-1.html
* https://downloads.haskell.org/~ghc/7.10.2/docs/html/users_guide/release-7-10-2.html
* https://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide/release-7-10-3.html
|
2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159) |
Log message:
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-11-01 07:10:23 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
ghc7: refine NetBSD 9.x build fix for sandboxed pbulk
|
2019-10-29 06:12:47 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
ghc7: build fix (workaround) for NetBSD 9.x
NetBSD 9.x have libcurses with a newer major version than the
bootstrap kit is linked against. For now, work around this with
compat80. (This could also be dealt with by creating versioned
bootstrap kits, but that's more involved, and NetBSD 9.x is pre-
release software, so best to leave this off for now.) Thanks to
Greg Troxel for the compat80 hint.
|
2019-10-14 04:36:30 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
ghc7: minor comment fix in bootstrap.mk (NFC)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-08 12:36:27 by Nia Alarie | Files touched by this commit (22) |
Log message:
Follow some http->https redirects.
|