Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.2.3_1 24 Nov 2021 08:30:52 |
Hiroki Tagato (tagattie) |
devel/electron13: update to 13.6.2 (and rename from devel/electron12)
Changelog: https://www.electronjs.org/blog/electron-13-0 |
12.2.3_1 17 Nov 2021 10:49:12 |
Hiroki Tagato (tagattie) |
devel/electron12: make online detection always positive
Obtained from: https://svnweb.freebsd.org/ports?view=revision&revision=555115 |
12.2.3 17 Nov 2021 01:16:34 |
Hiroki Tagato (tagattie) |
devel/electron12: update to 12.2.3
Changelog: https://github.com/electron/electron/releases/tag/v12.2.3 |
12.2.2 15 Nov 2021 05:37:04 |
Hiroki Tagato (tagattie) |
devel/electron12: fix build with DIST option enabled
PR: 258997
Reported by: Wes Morgan <morganw@gmail.com> |
12.2.2 11 Nov 2021 04:57:44 |
Hiroki Tagato (tagattie) |
devel/electron12: update to 12.2.2
While here, mark as BROKEN on i386. Build on i386 fails with the error
"LLVM ERROR: out of memory" while linking
v8_context_snapshot_generator.
Changelog:
- https://github.com/electron/electron/releases/tag/v12.0.10
- https://github.com/electron/electron/releases/tag/v12.0.11
- https://github.com/electron/electron/releases/tag/v12.0.12
- https://github.com/electron/electron/releases/tag/v12.0.13
- https://github.com/electron/electron/releases/tag/v12.0.14
- https://github.com/electron/electron/releases/tag/v12.0.15
- https://github.com/electron/electron/releases/tag/v12.0.16
- https://github.com/electron/electron/releases/tag/v12.0.17
- https://github.com/electron/electron/releases/tag/v12.0.18
- https://github.com/electron/electron/releases/tag/v12.1.0
- https://github.com/electron/electron/releases/tag/v12.1.1
- https://github.com/electron/electron/releases/tag/v12.1.2
- https://github.com/electron/electron/releases/tag/v12.2.0
- https://github.com/electron/electron/releases/tag/v12.2.1
- https://github.com/electron/electron/releases/tag/v12.2.2 |
12.0.9_2 14 Oct 2021 21:30:14 |
Stefan Eßer (se) |
devel/electron12: Add CPE information
Approved by: portmgr (blanket) |
12.0.9_2 06 Oct 2021 12:11:29 |
Koichiro Iwao (meta) Author: Tomoaki AOKI |
devel/electron12: fix build
In file included from ../../third_party/nasm/asm/assemble.c:178:
../../third_party/nasm/include/compiler.h:249:21: error: static declaration of
'mempcpy' follows non-static declaration
static inline void *mempcpy(void *dst, const void *src, size_t n)
^
/usr/include/string.h:70:7: note: previous declaration is here
void *mempcpy(void * __restrict, const void * __restrict, size_t);
^
PR: 257378
Reported by: Robert Cina <transitive@gmail.com>
Tested by: meta
Approved by: maintainer timeout (> 2 weeks)
MFH: 2021Q4 |
12.0.9_2 18 Sep 2021 22:04:57 |
Jan Beich (jbeich) |
devel/electron12: unbreak after dbc5f433f858
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:74:5: error: use of
undeclared identifier 'hb_subset_input_set_retain_gids'; did you mean
'hb_subset_input_set_flags'?
hb_subset_input_set_retain_gids(input.get(), true);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hb_subset_input_set_flags
/usr/local/include/harfbuzz/hb-subset.h:142:1: note: 'hb_subset_input_set_flags'
declared here
hb_subset_input_set_flags (hb_subset_input_t *input,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:77:5: error: use of
undeclared identifier 'hb_subset_input_set_drop_hints'
hb_subset_input_set_drop_hints(input.get(), false);
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:19: error: use of
undeclared identifier 'hb_subset'; did you mean 'hb_set_set'?
HBFace subset(hb_subset(face.get(), input.get()));
^~~~~~~~~ (Only the first 15 lines of the commit message are shown above ) |
12.0.9_1 09 Sep 2021 12:06:57 |
Mikael Urankar (mikael) |
devel/electron12: Fix build on aarch64
Approved by: portmgr (build fix blanket) |
12.0.9_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
12.0.9 23 May 2021 08:06:58 |
Hiroki Tagato (tagattie) |
devel/electron12: Update to 12.0.9
Changelog:
- https://github.com/electron/electron/releases/tag/v12.0.8
- https://github.com/electron/electron/releases/tag/v12.0.9 |
12.0.7 12 May 2021 06:00:55 |
Hiroki Tagato (tagattie) |
devel/electron12: update to 12.0.7 (and rename from devel/electron11)
Changelog: https://www.electronjs.org/blog/electron-12-0 |