Next | Query returned 20 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-10-12 09:51:09 by Masatake Daimon | Files touched by this commit (1)
Log message:
lang/ghc94: Fix "make bootstrap" on Darwin
   2023-10-11 05:07:31 by Masatake Daimon | Files touched by this commit (3)
Log message:
lang/ghc94: Fix broken "make bootstrap"

Bootstrapping the compiler without "cabal-install" is something GHC devs
rarely do, and it keeps bitrotting. This time I could make it work again,
but at some point we might end up having to distribute binaries of
cabal-install for each platform.
   2023-10-10 16:58:42 by Masatake Daimon | Files touched by this commit (2)
Log message:
lang/ghc94: Fix build of hadrian/bootstrap with cabal-install-parsers >= 0.6
   2023-10-09 04:49:53 by Masatake Daimon | Files touched by this commit (6)
Log message:
lang/ghc94: Update to GHC 9.4.7

Release notes:
9.4.5: https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.5-notes.html
9.4.6: https://downloads.haskell.org/~ghc/9.4.6/docs/users_guide/9.4.6-notes.html
9.4.7: https://downloads.haskell.org/~ghc/9.4.7/docs/users_guide/9.4.7-notes.html
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-02-21 11:36:55 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ghc94: Switch PYTHON_FOR_BUILD_ONLY to "tool".

Setting it to "yes" performs a full buildlink3 inclusion of the necessary
python version.  This brings in gettext-lib, which on some platforms will add
an explicit -lintl to linker args, but gettext-lib is not marked as a full
dependency so this ends in runtime failures with missing libintl.

Switching to "tool" uses a plain DEPENDS instead so no problems.
   2023-01-24 12:13:18 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build on FreeBSD/i386
   2023-01-24 07:20:10 by Masatake Daimon | Files touched by this commit (1)
Log message:
Bootkits for FreeBSD must also be built without -fsplit-sections
   2023-01-24 03:49:26 by Masatake Daimon | Files touched by this commit (4)
Log message:
Fix build on FreeBSD/amd64 12

Next | Query returned 20 messages, browsing 1 to 10 | Previous