Commit graph

14 commits

Author SHA1 Message Date
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
cf7acc6e27 ghc*: remove CONFLICTS with itself
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
2021-05-22 23:10:26 +00:00
pho
20f9d38dd7 Backport the $ORIGIN removal patch from ghc88 2021-05-01 01:24:50 +00:00
pho
6f51e3cece Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list (pkg/56125)
Our binary packages have been broken because of bad "REQUIRES"
entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk
uses ldd(1) to extract the list of required .so objects, which causes
them to be wrongly expanded.
2021-04-27 13:55:25 +00:00
nia
003bbf410d ghc*: nail down dependency patterns 2021-02-25 10:36:52 +00:00
wiz
acd6efa13f ghc80: merge fix for NetBSD-current from ghc810 2021-02-17 08:44:33 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
joerg
a2bf097c37 Allow more memory for GHC to waste. Allow dropping extra compat
libraries in FILESDIR.
2020-03-30 19:36:03 +00:00
riastradh
5f0bbd2011 Set LD_LIBRARY_PATH for compat80 emul in configure step too. 2020-03-27 04:13:57 +00:00
bsiegert
23f9d8e845 Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-08 16:42:24 +00:00
jperkin
51165aee05 ghc80: Support SunOS/x86_64. 2020-02-17 17:22:43 +00:00
pho
2adbefc7c4 Add a bootkit for FreeBSD/amd64 2020-01-14 08:46:17 +00:00
pho
c052eecac0 Bootkit for FreeBSD/i386 is now on LOCAL_PORTS 2020-01-13 11:49:36 +00:00
pho
4b3aed4acc Import GHC 8.0.2
GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.0.x release series, which is the last
version that can bootstrap with 7.10.3. It will probably be removed
once we make a separate package for GHC 8.4.x and get enough bootstrap
kits for it.
2020-01-03 15:24:08 +00:00