| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
37.10.3_6 31 Aug 2026 06:54:40
    |
Rene Ladan (rene)  |
devel/electron37: Remove expired port
2026-03-31 devel/electron37: EOLed upstream, switch to newer version |
37.10.3_6 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
37.10.3_5 27 Jun 2026 08:38:06
    |
Hiroki Tagato (tagattie)  |
*/*: Adjust USES and USE_ELECTRON after electron.mk split (ed6a84c1c979) |
37.10.3_5 15 Jun 2026 15:55:34
    |
Gleb Popov (arrowd)  |
*: Fix dependency on Mesa after pkg-plist reshuffling |
37.10.3_5 15 Jun 2026 11:20:09
    |
Hiroki Tagato (tagattie)  |
devel/electron{37,38,39,40,41,42}: Unbreak chromium tarball extraction on
-current
When a user tries to build electron using a 16-current jail, it fails
in the extract phase with the following error:
tar: Pathname can't be converted from UTF-8 to current locale
tar: Error exit delayed from previous errors
This is due to the ports framework sets the environment variable
LC_ALL to C, which causes tar to fail to extract files containing
non-ASCII characters in their names. To cope with this, EXTRACT_ENV
was introduced in the commit 98103f194302. Utilizing this variable
when extracting the chromium tarball fixes the error.
PR: 296017
Reported by: Dan Kotowski <dan.kotowski@a9development.com>,
fgorter <fgorter@gmail.com> |
37.10.3_5 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
37.10.3_4 27 Apr 2026 12:26:47
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.95.0
PR: 294615 |
37.10.3_3 24 Apr 2026 12:48:22
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Fix build with rust 1.94
The previous patch fixed builds with rust 1.95. However, it broke
builds with rust 1.94, which is the current version in the ports
tree. This commit makes it build with both rust 1.94 and 1.95.
Fixes: bb65949e4aae (devel/electron37: Fix build with rust 1.95) |
37.10.3_3 23 Apr 2026 11:43:26
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Fix build with rust 1.95
PR: 294615
Reported by: mikael |
37.10.3_3 25 Mar 2026 22:47:00
    |
Yuri Victorovich (yuri)  |
devel/electron37: Fix build
Approved by: portmgr (unbreak; blanket) |
37.10.3_3 23 Mar 2026 07:33:11
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.94.0
PR: 293615 |
37.10.3_2 21 Mar 2026 07:34:48
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Unbreak build with pipewire 1.6
Obtained from: https://bugs.gentoo.org/964012 |
37.10.3_2 08 Feb 2026 07:25:07
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Deprecate and set to expire on 2026-03-31 |
37.10.3_1 28 Jan 2026 08:48:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.93.0
PR: 292360 |
37.10.3 21 Dec 2025 21:58:34
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.10.3
While here:
- switch to use USE_ELECTRON features of electron.mk for specifying
node package manager, pre-fetching necessary node modules, and
extracting the node modules into appropriate directories
- use USES=display for starting/stopping display server on testing
- specify TEST_ENV instead of listing env vars in test target
Changelog: https://github.com/electron/electron/releases/tag/v37.10.3
Reported by: GitHub (watch releases) |
37.10.2_1 16 Dec 2025 12:12:31
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.92.0
PR: 291582 |
37.10.2 21 Nov 2025 05:01:33
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.10.2
Changelog:
- https://github.com/electron/electron/releases/tag/v37.10.1
- https://github.com/electron/electron/releases/tag/v37.10.2
Reported by: GitHub (watch releases) |
37.10.0 14 Nov 2025 21:15:16
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.10.0
Changelog: https://github.com/electron/electron/releases/tag/v37.10.0
Reported by: GitHub (watch releases) |
37.9.0_1 11 Nov 2025 11:08:12
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.91.1
PR: 290816 |
37.9.0 08 Nov 2025 12:03:09
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.9.0
Changelog: https://github.com/electron/electron/releases/tag/v37.9.0
Reported by: GitHub (watch releases) |
37.8.0 08 Nov 2025 04:10:00
    |
Hiroki Tagato (tagattie)  |
devel/electron{34,36,37,38}: Fix build when rust is not installed in time
VAR!= gets expanded on the first make invocation and because rust is a
build dependency, it might not be installed at that time, so getting
the version of rustc was erratic.
Use gn to get the version instead.
Reported by: mikael (via private email)
Obtained
from: https://cgit.freebsd.org/ports/commit/?id=ee86324cade722c6cb8013545e6b8a8c6b05cf82 |
37.8.0 07 Nov 2025 14:10:43
    |
Hiroki Tagato (tagattie)  |
devel/electron{34,36,37,38}: Fix build with rust 1.91
Reported by: mikael (via private email)
Obtained
from: https://chromium.googlesource.com/chromium/src/+/0420449584e2afb7473393f536379efe194ba23c,
https://chromium.googlesource.com/chromium/src/+/e46275404d8f8a65ed84b3e583e9b78e4298acc7 |
37.8.0 29 Oct 2025 13:55:03
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.8.0
Changelog: https://github.com/electron/electron/releases/tag/v37.8.0
Reported by: GitHub (watch releases) |
37.7.1 24 Oct 2025 21:10:06
    |
Hiroki Tagato (tagattie)  |
devel/electron37: Update to 37.7.1
Changelog: https://github.com/electron/electron/releases/tag/v37.7.1
Reported by: GitHub (watch releases) |
37.7.0 18 Oct 2025 03:46:29
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.7.0
Changelog: https://github.com/electron/electron/releases/tag/v37.7.0
Reported by: GitHub (watch releases) |
37.6.1 10 Oct 2025 14:10:31
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.6.1
Changelog: https://github.com/electron/electron/releases/tag/v37.6.1
Reported by: GitHub (watch releases) |
37.6.0_1 03 Oct 2025 08:16:50
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.90.0
PR: 289709 |
37.6.0 03 Oct 2025 08:16:49
    |
Mikael Urankar (mikael)  |
devel/electron37: Fix build with rust 1.90.0
error:
ld.lld: error: undefined symbol:
__rustc::__rust_alloc_error_handler_should_panic_v2
PR: 289709
Approved by: portmgr (build fix blanket) |
37.6.0 30 Sep 2025 20:30:10
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.6.0
Changelog: https://github.com/electron/electron/releases/tag/v37.6.0
Reported by: GitHub (watch releases) |
37.5.1 17 Sep 2025 14:16:25
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.5.1
Changelog: https://github.com/electron/electron/releases/tag/v37.5.1
Reported by: GitHub (watch releases) |
37.5.0 15 Sep 2025 08:50:47
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.5.0
Changelog: https://github.com/electron/electron/releases/tag/v37.5.0
Reported by: GitHub (watch releases) |
37.4.0_1 02 Sep 2025 08:43:55
    |
Hiroki Tagato (tagattie)  |
devel/electron37: unbreak non-root build with poudriere
The chromium source archive hosted at GitHub is splitted into multiple
fragments due to size constraints. We have to concatenate them into a
single tarball before extracting it.
Previously, the combined tarball was written to DISTDIR/DIST_SUBDIR,
which may not be writable by the poudriere user. So change the
directory to WRKSRC:H and manually extracting the tarball to avoid
such breakage.
While here, replace WRKDIR/PORTNAME-ELECTRON_VER with WRKSRC:H for
better consiceness and readability.
PR: 289226
Reported by: Dan Kotowski <dan.kotowski@a9development.com>
Tested by: Dan Kotowski <dan.kotowski@a9development.com> |
37.4.0_1 01 Sep 2025 08:25:04
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.89.0
PR: 288923 |
37.4.0 29 Aug 2025 08:11:04
    |
Jason E. Hale (jhale)  |
devel/electron37: Fix build with ninja 1.13.1
Fix race conditions where generated headers are not created before they
are needed in the build.
PR: 279187
Exp-run-by: antoine |
37.4.0 29 Aug 2025 07:23:06
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.4.0
Changelog: https://github.com/electron/electron/releases/tag/v37.4.0
Reported by: GitHub (watch releases) |
37.3.1 26 Aug 2025 21:56:05
    |
Hiroki Tagato (tagattie)  |
devel/electron37: adjust patch to unbreak build with rust 1.88
Removing __rust_no_alloc_shim_is_unstable was too early. It is still
required for build to succeed with rust 1.88. So add it back.
Fixes: bf9da96ad4c8 (devel/electron37: fix build with rust 1.89.0) |
37.3.1 26 Aug 2025 07:24:32
    |
Hiroki Tagato (tagattie)  Author: Mikael Urankar |
devel/electron37: fix build with rust 1.89.0
Obtained
from: https://chromium.googlesource.com/chromium/src/+/8393b61ba876c8e1614275c97767f9b06b889f48%5E%21/#F0,
https://chromium.googlesource.com/chromium/src/+/6aae0e2353c857d98980ff677bf304288d7c58de%5E%21/#F0
Pull Request: https://github.com/tagattie/FreeBSD-Electron/pull/165 |
37.3.1 23 Aug 2025 11:40:02
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.3.1
Changelog: https://github.com/electron/electron/releases/tag/v37.3.1
Reported by: GitHub (watch releases) |
37.3.0 22 Aug 2025 11:10:26
    |
Hiroki Tagato (tagattie)  |
devel/electron{32,34,35,36,37}: temporarily mark as BROKEN on i386
In pre-fetch target, a node process tries to fetch necessary node
modules for building the port. Currently on i386 platform, the process
stalls and eats up all available CPUs until it is killed, which is a
problem.
So temporarily mark electron ports as BROKEN on i386 platform until
the problem is solved.
PR: 270565
Reported by: antoine, pkg-fallout |
37.3.0 18 Aug 2025 04:54:45
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.3.0
Changelog: https://github.com/electron/electron/releases/tag/v37.3.0
Reported by: GitHub (watch releases) |
37.2.6 08 Aug 2025 04:50:15
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.2.6
Changelog: https://github.com/electron/electron/releases/tag/v37.2.6
Reported by: GitHub (watch releases) |
37.2.5_1 06 Aug 2025 03:01:11
    |
Koichiro Iwao (meta)  |
*/*: Bump multimedia/openh264 consumers after dc94e01
net/freerdp{,3} have been already bumped in e447cd0, so not being bumped
again.
Bumped by the following one-liner:
$ git grep -l libopenh264 | \
grep '^.*/.*/Makefile$'| \
xargs -t -n1 portedit bump-revision -i
Approved by: portmgr (blanket) |
37.2.5 02 Aug 2025 10:56:05
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.2.5
Changelog: https://github.com/electron/electron/releases/tag/v37.2.5
Reported by: GitHub (watch releases) |
37.2.4 24 Jul 2025 12:55:26
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.2.4
Changelog: https://github.com/electron/electron/releases/tag/v37.2.4
Reported by: GitHub (watch releases) |
37.2.3 18 Jul 2025 20:32:19
    |
Hiroki Tagato (tagattie)  |
devel/electron37: update to 37.2.3
Changelog:
- https://github.com/electron/electron/releases/tag/v37.2.2
- https://github.com/electron/electron/releases/tag/v37.2.3
Reported by: GitHub (watch releases) |
37.2.1 15 Jul 2025 14:02:24
    |
Hiroki Tagato (tagattie)  |
devel/electron37: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://electronjs.org/ |