2021-05-23 01:08:45 by Thomas Klausner | Files touched by this commit (1) |
Log message: ghc90: remove conflicts line The PKGNAME is ghc-* so there is no point in a conflict with ghc-* |
2021-05-22 11:11:07 by Masatake Daimon | Files touched by this commit (1) |
Log message: Add upstream URLs in the patch comment |
2021-05-22 11:10:37 by Masatake Daimon | Files touched by this commit (2) |
Log message: Add upstream URLs in the patch comment |
2021-05-21 03:45:01 by Masatake Daimon | Files touched by this commit (6) |
Log message: Built a bootkit for NetBSD/aarch64 Also the package is now more explicit about LLVM. It used to invoke whatever \ llc(1) and opt(1) found in the $PATH when -fllvm is passed to the compiler, \ though it's not the default backend. Now LLVM is an explicit, optional \ dependency on platforms where NCG backend is available, and a mandatory \ dependency on others. Note that the LLVM backend tends to produce faster code but it runs \ significantly slower than NCG. AArch64 support of NCG is being worked on, but it \ hasn't been merged to the 9.0 branch yet (or even the master branch). |
2021-05-05 11:18:52 by Masatake Daimon | Files touched by this commit (9) |
Log message: Add upstream URLs to patch comments |
2021-05-01 11:04:57 by Masatake Daimon | Files touched by this commit (4) |
Log message: Don't use "response file" while invoking CC and LD Our tool wrappers don't look into response files, so common mistakes such as forgetting to declare dependencies have been overlooked by our buildlink framework. With the change that will no longer happen. |
2021-04-30 17:14:31 by Masatake Daimon | Files touched by this commit (1) |
Log message: Rebuilt the bootkit for FreeBSD/amd64 It was accidentally depending on pkgsrc gmp. |
2021-04-30 10:10:24 by Masatake Daimon | Files touched by this commit (1) |
Log message: Rebuilt the bootkit for FreeBSD/i386 It was accidentally depending on pkgsrc gmp. |
2021-04-30 08:08:20 by Masatake Daimon | Files touched by this commit (1) |
Log message: Rebuilt the bootkit for Darwin/x86_64 It was accidentally depending on pkgsrc gmp. |
2021-04-30 05:05:31 by Masatake Daimon | Files touched by this commit (6) |
Log message: Add a bootkit for SunOS/x86_64 Also fixed a bug in the previous commit which would produce non-installable bootkits. |