Port details |
- ghc843 Compiler for the functional language Haskell
- 8.4.3_1 lang
=0 8.4.3_1Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2018-11-18 16:20:39
- Last Update: 2019-05-28 15:53:04
- SVN Revision: 502898
- Also Listed In: haskell
- License: BSD3CLAUSE
- WWW:
- http://www.haskell.org/ghc/
- Description:
- The Glasgow Haskell Compiler is a state-of-the-art, open source, compiler and
interactive environment for the functional language Haskell. Highlights:
* Supports the entire Haskell 2010 language plus a wide variety of
extensions.
* Has particularly good support for concurrency and parallelism, including
support for Software Transactional Memory (STM).
* Generates fast code, particularly for concurrent programs.
* Works on several platforms including FreeBSD, Windows, Mac, Linux, most
varieties of Unix, and several different processor architectures.
* Has extensive optimisation capabilities, including inter-module optimisation.
* Compiles Haskell code either directly to native code or using LLVM as a
back-end. It can also generate C code as an intermediate target for porting
to new platforms. The interactive environment compiles Haskell to bytecode,
and supports execution of mixed bytecode/compiled programs.
* Profiling is supported, both by time/allocation and various kinds of heap
profiling.
* Comes with several libraries, and thousands more are available on Hackage.
WWW: http://www.haskell.org/ghc/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- ghc-7.4.*
- ghc-7.6.*
- ghc-7.8.*
- ghc-7.10.*
- ghc-8.0.*
- ghc-8.4.4
- No installation instructions:
- This port has been deleted.
- PKGNAME: ghc843
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1530033472
SHA256 (ghc-8.4.3-src.tar.xz) = ae47afda985830de8811243255aa3744dfb9207cb980af74393298b2b62160d6
SIZE (ghc-8.4.3-src.tar.xz) = 11315068
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- gmake : devel/gmake
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Library dependencies:
-
- libffi.so.6 : devel/libffi
- libgmp.so : math/gmp
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ghc843-8.4.3_1:
DOCS=on: Install HTML documentation
DYNAMIC=on: Add support for dynamic linking
GMP=on: Use GNU Multi-precision Library for big integers support
PROFILE=on: Add support for performance profiling
====> Bootsrap using installed ghc
BOOT=off: Use installed GHC for bootstrapping
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf gmake iconv:translit localbase:ldflags ncurses perl5 tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.3_1 28 May 2019 15:53:04 |
arrowd |
Merge lang/ghcXXX ports into lang/ghc.
Remove OPTIONS support from library Haskell ports.
Do not install documentation by library Haskell ports.
Remove deprecation notice from library ports, that still needed.
PR: 224083
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20247 |
8.4.3_1 09 May 2019 17:57:16 |
tcberner |
lang/ghc843: remove accidentally added character
Reported by: jbeich |
8.4.3_1 09 May 2019 05:35:24 |
tcberner |
lang/gch84[34]: bump LLVM_VERSION to 60
- llvm50 was removed, which breaks poudriere on arm.
- this might not fix it, but at least blocks poudrire no longer
Reported by: antoine |
8.4.3_1 29 Mar 2019 04:53:53 |
arrowd |
Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3.
ARM support required LLVM 5, which is getting pushed out of ports.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19722 |
8.4.3_1 17 Dec 2018 06:04:50 |
arrowd |
GHC ports: use proper sorting for Makefile variables. Add `create-stack-bindist`
target in bsd.ghc.mk.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18540 |
8.4.3_1 10 Dec 2018 17:08:17 |
arrowd |
lang/ghc843: Use PLIST definition from bsd.ghc.mk.
Approved by: tcberner (mentor) |
8.4.3_1 07 Dec 2018 05:46:39 |
arrowd |
Cleanup GHC ports:
- Switch to using ld instead of binutils ld or ld.bfd on amd64/i386.
- Add GMP option.
- Re-enable DYNAMIC option on ARM. It is reported that it works now.
- Fix create-bootstrap target to produce tarballs ready to be consumed by
ports.
- Update bootstrap compilers to 8.4.3 on amd64, i386, aarch64.
- Get rid merge build.boot.mk.in into build.mk.in.
- Sort some Makefile variables.
Reviewed by: Mikael Urankar <mikael.urankar@gmail.com> (ARM bits), tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18378 |
8.4.3_1 18 Nov 2018 18:16:23 |
arrowd |
lang/ghc843: Add PKGNAMESUFFIX to not conflict with lang/ghc.
Approved by: tcberner (mentor) |
8.4.3_1 18 Nov 2018 16:20:20 |
arrowd |
lang/ghc843: Add a port for 8.4.3 version.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17866 |