The NetBSD Project

CVS log for pkgsrc/lang/ghc92/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / ghc92

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:44 2023 UTC (8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:44 2023 UTC (10 months, 1 week ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored) to selected 1.7 (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.11 / (download) - annotate - [select for diffs], Wed Dec 28 10:28:17 2022 UTC (15 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)

ghc92: fix compat dependencies for NetBSD 10

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 22 14:35:32 2022 UTC (16 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.9: +9 -5 lines
Diff to previous 1.9 (colored) to selected 1.7 (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.9 / (download) - annotate - [select for diffs], Mon Oct 31 23:19:47 2022 UTC (17 months, 2 weeks ago) by jperkin
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)

ghc*: Unlimit cputime.

Some of the latter linking stages can take a signficantly long time.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:33 2022 UTC (21 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.7 / (download) - annotate - [selected], Thu May 5 08:18:59 2022 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

ghc*: Use OPSYS_VERSION to numerically compare NetBSD versions

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 24 09:17:59 2022 UTC (2 years, 1 month ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.5: +10 -6 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)

lang/ghc92: Use ${_PKGSRC_MKPIE} instead of ${_OPSYS_SUPPORTS_MKPIE}

It's the variable that indicates if MKPIE is requested and feasible on the
platform. In fact I originally wrote a condition mentioning
${_PKGSRC_MKPIE}, but it somehow got lost while I was refactoring the code.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 23 16:01:20 2022 UTC (2 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)

ghc92: Only pass -pie if it is supported.

This isn't ideal, _OPSYS_SUPPORTS_MKPIE is an internal variable and we are
assuming if it's defined it's enabled, but for now it's the best we have.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 17 15:57:07 2022 UTC (2 years, 1 month ago) by pho
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)

Fix build on Darwin

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 17 07:16:10 2022 UTC (2 years, 1 month ago) by pho
Branch: MAIN
Changes since 1.2: +2 -12 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)

lang/ghc92: Work around an issue where GHCi sometimes crashes on NetBSD

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 10 12:21:11 2022 UTC (2 years, 2 months ago) by pho
Branch: MAIN
Changes since 1.1: +6 -2 lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)

Install a bash completion script

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 6 05:36:15 2022 UTC (2 years, 2 months ago) by pho
Branch: MAIN
Diff to selected 1.7 (colored)

Import GHC 9.2.1

The compiler now has a native codegen on aarch64. LLVM backend is now
optional, and is disabled by default.

The full release note is too long to paste here. See:
https://downloads.haskell.org/~ghc/9.2.1/docs/html/users_guide/9.2.1-notes.html

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>