CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/06/15 09:34:03
Modified files:
lang/ghc : Makefile distinfo ghc.port.mk
lang/ghc/patches: patch-ghc_mk patch-mk_config_mk_in
patch-testsuite_driver_testlib_py
lang/ghc/pkg : PLIST-doc PLIST-main
Removed files:
lang/ghc/patches: patch-configure_ac patch-docs_index_html
patch-libraries_base_System_Posix_Internals_hs
patch-testsuite_timeout_Makefile
Log message:
Update to ghc-6.12.3 (bugfix release), plus some minor changes:
- Use integer-gmp again.
- Cleanout the extracted bootstrap directory right after installing it
to save some disk space.
- Use ${MAKE_ENV} instead ${MODGHC_SETUP_CONF_ENV} in ghc.port.mk (in
do-configure, use both).
- Don't compile Setup.l?hs, just use the interpreter (runghc) in
ghc.port.mk. This speeds up the build of most ports depending on
ghc and using a cabal-style build.
Necessary bumps and WANTLIB changes in ports using ghc will follow
later this evening.