pkgsrc/lang
adam f189f904ab nodejs: updated to 21.1.0
Version 21.1.0 (Current)

Notable Changes

Automatically detect and run ESM syntax

The new flag --experimental-detect-module can be used to automatically run ES modules when their syntax can be detected. For “ambiguous” files, which are .js or extensionless files with no package.json with a type field, Node.js will parse the file to detect ES module syntax; if found, it will run the file as an ES module, otherwise it will run the file as a CommonJS module. The same applies to string input via --eval or STDIN.

We hope to make detection enabled by default in a future version of Node.js. Detection increases startup time, so we encourage everyone — especially package authors — to add a type field to package.json, even for the default "type": "commonjs". The presence of a type field, or explicit extensions such as .mjs or .cjs, will opt out of detection.


vm: fix V8 compilation cache support for vm.Script

Previously repeated compilation of the same source code using vm.Script stopped hitting the V8 compilation cache after v16.x when support for importModuleDynamically was added to vm.Script, resulting in a performance regression that blocked users (in particular Jest users) from upgrading from v16.x.

The recent fixes landed in v21.1.0 allow the compilation cache to be hit again for vm.Script when --experimental-vm-modules is not used even in the presence of the importModuleDynamically option, so that users affected by the performance regression can now upgrade. Ongoing work is also being done to enable compilation cache support for vm.CompileFunction.
2023-11-02 13:18:15 +00:00
..
a60 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
abcl Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
adoptopenjdk11-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
algol68g lang/algol68g: update to version 3.3.5 2023-08-26 15:18:57 +00:00
asn1c *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ats2 lang/ats2: USE_TOOLS+=find, install fails using solaris's 2023-01-16 04:38:04 +00:00
awka lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
baci lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
boomerang Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
brandybasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
bwbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
caml-light caml-light: point MASTER_SITES to caml.inria.fr. 2023-05-13 17:36:35 +00:00
camlp5 Fixed interpreter problem with perl script in lang/camlp5 2022-11-17 10:21:14 +00:00
cbmbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ccsh lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
cdl3 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
Cg-compiler lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
chibi-scheme *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
chicken lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
chicken5 chicken5: add comment on why chicken5-boot is needed, with upstream ticket 2023-05-04 20:54:40 +00:00
chicken5-boot chicken5, chicken5-boot: split shared mk code off into Makefile.common. 2023-04-30 20:18:08 +00:00
cim *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
clang llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
clang-tools-extra llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
classpath Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
classpath-gui recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
clisp clisp: Unbreak shell syntax. 2023-05-17 10:33:24 +00:00
clojure clojure: Update to 1.11.1.1155 2022-09-12 18:44:09 +00:00
compiler-rt llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
coq recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
cparser cparser: set license 2023-04-03 11:30:59 +00:00
csmith *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cu-prolog lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
dhall Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
duktape duktape: update to 2.7. 2022-02-25 20:51:27 +00:00
eag lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ecl lang/ecl: update to ecl-23.9.9 2023-09-10 06:28:21 +00:00
eieio Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
elisp-manual lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
elixir elixir: updated to 1.15.7 2023-10-23 14:42:23 +00:00
elk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
embryo Reset MAINTAINER 2022-11-09 13:14:06 +00:00
erlang *: bump for openssl 3 2023-10-24 22:08:07 +00:00
erlang-doc erlang: updated to 26.1.2 2023-10-23 14:41:05 +00:00
erlang-luerl erlang-luerl: Update to 1.0 2022-10-15 17:55:28 +00:00
erlang-man erlang: updated to 26.1.2 2023-10-23 14:41:05 +00:00
erlang21 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
execline Update manual pages, adding execline-why.7. Bump PKGREVISION. 2023-04-14 17:38:54 +00:00
f2c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
fennel lang/fennel: update to fennel-1.3.1 2023-07-22 21:38:17 +00:00
ficl lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
flang llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
focal lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
fort77 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
forth-retro lang/forth-retro: honor $(PKGMANDIR) 2023-01-16 04:10:47 +00:00
g95 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gambc *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
gauche lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gawk gawk: update to 5.2.2. 2023-05-16 20:31:00 +00:00
gcc-aux Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
gcc5-aux Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc6 gcc*: include missing header and unbreak build on Linux. 2023-09-05 16:54:19 +00:00
gcc6-aux Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc6-libs gcc*-libs: fix PKGREVISION values that got out of sync (again) 2023-10-05 05:20:10 +00:00
gcc7 gcc*: include missing header and unbreak build on Linux. 2023-09-05 16:54:19 +00:00
gcc7-libs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc8 gcc8: move admonition about PKGREVSION next to the entry (NFC) 2023-10-05 05:27:38 +00:00
gcc8-libs gcc8-libs: fix PKGREVISION value that got out of sync (again) 2023-10-05 05:15:36 +00:00
gcc9 gcc9: move admonition about PKGREVSION next to the entry (NFC) 2023-10-05 06:03:11 +00:00
gcc9-libs gcc*-libs: fix PKGREVISION values that got out of sync (again) 2023-10-05 05:20:10 +00:00
gcc10 gcc*: include missing header and unbreak build on Linux. 2023-09-05 16:54:19 +00:00
gcc10-aux gcc*: replace gnarly cargo-culted extract logic with EXTRACT_ONLY 2023-08-15 13:49:17 +00:00
gcc10-libjit lang/gcc10-libjit: import gcc10-libjit-10.4.0 2023-04-06 22:09:59 +00:00
gcc10-libs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc12 gcc12: Work around ld bug in Xcode 15. 2023-10-20 10:37:32 +00:00
gcc12-libjit lang/gcc12-libjit: import gcc12-libjit-12.2.0 2023-04-07 06:48:58 +00:00
gcc12-libs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gcc13 gcc*: Disable FORTIFY on Linux only 2023-08-29 09:48:46 +00:00
gcc13-libjit lang/gcc13-libjit: import gcc13-libjit-13.1.0 2023-05-03 20:04:10 +00:00
gcc13-libs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gforth *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ghc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ghc-bootstrap *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ghc7 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ghc80 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ghc84 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ghc88 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ghc90 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ghc92 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
ghc94 lang/ghc94: Fix "make bootstrap" on Darwin 2023-10-12 07:51:09 +00:00
ghc96 lang/ghc96: Fix Cabal on Darwin trying to install shared libraries having '@rpath' and fail 2023-11-01 17:53:53 +00:00
ghc810 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gjs recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
gleam *: bump for openssl 3 2023-10-24 22:08:07 +00:00
gnucobol gnucobol: move MASTER_SITES to ${MASTER_SITE_GNU}. 2023-08-26 18:47:16 +00:00
go Set Go 1.21 as the default Go version. 2023-10-29 14:40:35 +00:00
go-bin go-bin: Support illumos/amd64. 2022-12-19 19:23:41 +00:00
go14 Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
go118 Revbump all Go packages after go120 update 2023-07-15 10:52:52 +00:00
go119 go119: add missing file to PLIST 2023-09-24 23:45:39 +00:00
go120 go120: update to 1.20.10 (security) 2023-10-15 11:02:08 +00:00
go121 go121: update to 1.21.3 (security) 2023-10-15 09:26:34 +00:00
gpc *: Remove many GCC_REQD for particularly old GCCs 2023-07-17 22:00:22 +00:00
gprolog lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
guile18 lang/guile18: No alternative for bin/guild. 2023-01-31 02:20:03 +00:00
guile20 *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
guile22 *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
guile30 guile30: remove paxctl workaround for JIT on NetBSD 2023-03-04 09:41:13 +00:00
gwydion-dylan *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
hamlet Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
heirloom-awk
hjsmin Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-classes Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-cli Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-core Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-list Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-marshalling Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-objectorientation Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-packaging Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-repl Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-hslua-typing Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-language-javascript Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-lua Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hs-sourcemap Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
hugs Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
icon lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
idris Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
inform lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
intercal lang/intercal: fix build on platforms where sizeof(bool) != sizeof(int) 2021-12-27 04:27:10 +00:00
ja-gawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jamvm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
janet lang/janet: Update to 1.31.0. 2023-09-27 23:58:51 +00:00
japhar Tell this it can build on arm. Don't see any reason it shouldn't go. 2021-12-25 21:29:17 +00:00
jasmin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jikes lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jimtcl *: bump for openssl 3 2023-10-24 22:08:07 +00:00
joker Revbump all Go packages because go121 is now the default 2023-10-29 14:48:06 +00:00
joos lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
jpm jpm: Update MAINTAINER 2023-01-14 07:41:00 +00:00
js lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
kaffe lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
kaffe-x11 recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
kali lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
kona lang/kona: don't feed the compiler -fast on solaris, doesn't work 2023-01-16 04:15:37 +00:00
konoha *: bump for openssl 3 2023-10-24 22:08:07 +00:00
kotlin lang/kotlin: import kotlin-1.8.10 2023-03-20 13:56:27 +00:00
ksi lang/ksi: be more robust about detecting the number of signals. 2023-01-16 03:58:09 +00:00
libBlocksRuntime Reset MAINTAINER 2022-11-09 13:14:06 +00:00
libcxx llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
libcxxabi llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
libduktape libduktape: update to 2.7. 2022-02-25 20:50:07 +00:00
libLLVM *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libobjc2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
librep revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libunwind llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
likepython *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
llvm llvm: Remove no-op subst on SunOS. 2023-10-09 11:31:08 +00:00
lua lua: update docs 2022-06-28 09:39:59 +00:00
lua-moonscript lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lua51 lua*: honor BUILD_USES_CMAKE 2023-03-25 18:55:46 +00:00
lua52 lua*: honor BUILD_USES_CMAKE 2023-03-25 18:55:46 +00:00
lua53 lua*: honor BUILD_USES_CMAKE 2023-03-25 18:55:46 +00:00
lua54 lua54: fix man page name to match executable name 2023-09-06 11:48:15 +00:00
LuaJIT2 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
lush lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
maude *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
mawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mercury Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
micropython *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
minischeme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mit-scheme-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
mlir llvm: updated to 16.0.6 2023-10-06 19:15:19 +00:00
mono *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
mono-basic revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
moscow_ml moscow_ml: Spell SunOS correctly. 2023-06-26 16:29:18 +00:00
mozjs78 *: update for Python base package change 2023-10-23 06:37:32 +00:00
mpd mpd: make this build on NetBSD/powerpc 10.0_BETA. 2023-02-16 17:59:49 +00:00
mujs mujs: Restore PKGCONFIG_OVERRIDE fixes that were also quietly deleted in r1.3 2023-09-10 09:57:36 +00:00
nawk lang/nawk: downgrade to 20230909. 2023-09-17 10:32:05 +00:00
neko *: bump for openssl 3 2023-10-24 22:08:07 +00:00
newlisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
newsqueak lang/newsqueak: add configury for macos 2023-02-01 02:06:30 +00:00
nim nim: extend with recommendations from Chavdar Ivanov. 2023-05-14 21:13:53 +00:00
njs */*: update NGINX JavaScript 0.8.1 -> 0.8.2 2023-10-25 16:04:47 +00:00
nodejs nodejs: updated to 21.1.0 2023-11-02 13:18:15 +00:00
nodejs16 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nodejs18 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
nodejs20 nodejs20: added version 20.9.0 (from lang/nodejs) 2023-11-02 13:16:54 +00:00
nqp (lang/nqp) Updated 2023.04 to 2023.05, explicit ChangeLog unknown 2023-06-10 15:35:18 +00:00
nuitka *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
objc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ocaml ocaml: fix some pkglint 2023-04-09 07:28:27 +00:00
oo2c oo2c: fix xsltproc error 2022-12-21 11:34:53 +00:00
open-cobol-ce open-cobol-ce: Explicitly disable nls. 2022-12-13 13:23:21 +00:00
opencobol opencobol: reset MAINTAINER to pkgsrc-users@. 2023-08-22 21:17:53 +00:00
openjdk-bin lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
openjdk8 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
openjdk11 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
openjdk17 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
opensource-cobol lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
oracle-jdk8 oracle-jdk8: Fix PLIST for latest version. 2023-03-13 09:33:10 +00:00
oracle-jdk17 oracle-jdk17: updated to 17.0.8 2023-07-31 16:51:21 +00:00
oracle-jre8 oracle-jre8: Disable STRIP_DEBUG. 2023-03-13 09:34:38 +00:00
ossp-js *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
owl-lisp lang/owl-lisp: requires -lsocket -lnsl on solaris 2023-01-16 03:52:32 +00:00
p2c lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
p5-Perl-LanguageServer *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Switch *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
parrot revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
pc-lisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pcc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pcc-current pcc-current: update to version 20230506 2023-05-06 15:19:25 +00:00
pear lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
perl5 perl: update to 5.38.0. 2023-07-06 09:22:14 +00:00
pfe *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
pforth lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
php php: Restore EXTENSION_* variables. 2023-11-01 18:05:31 +00:00
php56 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php74 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php80 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
php81 lang/php81: update to 8.1.25 2023-10-27 15:04:30 +00:00
php82 lang/php82: update to 8.2.12 2023-10-27 15:02:43 +00:00
picoc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
pict Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
polyml polyml: update to 5.9. 2023-03-05 20:19:11 +00:00
purescript Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
py-asttokens py-asttokens: updated to 2.4.1 2023-10-26 13:09:46 +00:00
py-basicproperty *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-byterun py-byterun: fix PLIST for python 2.7 2022-01-22 14:42:28 +00:00
py-cmake-language-server python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-cxfreeze py-cxfreeze: fix PLIST for python != 3.11 2022-11-15 12:23:45 +00:00
py-execjs *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-executing py-executing: updated to 2.0.1 2023-10-29 16:42:13 +00:00
py-findpython python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-hy *: use PYTHON_VERSION instead of _PYTHON_VERSION 2023-03-29 09:34:04 +00:00
py-inflect python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-js2py *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-jsparser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-lark-parser lang/py-lark-parser: import py-lark-parser-0.12.0 2022-02-23 11:36:12 +00:00
py-libcst py-libcst: updated to 1.1.0 2023-10-07 20:14:31 +00:00
py-lsp-server python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-lsprotocol python/wheel.mk: simplify a lot, and switch to 'installer' for installation 2023-10-28 19:56:54 +00:00
py-mypy py-mypy: updated to 1.6.1 2023-10-18 09:38:41 +00:00
py-mypy_extensions py-mypy py-mypy_extensions: updated to 1.0.0 2023-02-14 19:09:59 +00:00
py-parso *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-paver *: mark dependencies of py-virtualenv as not-for-python-2.x 2022-04-29 23:22:31 +00:00
py-pure-eval Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-py3c py-py3c: updated to 1.4 2022-01-31 13:44:39 +00:00
py-pygls py-pygls: updated to 1.1.2 2023-11-02 08:33:13 +00:00
py-pyrex *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-python-language-server py-python-language-server: stop using versioned_dependencies.mk 2022-10-11 13:36:10 +00:00
py-python-lua Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
py-pythonz *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
py-six *: only run tests for python 3 2023-04-30 19:40:20 +00:00
py-solc-select py-solc-select: updated to 1.0.4 2023-07-25 08:31:38 +00:00
py-spark-parser *: depend on py-click via versioned_dependencies 2022-01-31 09:48:35 +00:00
py-test-mypy-testing py-test-mypy-testing: added version 0.1.1 2023-10-27 08:18:38 +00:00
py-uncompyle6 py-uncompyle6: updated to 3.9.0 2023-01-16 09:27:16 +00:00
py27-html-docs lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
py38-html-docs python38 py38-html-docs: updated to 3.8.18 2023-08-25 08:25:28 +00:00
py39-html-docs python39 py39-html-docs: updated to 3.9.18 2023-08-25 08:26:13 +00:00
py310-html-docs python310 py310-html-docs: updated to 3.10.13 2023-08-25 08:26:49 +00:00
py311-html-docs python311 py311-html-docs: updated to 3.11.6 2023-10-02 19:59:04 +00:00
py312-html-docs python312 py312-html-docs: added version 3.12.0 2023-10-02 20:07:14 +00:00
python python: wheel.mk: add default test target using py-test 2023-10-29 22:50:35 +00:00
python27 python*: needs wide curses 2023-10-27 08:02:29 +00:00
python38 python*: needs wide curses 2023-10-27 08:02:29 +00:00
python39 python39: Needs wide curses. 2023-10-27 13:36:59 +00:00
python310 python*: needs wide curses 2023-10-27 08:02:29 +00:00
python311 python311: add 'wide' to USE_CURSES 2023-10-25 21:33:15 +00:00
python312 python*: needs wide curses 2023-10-27 08:02:29 +00:00
qbe lang/qbe: Update to 1.1 2023-03-02 05:50:05 +00:00
qore *: bump for openssl 3 2023-10-24 22:08:07 +00:00
qt6-qtdeclarative qt6: updated to 6.6.0 2023-10-31 19:56:48 +00:00
qt6-qtlanguageserver qt6: updated to 6.6.0 2023-10-31 19:56:48 +00:00
qt6-qtscxml qt6: updated to 6.6.0 2023-10-31 19:56:48 +00:00
quickjs quickjs: make it build on macppc again, or more generally... 2023-03-07 14:38:03 +00:00
R-cpp11 (lang/R-cpp11) Updated 0.4.2 to 0.4.3 2023-02-18 09:21:40 +00:00
R-sourcetools lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
racket recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
racket-textual lang/racket lang/racket-textual: review dependencies 2023-09-25 12:06:35 +00:00
rakudo (lang/rakudo) Updated 2023.04 to 2023.05 2023-06-10 15:57:16 +00:00
rcfunge lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rexx-imc lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rexx-regina rexx-regina: Respect LDFLAGS when linking 2022-05-05 13:49:41 +00:00
ruby www/ruby-rails70: update to 7.0.8 2023-09-10 14:19:00 +00:00
ruby-coffee-script lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-coffee-script-source lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-cucumber-gherkin lang/ruby-cucumber-gherkin: update to 22.0.0 2021-11-23 14:05:24 +00:00
ruby-doc-stdlib lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby-execjs lang/ruby-execjs: update to 2.9.1 2023-09-18 17:31:11 +00:00
ruby-rkelly-remix lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ruby31 lang/ruby31: add package version 3.1.0 2022-01-16 13:59:42 +00:00
ruby31-base *: bump for openssl 3 2023-10-24 22:08:07 +00:00
ruby32 lang/ruby32: add ruby32 version 3.2.0 2023-01-21 13:52:02 +00:00
ruby32-base *: bump for openssl 3 2023-10-24 22:08:07 +00:00
runawk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
rust rust: Fix chesksum for vendor/libc 2023-10-25 09:58:28 +00:00
rust-bin lang/rust-bin: update to 1.72.1 2023-10-25 05:52:49 +00:00
sablevm revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sablevm-classpath Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
sablevm-classpath-gui recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
sather Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
sbcl Move MKPIE_SUPPORTED line before include of bsd.prefs.mk. 2023-08-31 22:29:43 +00:00
scala scala: minor pkglint fixes 2023-04-30 15:26:36 +00:00
scala-sbt lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
scheme48 scheme48: Honor LDFLAGS when linking, fixes RELRO builds 2022-09-23 12:28:22 +00:00
scm lang/scm: Detect aargh64. 2021-12-27 03:17:17 +00:00
see *: ahoka is Observer, remove him from MAINTAINER 2023-04-15 09:17:29 +00:00
sigscheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
siod siod: incompatible with MKPIE/RELRO 2021-11-18 14:12:48 +00:00
smalltalk recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
smlnj smlnj: Update to 110.99.3 2023-02-25 17:58:39 +00:00
smlnj11072 smlnj11072: use its own Makefile.common to fix 'make checksum' 2023-02-26 18:18:11 +00:00
snobol lang/snobol: fix installation on solaris by not using /etc/install 2023-01-16 03:46:28 +00:00
spago Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
spidermonkey lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
spidermonkey185 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
spl revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
squeak lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
squeak-vm *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
sr lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sr-examples lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
stalin Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
STk lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
sun-jdk7 sun-jdk7: RMD160 -> BLAKE2s for Solaris files 2022-04-28 06:29:57 +00:00
sun-jre7 sun-jre7: Disable STRIP_DEBUG. 2023-03-13 09:35:15 +00:00
surgescript lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
swi-prolog
swi-prolog-jpl swi-prolog-jpl: limit JVMs 2022-12-21 13:06:48 +00:00
swi-prolog-lite *: bump for openssl 3 2023-10-24 22:08:07 +00:00
swi-prolog-packages *: bump for openssl 3 2023-10-24 22:08:07 +00:00
tcl tcl: updated to 8.6.13 2023-06-26 15:51:55 +00:00
tcl-expect lang/tcl-expect: Limit deadlock workaround to affected platforms 2022-06-19 22:22:21 +00:00
tcl-otcl *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
tcl85 lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tcltutor lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
tinyscheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
ucblogo recursive revbump for tiff update 2023-10-21 17:09:39 +00:00
umb-scheme lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
utilisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
vala vala: updated to 0.56.33 2023-10-04 08:18:02 +00:00
vscm lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
vslisp lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
wasi-compiler-rt wasi-compiler-rt: fix build with llvm 16 2023-10-11 03:43:49 +00:00
wasi-libc wasi-libc: Update to 0.0.0pre20231007 2023-10-11 03:41:00 +00:00
wasi-libcxx wasi-compiler-rt, wasi-libcxx: update to LLVM 16 2023-10-06 19:18:15 +00:00
wsbasic lang: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:51:29 +00:00
yabasic yabasic: update to 2.90.3. 2023-03-02 20:52:43 +00:00
yap lang/yap: Fix broken build on some platforms by disabling the offending code. 2021-12-29 03:14:35 +00:00
zenlisp zenlisp: switch MASTER_SITES to HTTPS, fix HOMEPAGE. 2022-05-15 17:48:57 +00:00
zig zig: updated to 0.11.0 2023-10-06 19:21:35 +00:00
Makefile nodejs20: added version 20.9.0 (from lang/nodejs) 2023-11-02 13:16:54 +00:00