notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/electron11/Makefile

Number of commits found: 12

Wednesday, 12 May 2021
06:00 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron12: update to 12.0.7 (and rename from devel/electron11)

Changelog: https://www.electronjs.org/blog/electron-12-0
commit hash: 8737e5cfe767d5547c420365c51f999afd503327 commit hash: 8737e5cfe767d5547c420365c51f999afd503327 commit hash: 8737e5cfe767d5547c420365c51f999afd503327 commit hash: 8737e5cfe767d5547c420365c51f999afd503327 8737e5c
Sunday, 2 May 2021
11:27 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron11: Update to 11.4.4.

Changelog: https://github.com/electron/electron/releases/tag/v11.4.4
commit hash: 8ff3577e08d85058cf29427d34bbf67725921fef commit hash: 8ff3577e08d85058cf29427d34bbf67725921fef commit hash: 8ff3577e08d85058cf29427d34bbf67725921fef commit hash: 8ff3577e08d85058cf29427d34bbf67725921fef 8ff3577
Saturday, 1 May 2021
07:52 Hiroki Tagato (tagattie) search for other commits by this committer Author: Mikael Urankar
devel/electron11: Fix ENOTTY error on uv_pipe_open.
commit hash: 570ab3e0e8f1cba3c1bb27d77467ecde2713490f commit hash: 570ab3e0e8f1cba3c1bb27d77467ecde2713490f commit hash: 570ab3e0e8f1cba3c1bb27d77467ecde2713490f commit hash: 570ab3e0e8f1cba3c1bb27d77467ecde2713490f 570ab3e
Tuesday, 20 Apr 2021
08:35 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron11: update to 11.4.3

Changelog: https://github.com/electron/electron/releases/tag/v11.4.3
commit hash: d1150f078ff27cd5fc41d9285f2482acb6bf4845 commit hash: d1150f078ff27cd5fc41d9285f2482acb6bf4845 commit hash: d1150f078ff27cd5fc41d9285f2482acb6bf4845 commit hash: d1150f078ff27cd5fc41d9285f2482acb6bf4845 d1150f0
Sunday, 11 Apr 2021
13:23 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron11: backport missing patch from www/chromium [1]

While here:
- fix patch error when WRKDIR is within the ports git repo [2]
- bump PORTREVISION

PR:		254907
Submitted by:	mikael [1]
Reported by:	many [2]
commit hash: e2105f2ad67dccede5c128ea63673003d1b10ec4 commit hash: e2105f2ad67dccede5c128ea63673003d1b10ec4 commit hash: e2105f2ad67dccede5c128ea63673003d1b10ec4 commit hash: e2105f2ad67dccede5c128ea63673003d1b10ec4 e2105f2
Wednesday, 7 Apr 2021
08:00 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron11: update to 11.4.2

Changelog:
- https://github.com/electron/electron/releases/tag/v11.4.0
- https://github.com/electron/electron/releases/tag/v11.4.1
- https://github.com/electron/electron/releases/tag/v11.4.2
commit hash: f8f8e7f77f92099bcc8d685c6ce7e3a75a438169 commit hash: f8f8e7f77f92099bcc8d685c6ce7e3a75a438169 commit hash: f8f8e7f77f92099bcc8d685c6ce7e3a75a438169 commit hash: f8f8e7f77f92099bcc8d685c6ce7e3a75a438169 f8f8e7f
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 23 Mar 2021
08:14 jbeich search for other commits by this committer
devel/electron11: unbreak with libglvnd (like r545308)

[192/192] LINK gn
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero
exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Package gbm was not found in the pkg-config search path.
Perhaps you should add the directory containing `gbm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gbm', required by 'virtual:world', not found
Could not run pkg-config.

See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
  pkg_config("libgbm") {
  ^---------------------
See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
    "//third_party/minigbm",
    ^----------------------
Original commitRevision:569011 
Wednesday, 3 Mar 2021
20:54 crees search for other commits by this committer
Chase devel/re2 shlib bump

Upstream has changed their minds about so.10 and reverted to so.9

The only changes were private.

PR:		ports/253255
Reported by:	sunpoet
Original commitRevision:567258 
Tuesday, 23 Feb 2021
12:24 tagattie search for other commits by this committer
Update to 11.3.0

Changelog: https://github.com/electron/electron/releases/tag/v11.3.0
Original commitRevision:566394 
Monday, 15 Feb 2021
07:56 tagattie search for other commits by this committer
Fix build with DEBUG option ON
(quarterly 2021Q1 is not affected)

PR:		253481
Reported by:	Graham Perrin <grahamperrin@gmail.com>
Original commitRevision:565293 
Monday, 8 Feb 2021
11:16 tagattie search for other commits by this committer
Update to 11.2.3

Changelog:
- https://www.electronjs.org/blog/electron-10-0
- https://www.electronjs.org/blog/electron-11-0
Original commitRevision:564694 

Number of commits found: 12