Commit graph

13 commits

Author SHA1 Message Date
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
nia
ddc32f8497 ghc*: Use OPSYS_VERSION to numerically compare NetBSD versions 2022-05-05 08:18:59 +00:00
jperkin
50a62b504a ghc92: Fix build on SunOS.
Ensure _POSIX_PTHREAD_SEMANTICS is defined, for some reason the global defines
aren't being applied correctly to this file.
2022-02-25 12:19:15 +00:00
pho
379f5818b6 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.
2022-02-24 09:17:59 +00:00
jperkin
8a2915da8c 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.
2022-02-23 16:01:20 +00:00
pho
5ae989fdd6 Fix build on Darwin 2022-02-17 15:57:07 +00:00
pho
71d69e3ede lang/ghc92/patches: Add a tech-kern thread URL 2022-02-17 11:59:24 +00:00
pho
61d4087764 Correct wrong checksums for the Darwin/x86_64 bootkit 2022-02-17 10:18:06 +00:00
pho
a88448a2b5 lang/ghc92: Work around an issue where GHCi sometimes crashes on NetBSD 2022-02-17 07:16:10 +00:00
pho
e3237f1998 Install a bash completion script 2022-02-10 12:21:11 +00:00
pho
559baa6dfd Add upstream URLs to patches 2022-02-08 07:45:02 +00:00
pho
574dd70006 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
2022-02-06 05:36:15 +00:00