Up to [cvs.NetBSD.org] / pkgsrc / lang / ghc80
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:43 2023 UTC (7 weeks, 2 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:43 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
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
Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 22 14:52:43 2022 UTC (10 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.20: +2 -5
lines
Diff to previous 1.20 (colored)
ghc: Only some ghc compilers support NetBSD/aarch64, limit the workaround
Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 22 14:35:32 2022 UTC (10 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.19: +9 -5
lines
Diff to previous 1.19 (colored)
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.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 31 23:19:47 2022 UTC (11 months ago) by jperkin
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
ghc*: Unlimit cputime. Some of the latter linking stages can take a signficantly long time.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:32 2022 UTC (15 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:12 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
*: recursive bump for perl 5.36
Revision 1.16 / (download) - annotate - [select for diffs], Thu May 5 08:18:59 2022 UTC (17 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
ghc*: Use OPSYS_VERSION to numerically compare NetBSD versions
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:15 2021 UTC (21 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
revbump for icu and libffi
Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 27 14:30:48 2021 UTC (2 years ago) by nia
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Disable MKPIE in Haskell. Presumably there's a way to make this work, but it probably requires changes to the bootstrap kits.
Revision 1.13 / (download) - annotate - [select for diffs], Mon May 24 19:52:32 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
*: recursive bump for perl 5.34
Revision 1.12 / (download) - annotate - [select for diffs], Sat May 22 23:10:26 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.11: +1 -4
lines
Diff to previous 1.11 (colored)
ghc*: remove CONFLICTS with itself The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
Revision 1.11 / (download) - annotate - [select for diffs], Sat May 1 01:24:50 2021 UTC (2 years, 5 months ago) by pho
Branch: MAIN
Changes since 1.10: +9 -25
lines
Diff to previous 1.10 (colored)
Backport the $ORIGIN removal patch from ghc88
Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 27 13:55:25 2021 UTC (2 years, 5 months ago) by pho
Branch: MAIN
Changes since 1.9: +14 -7
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 17 08:44:33 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
ghc80: merge fix for NetBSD-current from ghc810
Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:49 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 30 19:36:03 2020 UTC (3 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
Allow more memory for GHC to waste. Allow dropping extra compat libraries in FILESDIR.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 27 04:13:57 2020 UTC (3 years, 6 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Set LD_LIBRARY_PATH for compat80 emul in configure step too.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 8 16:42:27 2020 UTC (3 years, 6 months ago) by bsiegert
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Revbump packages depending on libffi after .so version change. Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 17 17:22:43 2020 UTC (3 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
ghc80: Support SunOS/x86_64.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 14 08:46:17 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Add a bootkit for FreeBSD/amd64
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 13 11:49:36 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Bootkit for FreeBSD/i386 is now on LOCAL_PORTS
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 3 15:24:08 2020 UTC (3 years, 9 months ago) by pho
Branch: MAIN
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.