Commit graph

30 commits

Author SHA1 Message Date
wiz 0046911d31 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
riastradh 8560be0ed3 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-06-06 12:40:15 +00:00
nia 0da00af07b ghc: Only some ghc compilers support NetBSD/aarch64, limit the workaround 2022-11-22 14:52:43 +00:00
nia 6292e6b69e ghc: depend on compat90 instead of compat80 on NetBSD/aarch64
There was never a NetBSD 8 release for aarch64 so compat80 is not
available, but compat90 will work nicely.
2022-11-22 14:35:32 +00:00
jperkin fb8d423bc1 ghc*: Unlimit cputime.
Some of the latter linking stages can take a signficantly long time.
2022-10-31 23:19:47 +00:00
jperkin 47e82cd514 lang: Switch distfile location from Joyent to MNX Manta.
No functional change.
2022-07-07 16:26:36 +00:00
nia 04f4eef997 *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
wiz 8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nia ddc32f8497 ghc*: Use OPSYS_VERSION to numerically compare NetBSD versions 2022-05-05 08:18:59 +00:00
adam b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pho c9e8813d38 Replace RMD160 checksums with BLAKE2s checksums 2021-11-21 03:22:16 +00:00
nia 1361343c24 lang: Remove SHA1 hashes for distfiles 2021-10-07 14:20:45 +00:00
nia 7fad5b5799 Disable MKPIE in Haskell.
Presumably there's a way to make this work, but it probably requires
changes to the bootstrap kits.
2021-09-27 14:30:47 +00:00
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 80ec90f764 Backport the $ORIGIN removal patch from ghc88 2021-05-01 02:57:31 +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 0fcc072d08 ghc84: merge NetBSD-current support from ghc810 2021-02-17 07:02:30 +00:00
ryoon 0387cfd066 ghc84: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed 2021-02-09 12:41:32 +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 753fedc8b4 ghc84: Support SunOS/x86_64. 2020-02-17 17:24:06 +00:00
pho 6d32df2070 Correct COMMENT 2020-01-15 02:05:46 +00:00
pho 784a4024ca Add a bootkit for FreeBSD/amd64 2020-01-14 14:44:50 +00:00
pho 3dded86d30 Bootkit for FreeBSD/i386 is now on LOCAL_PORTS 2020-01-13 14:15:11 +00:00
pho e18dba395e Add bootkit for Darwin/x86_64 2020-01-12 06:12:07 +00:00
pho bc5fe965ff Import ghc-8.4.4
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.4.x release series, which is the last
version that can bootstrap with 8.0.2. It will probably be removed
once we make a separate package for GHC 8.8.x and get enough bootstrap
kits for it.
2020-01-07 16:52:08 +00:00