Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
25.9.8_3 15 Jun 2024 16:20:35 |
Rene Ladan (rene) |
devel/electron25: Remove expired port
2024-02-29 devel/electron25: EOLed upstream, switch to newer version |
25.9.8_3 13 Jun 2024 07:23:25 |
Hiroki Tagato (tagattie) |
devel/electron{25,27,28,29,30}: fix build on FreeBSD 15-current
While here, remove support for obsolete FreeBSD 12.
Reported by: arrowd (via email) |
25.9.8_3 15 May 2024 04:11:00 |
Jason E. Hale (jhale) |
devel/electron25: Fix build with ninja 1.12.0
Fix race conditions where generated headers are not created before they
are needed in the build.
Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior
is now equivalent to passing `-w dupbuild=err` in previous versions.
PR: 278693
Approved by: portmgr (blanket) |
25.9.8_3 22 Feb 2024 18:41:31 |
Dimitry Andric (dim) |
devel/electron25: fix build with clang 18
Clang 18 has become more stringent about narrowing in initializer lists,
resulting in errors when building devel/electron25:
../../third_party/webrtc/pc/legacy_stats_collector.cc:191:54: error:
non-constant-expression cannot be narrowed from type 'double' to 'float' in
initializer list [-Wc++11-narrowing-const-reference]
191 | {StatsReport::kStatsValueNameTotalAudioEnergy,
info.total_output_energy},
|
^~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/webrtc/pc/legacy_stats_collector.cc:193:8: error:
non-constant-expression cannot be narrowed from type 'double' to 'float' in
initializer list [-Wc++11-narrowing-const-reference]
193 | info.total_output_duration}};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
and later:
In file included from ../../cc/layers/mirror_layer_impl.cc:5: (Only the first 15 lines of the commit message are shown above ) |
25.9.8_2 25 Jan 2024 11:02:40 |
Hiroki Tagato (tagattie) |
devel/electron{25,26,27}: fix build when HEIMDAL or MIT option is ON
PR: 276591
Reported by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
MFH: 2024Q1 |
25.9.8_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
25.9.8_1 16 Dec 2023 12:16:39 |
Dimitry Andric (dim) |
devel/electron25: fix build with libc++ 17
Building www/qt6-webengine with libc++ 17 results in the following
compile errors:
In file included from ../../base/allocator/dispatcher/reentry_guard.cc:9:
In file included from ../../base/debug/crash_logging.h:16:
In file included from ../../base/strings/string_number_conversions.h:15:
In file included from ../../base/containers/span.h:19:
../../base/containers/checked_iterators.h:248:8: error: no template named
'__is_cpp17_contiguous_iterator'; did you mean
'__libcpp_is_contiguous_iterator'?
248 | struct
__is_cpp17_contiguous_iterator<::base::CheckedContiguousIterator<T>>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| __libcpp_is_contiguous_iterator
/usr/include/c++/v1/__iterator/iterator_traits.h:476:8: note:
'__libcpp_is_contiguous_iterator' declared here
476 | struct __libcpp_is_contiguous_iterator : _Or< (Only the first 15 lines of the commit message are shown above ) |
25.9.8_1 16 Dec 2023 12:16:37 |
Dimitry Andric (dim) |
lang/gcc10: Revert "fix build with clang 17"
This reverts commit eb5e0517d2a6e25d43fd03786f526e9043543b47:
lang/gcc10: fix build with clang 17
When building lang/gcc10 with recent clang versions, which default to
C++17, the following errors are produced:
cfns.gperf:35:18: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
35 | libc_name::hash (register const char *str, register unsigned int
len)
| ^~~~~~~~
cfns.gperf:35:44: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
35 | libc_name::hash (register const char *str, register unsigned int
len)
| ^~~~~~~~
...many more of these...
Upstream fixed this in
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=642dc602f89b2c11d5d833a52f37b04427a27cab,
so apply it.
I accidentally included a patch for devel/electron25 in this commit.
That one will be split off and committed separately.
Reported by: Gunther Nikl <gnikl@justmail.de> |
25.9.8_1 15 Dec 2023 20:37:00 |
Dimitry Andric (dim) |
lang/gcc10: fix build with clang 17
When building lang/gcc10 with recent clang versions, which default to
C++17, the following errors are produced:
cfns.gperf:35:18: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
35 | libc_name::hash (register const char *str, register unsigned int len)
| ^~~~~~~~
cfns.gperf:35:44: error: ISO C++17 does not allow 'register' storage class
specifier [-Wregister]
35 | libc_name::hash (register const char *str, register unsigned int len)
| ^~~~~~~~
...many more of these...
Upstream fixed this in
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=642dc602f89b2c11d5d833a52f37b04427a27cab,
so apply it. |
25.9.8_1 11 Dec 2023 07:04:22 |
Hiroki Tagato (tagattie) |
devel/electron25: deprecate and set to expire on 2024-02-29 |
25.9.8 07 Dec 2023 20:56:11 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.8
Changelog: https://github.com/electron/electron/releases/tag/v25.9.8
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: e07a7754-12a4-4661-b852-fd221d68955f |
25.9.7 03 Dec 2023 23:49:56 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.7
Changelog: https://github.com/electron/electron/releases/tag/v25.9.7
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 302fc846-860f-482e-a8f6-ee9f254dfacf |
25.9.6 27 Nov 2023 08:33:00 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.6
Changelog: https://github.com/electron/electron/releases/tag/v25.9.6
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 147353a3-c33b-46d1-b751-e72c0d7f29df |
25.9.5_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
25.9.5 16 Nov 2023 12:47:05 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.5
Changelog: https://github.com/electron/electron/releases/tag/v25.9.5
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: a30f1a12-117f-4dac-a1d0-d65eaf084953 |
25.9.4 09 Nov 2023 10:44:19 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.4
Changelog: https://github.com/electron/electron/releases/tag/v25.9.4
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 5558dded-a870-4fbe-8b0a-ba198db47007 |
25.9.3 27 Oct 2023 23:22:07 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.3
Changelog: https://github.com/electron/electron/releases/tag/v25.9.3
Reported by: GitHub (watch releases) |
25.9.2 21 Oct 2023 08:37:21 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.2
Changelog: https://github.com/electron/electron/releases/tag/v25.9.2
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 9000591b-483b-45ac-9c87-b3df3a4198ec |
25.9.1 12 Oct 2023 11:27:22 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.1
Changelog: https://github.com/electron/electron/releases/tag/v25.9.1
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 4281b712-ad6b-4c21-8f66-619a9150691f |
25.9.0 08 Oct 2023 09:12:54 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.9.0
Changelog: https://github.com/electron/electron/releases/tag/v25.9.0
Reported by: GitHub (watch releases) |
25.8.4_1 05 Oct 2023 16:36:06 |
Jan Beich (jbeich) |
multimedia/dav1d: update to 1.3.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology |
25.8.4 02 Oct 2023 23:37:47 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.8.4
Changelog:
- https://github.com/electron/electron/releases/tag/v25.8.3
- https://github.com/electron/electron/releases/tag/v25.8.4
Reported by: GitHub (watch releases)
MFH: 2023Q4
Security: 2bcd6ba4-d8e2-42e5-9033-b50b722821fb |
25.8.2 21 Sep 2023 14:33:34 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.8.2
Changelog: https://github.com/electron/electron/releases/tag/v25.8.2
Reported by: GitHub (watch releases) |
25.8.1 16 Sep 2023 04:26:28 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.8.1
Changelog: https://github.com/electron/electron/releases/tag/v25.8.1
Reported by: GitHub (watch releases)
MFH: 2023Q3
Security: 773ce35b-eabb-47e0-98ca-669b2b98107a |
25.8.0_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
25.8.0 03 Sep 2023 01:09:58 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.8.0
Changelog: https://github.com/electron/electron/releases/tag/v25.8.0
Reported by: GitHub (watch releases)
MFH: 2023Q3
Security: 970dcbe0-a947-41a4-abe9-7aaba87f41fe |
25.7.0 30 Aug 2023 09:18:50 |
Hiroki Tagato (tagattie) |
devel/electron25: unbreak arm64 relocation in bundled ffmpeg
Enable support for the .data.rel.ro section because the arm64 assembly
code in ffmpeg depends on it.
Reported by: pkg-fallout
Obtained
from: https://cgit.freebsd.org/ports/patch/www/chromium/files/patch-third__party_ffmpeg_configure?id=919638f2014d06b489db252c378714fbac038f83
MFH: 2023Q3 |
25.7.0 27 Aug 2023 08:46:30 |
Hiroki Tagato (tagattie) |
devel/electron{22,23,24,25}: fix build with CODECS option OFF
Reported by: crypt _at_ crypts _dot_ me (via private email)
MFH: 2023Q3 |
25.7.0 24 Aug 2023 23:02:40 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.7.0
Changelog: https://github.com/electron/electron/releases/tag/v25.7.0
Reported by: GitHub (watch releases)
MFH: 2023Q3
Security: 5999fc39-72d0-4b99-851c-ade7ff7125c3 |
25.6.0 19 Aug 2023 01:43:00 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.6.0
Changelog: https://github.com/electron/electron/releases/tag/v25.6.0
Reported by: GitHub (watch releases) |
25.5.0 13 Aug 2023 11:23:13 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.5.0
Changelog: https://github.com/electron/electron/releases/tag/v25.5.0
Reported by: GitHub (watch releases) |
25.4.0 10 Aug 2023 14:30:16 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.4.0
Changelog: https://github.com/electron/electron/releases/tag/v25.4.0
Reported by: GitHub (watch releases)
MFH: 2023Q3
Security: f3a35fb8-2d70-47c9-a516-6aad7eb222b1 |
25.3.2_2 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
25.3.2_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
25.3.2 28 Jul 2023 09:17:52 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.3.2
Changelog: https://github.com/electron/electron/releases/tag/v25.3.2
Reported by: GitHub (watch releases) |
25.3.1 23 Jul 2023 07:53:58 |
Hiroki Tagato (tagattie) |
devel/electron25: update to 25.3.1
Changelog:
- https://github.com/electron/electron/releases/tag/v25.3.0
- https://github.com/electron/electron/releases/tag/v25.3.1
Reported by: GitHub (watch releases) |
25.2.0 18 Jul 2023 07:57:20 |
Hiroki Tagato (tagattie) |
devel/electron2[2-5]: force directory/file permissions in yarn cache archive
There has been a size/checksum mismatch when creating a yarn cache
archive for users with umask other than 022. To ensure reproducibility
of the cache file, force use of 755 and 644 permissions regardless of
umask value.
Reported by: Joe Hu <vegertar_at_gmail_dot_com> (private mail)
MFH: 2023Q3 |
25.2.0 27 Jun 2023 07:12:40 |
Hiroki Tagato (tagattie) |
devel/electron25: 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/ |