Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.12_1 02 Jan 2021 12:28:35 |
rene |
Remove a few expired ports depending on Python 2.7:
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream
2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream |
6.1.12_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
6.1.12_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
6.1.12_1 25 Aug 2020 07:18:30 |
tcberner |
devel/electron6: copy fix for current from electron7
Note, this does not yet completely fix electron6:
Next error:
In file included from ../../third_party/blink/public/platform/web_string.h:36:
../../base/optional.h:346:61: error: no member named 'value' in
'std::__1::is_constructible<blink::LayoutUnit, const
base::Optional<blink::LayoutUnit> &>'
std::is_constructible<T, const Optional<U>&>::value ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ |
6.1.12_1 23 May 2020 08:05:41 |
tagattie |
Remove superfluous comments
Approved by: mentors (implicit) |
6.1.12_1 22 May 2020 01:19:33 |
jbeich |
multimedia/openh264: update to 2.1.1
Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
6.1.12 19 May 2020 12:51:37 |
tagattie |
Update to 6.1.12
Approved by: mentors (implicit)
Changelog: https://github.com/electron/electron/releases/tag/v6.1.12 |
6.1.11 08 May 2020 08:38:51 |
tagattie |
Update to 6.1.11
Approved by: ehaupt (mentor)
Changelog: https://github.com/electron/electron/releases/tag/v6.1.11 |
6.1.10 20 Apr 2020 09:18:20 |
tagattie |
- Update to 6.1.10
- Change node and npm dependencies to specify package name [1]
Approved by: ehaupt (mentor)
Suggested by: 0mp (via ports) [1]
Changelog: https://github.com/electron/electron/releases/tag/v6.1.10 |
6.1.9_2 13 Apr 2020 03:15:19 |
tagattie |
Change MAINTAINER email address to FreeBSD.org one
Approved by: ehaupt (mentor) |
6.1.9_2 04 Apr 2020 07:23:30 |
sunpoet |
Bump PORTREVISION for devel/re2 shlib change |
6.1.9_1 17 Mar 2020 18:57:25 |
ehaupt |
- Fix build with -CURRENT
- In addition to build fixes, remove some unnecessary patches
Submitted by: maintainer (via Github) |
6.1.9 29 Feb 2020 18:54:52 |
pizzamig |
devel/electron6: Update to 6.1.9
Changelog: https://github.com/electron/electron/releases/tag/v6.1.8
Changelog: https://github.com/electron/electron/releases/tag/v6.1.9
Submitted by: tagattie@yandex.com (maintainer; implicit) |
6.1.7 16 Feb 2020 21:43:18 |
pizzamig |
devel/electron6: small cleanup
no functional changes, only small clean-up
Submitted by: maintainer (via github) |
6.1.7 06 Feb 2020 16:24:36 |
pizzamig |
devel/electron6: Update to 6.1.7
Minor fix.
Version put in a different Makefile for better integration with vscode
Submitted by: maintainer (via github) |
6.1.6 25 Jan 2020 21:00:23 |
cmt |
devel/electron6: copy snappy fix from chromium
electron6 comes with two copies of the chromium source code, of which
seemingly only one is fully used - at least, the embedded leveldb
fails in only one place after the update of archivers/snappy (the
system-provided headers didn't match the embedded snappy anymore).
PR: 243544
Reported by: Robert Cina |
6.1.6 17 Dec 2019 09:35:27 |
pizzamig |
devel/electron6: Update to 6.1.6
Changes: https://github.com/electron/electron/releases/tag/v6.1.6
Submitted by: maintainer (via github) |
6.1.5 04 Dec 2019 10:41:04 |
pizzamig |
devel/electron6: update to 6.1.5
Changes: https://github.com/electron/electron/releases/tag/v6.1.5
Submitted by: maintainer (via github) |
6.1.4 25 Nov 2019 13:55:22 |
pizzamig |
devel/electron6: Add electron 6.x port
This port is an additional step to support electronjs on FreeBSD.
Moreover, it's a needed requirement for VSCode.
Submitted by: maintainer (Hiroki Tagato) |