Re: git: f7594b482c9b - main - www/node: Update 16.11.1 -> 17.0.0
Date: Sun, 24 Oct 2021 00:08:07 UTC
Hi. Could you look into Bug 259377 [1] by Ivan Rozhuk, please? [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259377 > From: Bradley T. Hughes <bhughes_at_FreeBSD.org> > Date: Sat, 23 Oct 2021 11:00:51 GMT > > The branch main has been updated by bhughes: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=f7594b482c9bec7bce93f32633adfed12184729b > commit f7594b482c9bec7bce93f32633adfed12184729b > Author: Bradley T. Hughes <bhughes_at_FreeBSD.org> > AuthorDate: 2021-10-23 08:19:31 +0000 > Commit: Bradley T. Hughes <bhughes_at_FreeBSD.org> > CommitDate: 2021-10-23 11:00:35 +0000 > > www/node: Update 16.11.1 -> 17.0.0 > > Upgrade to the latest major vesrion of Node.js. Regenerate patches > since some have been adopted upstream, while others needed refreshing. > https://nodejs.org/en/blog/release/v17.0.0/ > > MFH: 2021Q4 > Sponsored by: Miles AS > --- > UPDATING | 15 +++++++++ > www/node/Makefile | 4 +-- > www/node/distinfo | 6 ++-- > ...l_config_archs_linux-elf_no-asm_openssl-cl.gypi | 6 ++-- > ...nssl_config_archs_linux-elf_no-asm_openssl.gypi | 4 +-- > .../files/patch-deps_v8_src_libsampler_sampler.cc | 4 +-- > www/node/files/patch-node.gypi | 4 +-- > www/node/pkg-plist | 37 +++++++++++++++ > +++++++ 8 files changed, 66 insertions(+), 14 deletions(-) > <snip> > diff --git a/www/node/pkg-plist b/www/node/pkg-plist > index 40686f466b9c..a7907d56c057 100644 > --- a/www/node/pkg-plist > +++ b/www/node/pkg-plist > _at__at_ -460,10 +460,47 _at__at_ include/node/node_version.h > %%BUNDLED_SSL%%include/node/openssl/x509err.h > %%BUNDLED_SSL%%include/node/openssl/x509v3.h > %%BUNDLED_SSL%%include/node/openssl/x509v3err.h > +include/node/v8-array-buffer.h > +include/node/v8-container.h > +include/node/v8-context.h > +include/node/v8-data.h > +include/node/v8-date.h > +include/node/v8-debug.h > +include/node/v8-exception.h > +include/node/v8-extension.h > +include/node/v8-external.h > +include/node/v8-function.h > +include/node/v8-initialization.h > include/node/v8-internal.h > +include/node/v8-isolate.h > +include/node/v8-json.h > +include/node/v8-local-handle.h > +include/node/v8-locker.h > +include/node/v8-maybe.h > +include/node/v8-memory-span.h > +include/node/v8-message.h > +include/node/v8-microtask-queue.h > +include/node/v8-microtask.h > +include/node/v8-object.h > +include/node/v8-persistent-handle.h > include/node/v8-platform.h > +include/node/v8-primitive-object.h > +include/node/v8-primitive.h > include/node/v8-profiler.h > +include/node/v8-promise.h > +include/node/v8-proxy.h > +include/node/v8-regexp.h > +include/node/v8-script.h > +include/node/v8-snapshot.h > +include/node/v8-statistics.h > +include/node/v8-template.h > +include/node/v8-traced-handle.h > +include/node/v8-typed-array.h > +include/node/v8-unwinder.h > +include/node/v8-value-serializer.h > +include/node/v8-value.h > include/node/v8-version.h > +include/node/v8-wasm.h > include/node/v8.h > include/node/v8config.h > %%DTRACE%%lib/dtrace/node.d -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>