git: cf6990358ae9 - main - devel/electron21: update to 21.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 04:55:18 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf6990358ae9c00f6281235e55d149bc6365fb75 commit cf6990358ae9c00f6281235e55d149bc6365fb75 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-02-08 04:54:04 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-02-08 04:55:07 +0000 devel/electron21: update to 21.4.1 While here, fix build on aarch64 by adding a missing parenthesis. Changelog: https://github.com/electron/electron/releases/tag/v21.4.1 --- devel/electron21/Makefile | 2 +- devel/electron21/Makefile.version | 2 +- devel/electron21/distinfo | 10 +++++----- ...atch-base_allocator_partition__allocator_partition__root.cc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/electron21/Makefile b/devel/electron21/Makefile index a2a0e5689b80..a338ddfd9c3d 100644 --- a/devel/electron21/Makefile +++ b/devel/electron21/Makefile @@ -155,7 +155,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76 # See ${WRKSRC}/electron/DEPS for MANTLE_VER MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948 -YARN_TIMESTAMP= 1675227603 +YARN_TIMESTAMP= 1675758581 GN_ARGS+= clang_use_chrome_plugins=false \ enable_hangout_services_extension=true \ diff --git a/devel/electron21/Makefile.version b/devel/electron21/Makefile.version index 14ff2fa8b7ca..b0a6b33361c9 100644 --- a/devel/electron21/Makefile.version +++ b/devel/electron21/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 21.4.0 +ELECTRON_VER= 21.4.1 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron21/distinfo b/devel/electron21/distinfo index de8c47a7c023..b4759abc666e 100644 --- a/devel/electron21/distinfo +++ b/devel/electron21/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1675231973 +TIMESTAMP = 1675759344 SHA256 (electron/chromium-106.0.5249.199.tar.xz) = 2f39a6b570f2abb41e9c642cb054144796d1ab0096be6b44d3c59e20252c9318 SIZE (electron/chromium-106.0.5249.199.tar.xz) = 1458418844 SHA256 (electron/80c023f0deb4d0ff28b42c4848257d26b7207725) = 57c83bdd82a021d319eb520c3743e962056b7d184077192aa565cf8aef5ba54d SIZE (electron/80c023f0deb4d0ff28b42c4848257d26b7207725) = 12142959 SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734 -SHA256 (electron/electron-yarn-cache-21.4.0.tar.xz) = f28b9136e809001a2600314da6692d7476e0d98b150a8e8b7710f6fd6005f801 -SIZE (electron/electron-yarn-cache-21.4.0.tar.xz) = 39022492 -SHA256 (electron/electron-electron-v21.4.0_GH0.tar.gz) = 720137a5eec575111ea7eec45c39f0a15e1584eca653dd3f4a5df24470a44fa3 -SIZE (electron/electron-electron-v21.4.0_GH0.tar.gz) = 10558451 +SHA256 (electron/electron-yarn-cache-21.4.1.tar.xz) = daff6e63c89bee43eb4a71414371d805c345f64dfc9983d185f2044d0a1c728f +SIZE (electron/electron-yarn-cache-21.4.1.tar.xz) = 39021344 +SHA256 (electron/electron-electron-v21.4.1_GH0.tar.gz) = 3358f0276134c7636a88225efe6666ee35fb1557aa0fc391b66a78127630608a +SIZE (electron/electron-electron-v21.4.1_GH0.tar.gz) = 10561914 SHA256 (electron/nodejs-node-v16.16.0_GH0.tar.gz) = e86cb6b24c38f7fbdbfe7722ed3207b041d923e38dbeedf20fe9baa59c29e907 SIZE (electron/nodejs-node-v16.16.0_GH0.tar.gz) = 89632384 SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39 diff --git a/devel/electron21/files/patch-base_allocator_partition__allocator_partition__root.cc b/devel/electron21/files/patch-base_allocator_partition__allocator_partition__root.cc index bd71d492f0b0..f78dea6d1003 100644 --- a/devel/electron21/files/patch-base_allocator_partition__allocator_partition__root.cc +++ b/devel/electron21/files/patch-base_allocator_partition__allocator_partition__root.cc @@ -23,7 +23,7 @@ (PartitionPageSize() * kMaxPartitionPagesPerRegularSlotSpan) / MaxPurgeableSlotSize(); -#elif BUILDFLAG(IS_APPLE) || (BUILDFLAG(IS_LINUX) && defined(ARCH_CPU_ARM64)) -+#elif BUILDFLAG(IS_APPLE) || ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) && defined(ARCH_CPU_ARM64)) ++#elif BUILDFLAG(IS_APPLE) || ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(ARCH_CPU_ARM64)) // It's better for slot_usage to be stack-allocated and fixed-size, which // demands that its size be constexpr. On IS_APPLE and Linux on arm64, // PartitionPageSize() is always SystemPageSize() << 2, so regardless of