Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
68.8.0_4 11 May 2020 14:17:23 |
jbeich |
www/firefox-esr: backport NSS 3.52 support after r533597 (like r534912)
PR: 246363
Reported by: Tomasz "CeDeROM" CEDRO, Roman |
68.8.0_3 08 May 2020 21:35:40 |
jbeich |
multimedia/aom: update to 2.0.0.r1 (stable branch)
Changes: https://aomedia.googlesource.com/aom/+log/bb664cf03..v2.0.0-rc1
Reported by: Balance- on /r/AV1 |
68.8.0_2 07 May 2020 00:39:09 |
jbeich |
multimedia/aom: update to 1.0.0.3639
Changes: https://aomedia.googlesource.com/aom/+log/26878968a..bb664cf03 |
68.8.0_1 05 May 2020 11:04:52 |
cmt |
update thunderbird to 68.8.0 (rc2)
Announcement (soon):
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
MFH: 2020Q2 (when it's ga, under blanket: web browser alike) |
68.8.0 02 May 2020 20:55:29 |
cmt |
update thunderbird to 68.8.0 (rc1)
Announcement (soon):
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
MFH: 2020Q2 (when it'S ga, under blanket: web browser alike) |
68.7.0_3 02 May 2020 00:54:21 |
jbeich |
multimedia/aom: update to 1.0.0.3596
Changes: https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a |
68.7.0_2 23 Apr 2020 20:14:49 |
jbeich |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
68.7.0_1 23 Apr 2020 15:32:30 |
tobik |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
68.7.0 07 Apr 2020 22:04:21 |
cmt |
mail/thunderbird: update to 68.7.0 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/68.7.0/releasenotes/
MFH: 2020Q2 (once it's GA, under blanket: web browser alike) |
68.6.0_2 31 Mar 2020 15:13:15 |
mikael |
www/firefox: fix build on aarch64
The interface has changed a bit on -current:
In file included from Unified_cpp_gfx_skia1.cpp:137:
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/gfx/skia/skia/src/core/SkCpu.cpp:81:13:
error: use of undeclared identifier 'ID_AA64ISAR0_CRC32'
if (ID_AA64ISAR0_CRC32(id_aa64isar0) == ID_AA64ISAR0_CRC32_BASE) {
PR: 243653
Reviewed by: jbeich
Approved by: jbeich , manu (mentor, implicit) |
68.6.0_2 13 Mar 2020 09:47:17 |
jbeich |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
68.6.0_1 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
68.6.0 11 Mar 2020 13:29:18 |
cmt |
mail/thunderbird: update to 68.6.0 (rc2 for now)
Releasenotes https://www.thunderbird.net/en-US/thunderbird/68.6.0/releasenotes/
MFH: 2020Q1 (once it's ga, under "web browsers alike" blanket) |
68.5.0_3 06 Mar 2020 11:32:31 |
jbeich |
multimedia/dav1d: update to 0.6.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.6.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.6.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.5.2...0.6.0 |
68.5.0_2 29 Feb 2020 22:53:09 |
jbeich |
www/firefox: drop py-sqlite3 dependency
Not used during build anymore but still required for testing.
PR: 244521 |
68.5.0_2 28 Feb 2020 18:20:54 |
jbeich |
www/firefox: unbreak native Wayland if XDG_RUNTIME_DIR on ZFS
XDG_RUNTIME_DIR should be on tmpfs(5) for optimal performance but if
users want on permanent storage like ZFS don't abort.
PR: 240884
Reported by: jsm |
68.5.0_1 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
68.5.0 13 Feb 2020 00:43:29 |
jbeich |
mail/thunderbird: update to 68.5.0
Changes: https://www.thunderbird.net/thunderbird/68.5.0/releasenotes/ |
68.4.2_2 30 Jan 2020 20:00:07 |
tobik |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385 |
68.4.2_1 25 Jan 2020 23:51:14 |
jbeich |
multimedia/aom: update to 1.0.0.3002
Changes: https://aomedia.googlesource.com/aom/+log/b14b3dbef..5e87049aa |
68.4.2 23 Jan 2020 21:29:13 |
cmt |
mail/thunderbird: update to 68.4.2 (rc2 for now)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/
MFH: 2020Q1 (blanket: web browser alike; and security too, most likely) |
68.4.1 10 Jan 2020 13:33:36 |
cmt |
mail/thunderbird: update to 68.4.1
https://www.thunderbird.net/en-US/thunderbird/68.4.1/releasenotes/
MFH: 2020Q1 (blanket: web browser alike) |
68.3.1_3 27 Dec 2019 23:29:08 |
jbeich |
www/firefox: backport upstream sndio fixes
Apparently, it fixes random tab crashes.
Submitted by: tobik |
68.3.1_2 24 Dec 2019 00:37:08 |
jbeich |
multimedia/aom: update to 1.0.0.2863
Changes: https://aomedia.googlesource.com/aom/+log/3e421b069..cc6cf05c5 |
68.3.1_1 19 Dec 2019 16:14:49 |
tobik |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843 |
68.3.1 16 Dec 2019 23:24:09 |
cmt |
mail/thunderbird: upgrade to 68.3.1 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/68.3.1/releasenotes/
MFH: 2019Q4 (once it's ga, if that's happens this year; and then it's blanket:
web browser alike) |
68.3.0_1 01 Dec 2019 18:47:51 |
cmt |
mail/thunderbird: update to 68.3.0 (rc2)
Releaes Notes:
https://www.thunderbird.net/en-US/thunderbird/68.3.0/releasenotes/ (soon)
Approved by: jbeich (gecko, implicit)
MFH: 2019Q4 (blanket: web browser alike, once it has become "release") |
68.3.0 29 Nov 2019 12:45:12 |
jbeich |
gecko: drop close_fds workaround after r518640
PR: 221700 |
68.3.0 19 Nov 2019 21:44:20 |
cmt |
mail/thunderbird: update to 68.3.0 (rc1)
Releaes Notes:
https://www.thunderbird.net/en-US/thunderbird/68.3.0/releasenotes/ (soon)
Approved by: jbeich (gecko, implicit)
MFH: 2019Q4 (blanket: web browser alike, once it has become "release") |
68.2.2_2 09 Nov 2019 00:48:25 |
jbeich |
multimedia/aom: update to 1.0.0.2631
Changes: https://aomedia.googlesource.com/aom/+log/36f96b723..3dc59f556 |
68.2.2_1 07 Nov 2019 18:07:20 |
tobik |
lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR: 241411 [1]
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22240 |
68.2.2 05 Nov 2019 22:17:44 |
cmt |
mail/thunderbird: update to 68.2.2 rc1
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/68.2.2/releasenotes/ (sson)
Approved by: jbeich (gecko, implicit)
MFH: 2019Q4 (blanket: web browser alike, when it becomes "release") |
68.2.1_1 03 Nov 2019 15:52:21 |
jbeich |
gecko: drop unused system hunspell after r509969 |
68.2.1_1 31 Oct 2019 00:32:50 |
jbeich |
multimedia/aom: update to 1.0.0.2599
Changes: https://aomedia.googlesource.com/aom/+log/6b855be18..589213544 |
68.2.1 31 Oct 2019 00:32:34 |
jbeich |
mail/thunderbird: update to 68.2.1
Changes: https://www.thunderbird.net/thunderbird/68.2.1/releasenotes/ |
68.2.0_2 29 Oct 2019 09:02:03 |
0mp |
Change icon entry in Thunderbird desktop file
By setting the "Icon" entry to "thunderbird" from "thunderbird.png" we
allow programs like rofi to detect the Thunderbird icon.
PR: 233591
Submitted by: Zach Dykstra <soporose@gmail.com>
Approved by: portmgr (blanket: run bugfixes)
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D22167 |
68.2.0_1 27 Oct 2019 00:46:56 |
jbeich |
multimedia/aom: update to 1.0.0.2575
Changes: https://aomedia.googlesource.com/aom/+log/25daf5d22..6b855be18 |
68.2.0 21 Oct 2019 20:57:44 |
jbeich |
mail/thunderbird: update to 68.2.0
Changes: https://www.thunderbird.net/thunderbird/68.2.0/releasenotes/
Security: e1c901e9-ed1e-415d-8272-f171bfc265bd |
68.1.2_2 20 Oct 2019 00:48:53 |
jbeich |
multimedia/aom: update to 1.0.0.2541
Changes: https://aomedia.googlesource.com/aom/+log/ce7d07ee6..7e56b507f |
68.1.2_1 12 Oct 2019 00:25:19 |
jbeich |
multimedia/dav1d: update to 0.5.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.5.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.4.0...0.5.0 |
68.1.2 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
68.1.2 09 Oct 2019 12:01:43 |
cmt |
mail/thunderbird: update to 68.1.2 (rc1)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/68.1.2/releasenotes/
(some time soon) |
68.1.1_2 03 Oct 2019 20:35:30 |
jbeich |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
68.1.1_1 27 Sep 2019 09:35:21 |
tobik |
lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by: jbeich, mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21778 |
68.1.1 24 Sep 2019 19:49:07 |
cmt |
mail/thunderbird: update to 68.1.1
Releasenotes:
https://www.thunderbird.net/en-US/thunderbird/68.1.1/releasenotes/
(sooner or later) |
68.1.0_5 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
68.1.0_4 10 Sep 2019 00:33:27 |
jbeich |
mail/thunderbird: switch to rc3
Changes: https://hg.mozilla.org/releases/comm-esr68/pushloghtml?startdate=2019-09-05&enddate=2019-09-10 |
68.1.0_3 07 Sep 2019 20:53:07 |
jbeich |
gecko: enable SNDIO by default
To avoid runtime dependency switch to dlopen(3).
PR: 238096
Requested by: many |
68.1.0_2 05 Sep 2019 23:35:51 |
jbeich |
gecko: drop remnants of WAYLAND option after r509969 |
68.1.0_2 05 Sep 2019 13:56:19 |
cmt |
thunderbird: bump along to 68.1.0rc2
https://hg.mozilla.org/releases/comm-esr68/pushloghtml?startdate=2019-08-30&enddate=2019-09-05 |
68.1.0_1 05 Sep 2019 11:25:53 |
jbeich |
gecko: don't require gconf on non-Gnome2 desktops
Take advantage of lazy bindings by not requiring runtime dependency.
DBus is required under Wayland (Gecko-specific) and for MIME handling
but GConf2 is useless outside of Gnome2. So, only use GConf2 if it's
already installed (similar to PulseAudio).
PR: 240323 |
68.1.0 30 Aug 2019 21:34:38 |
cmt |
update thunderbird to 68.1.0 (rc1)
Soon: https://www.thunderbird.net/en-US/thunderbird/68.1.0/releasenotes/ |
68.0_2 27 Aug 2019 00:54:04 |
jbeich |
mail/thunderbird: switch to rc6 (nop)
Changes: https://hg.mozilla.org/releases/comm-esr68/pushloghtml?startdate=2019-08-14&enddate=2019-08-17 |
68.0_1 23 Aug 2019 21:55:32 |
jbeich |
www/firefox: unbreak on -CURRENT
In file included from media/mtransport/nricectx.cpp:82:
In file included from
media/mtransport/third_party/nICEr/src/stun/stun_client_ctx.h:41:
In file included from media/mtransport/third_party/nICEr/src/stun/stun.h:45:
In file included from /usr/include/net/if_var.h:84:
/usr/include/sys/lock.h:68:15: error: reference to 'thread' is ambiguous
struct thread **owner);
^
/usr/include/sys/lock.h:42:8: note: candidate found by name lookup is 'thread'
struct thread;
^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name
lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
^
1 error generated.
Reported by: tijl, pkg-fallout, madpilot
Submitted by: tijl
Tested by: madpilot |
68.0_1 15 Aug 2019 14:30:16 |
tobik |
lang/rust: Update to 1.37.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D21247 |
68.0 14 Aug 2019 10:18:34 |
jbeich |
mail/thunderbird: switch to rc3 (nop)
Changes: https://hg.mozilla.org/releases/comm-esr68/pushloghtml?startdate=2019-08-11&enddate=2019-08-14 |
68.0 11 Aug 2019 00:49:33 |
jbeich |
mail/thunderbird: update to 68.0
Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/ |
60.8.0_3 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
60.8.0_2 04 Jul 2019 14:41:57 |
tobik |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810 |
60.8.0_1 04 Jul 2019 11:40:47 |
jbeich |
gecko: drop staging remnants after r357413 |
60.8.0_1 04 Jul 2019 11:40:26 |
jbeich |
gecko: drop pre/post-install scripts after r473092 and r497197 |
60.8.0 03 Jul 2019 23:49:27 |
jbeich |
mail/thunderbird: update to 60.8.0
Changes: https://www.thunderbird.net/thunderbird/60.8.0/releasenotes/
Security: 0592f49f-b3b8-4260-b648-d1718762656c |
60.7.2_1 21 Jun 2019 11:59:57 |
cmt |
mail/thunderbird: update to 60.7.2 (release)
Release notes:
https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/
Approved by: gecko@ (jbeich@, implicit)
MFH: 2019Q2
Security: 49beb00f-a6e1-4a42-93df-9cb14b4c2bee |
60.7.2 20 Jun 2019 16:19:26 |
cmt |
mail/thunderbird: update to 60.7.2 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/60.7.2/releasenotes/
Approved by: gecko@ (jbeich@, implicit)
MFH: 2019Q2 |
60.7.1 13 Jun 2019 15:29:23 |
cmt |
mail/thunderbird: update to 60.7.1 (rc1)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/60.7.1/releasenotes/
Approved by: jbeich (gecko@, implicit)
MFH: 2019Q2 |
60.7.0_1 25 May 2019 11:51:15 |
jbeich |
gecko: drop unused libvorbis dep after r485460 |
60.7.0_1 24 May 2019 03:25:12 |
tobik |
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332 |
60.7.0 19 May 2019 00:50:14 |
jbeich |
mail/thunderbird: update to 60.7.0
Changes: https://www.thunderbird.net/thunderbird/60.7.0/releasenotes/
Reported by: Repology |
60.6.1_5 17 May 2019 12:02:08 |
jbeich |
www/firefox: restore SafeBrowsing v4 after r495403
Required for phishing protection. Not covered by uBlock Origin lists.
Looks like #Mozilla didn't announce the POLA-violating change anywhere
public despite backporting to ESR60.
https://bugzilla.mozilla.org/show_bug.cgi?id=1531176 |
60.6.1_4 15 May 2019 03:12:15 |
tobik |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166 |
60.6.1_3 01 May 2019 19:35:15 |
rene |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
60.6.1_2 11 Apr 2019 19:39:28 |
tobik |
lang/rust: Update to 1.34.0
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850 |
60.6.1_1 27 Mar 2019 21:11:09 |
jbeich |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
60.6.1 26 Mar 2019 00:58:35 |
jbeich |
mail/thunderbird: update to 60.6.1
Changes: https://www.thunderbird.net/thunderbird/60.6.1/releasenotes/ |
60.6.0_1 20 Mar 2019 12:23:26 |
jbeich |
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215 |
60.6.0 15 Mar 2019 10:22:46 |
cmt |
update thunderbird to 60.6.0 (rc2)
Release Notes (soon):
https://www.thunderbird.net/en-US/thunderbird/60.6.0/releasenotes/
PR: 236537
Approved by: jbeich (gecko@)
MFH: 2019Q1 |
60.5.3 13 Mar 2019 15:41:17 |
jbeich |
www/firefox: unbreak on armv6/armv7/powerpc64
error: Could not compile `libc`.
warning: build failed, waiting for other jobs to finish...
error[E0433]: failed to resolve: use of undeclared type or module `mem`
--> third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs:35:32
|
35 | pub const _ALIGNBYTES: usize = mem::size_of::<::c_long>() - 1;
| ^^^ use of undeclared type or module `mem`
Reported by: pkg-fallout |
60.5.3 09 Mar 2019 12:37:21 |
cmt |
mail/thunderbird: update to 60.5.3
https://www.thunderbird.net/en-US/thunderbird/60.5.3/releasenotes/
PR: 236406
Approved by: jbeich@ (gecko, maintainer) |
60.5.2_1 06 Mar 2019 02:55:21 |
jbeich |
www/firefox-esr: unbreak on powerpc64 after r472833
In file included from objdir/js/src/Unified_cpp_js_src41.cpp:2:
js/src/wasm/WasmSignalHandlers.cpp: In function 'uint8_t**
ContextToPC(ucontext_t*)':
js/src/wasm/WasmSignalHandlers.cpp:439:19: error: 'R32_sig' was not declared in
this scope
#define PC_sig(p) R32_sig(p)
^~~~~~~
js/src/wasm/WasmSignalHandlers.cpp:450:39: note: in expansion of macro 'PC_sig'
return reinterpret_cast<uint8_t**>(&PC_sig(context));
^~~~~~
js/src/wasm/WasmSignalHandlers.cpp:439:19: note: suggested alternative:
'R12_sig'
#define PC_sig(p) R32_sig(p)
^~~~~~~
js/src/wasm/WasmSignalHandlers.cpp:450:39: note: in expansion of macro 'PC_sig'
return reinterpret_cast<uint8_t**>(&PC_sig(context));
^~~~~~
Reported by: pkg-fallout |
60.5.2_1 02 Mar 2019 01:17:43 |
jbeich |
www/firefox: correct Skia error on aarch64
Instead of using -target aarch64-unknown-freebsd12.0 get the error
from inside aarch64 jail. AT_HWCAP exists on all achitectures but is
only implemented on armv6/armv7 and powerpc*. |
60.5.2_1 01 Mar 2019 19:14:38 |
jbeich |
www/firefox: unbreak on aarch64 and powerpc64
PR: 234253
Submitted by: Mikael Urankar |
60.5.2_1 28 Feb 2019 18:51:46 |
jbeich |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354 |
60.5.2 26 Feb 2019 00:51:40 |
jbeich |
mail/thunderbird: update to 60.5.2
Changes: https://www.thunderbird.net/thunderbird/60.5.2/releasenotes/ |
60.5.1 14 Feb 2019 00:13:47 |
jbeich |
mail/thunderbird: switch to rc2 (nop)
Changes: https://hg.mozilla.org/releases/comm-esr60/rev/be29b0c0d1d8 |
60.5.1 13 Feb 2019 11:17:26 |
cmt |
mail/thunderbird: update to 60.5.1
PR: 235710
Approved by: gecko (jbeich@, implicit)
MFH: 2019Q1
Security: 18211552-f650-4d86-ba4f-e6d5cbfcdbeb |
60.5.0_3 06 Feb 2019 13:33:13 |
jbeich |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
60.5.0_2 05 Feb 2019 00:49:56 |
jbeich |
mail/thunderbird: backport a fix for saving an address book entry
PR: 235483
Submitted by: Arrigo Marchiori
Obtained from: upstream |
60.5.0_1 02 Feb 2019 18:37:49 |
jbeich |
gecko: drop DTRACE option completely
--enable-dtrace is only tested on macOS where dtrace -G isn't used.
Let's stop wasting time on dtrace -G issues as the support disappeared
since Firefox 61, anyway. |
60.5.0 24 Jan 2019 00:53:45 |
jbeich |
mail/thunderbird: update to 60.5.0
Changes: https://www.thunderbird.net/thunderbird/60.5.0/releasenotes/
PR: 235161
Submitted by: cmt
Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229 |
60.4.0_3 21 Jan 2019 23:03:45 |
jbeich |
www/firefox: update to 65.0
Backport a fix for WebRender on Wayland e.g.,
$ GDK_BACKEND=wayland MOZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox
https://example.com/
Changes: https://www.mozilla.org/firefox/65.0/releasenotes/
PR: 233791
Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229
MFH: 2019Q1
Differential Revision: https://reviews.freebsd.org/D18432 |
60.4.0_3 18 Jan 2019 21:14:42 |
jbeich |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
60.4.0_2 17 Jan 2019 19:50:39 |
jbeich |
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858 |
60.4.0_1 23 Dec 2018 13:32:42 |
jbeich |
mail/thunderbird: switch to rc2
Changes: https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-12-11&enddate=2018-12-18 |
60.4.0 10 Dec 2018 23:32:10 |
jbeich |
mail/thunderbird: update to 60.4.0
Changes: https://www.thunderbird.net/thunderbird/60.4.0/releasenotes/
Security: d10b49b2-8d02-49e8-afde-0844626317af |
60.3.3_1 06 Dec 2018 17:11:15 |
jbeich |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427 |
60.3.3 06 Dec 2018 15:50:59 |
cmt |
mail/thunderbird: update to 60.3.3
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/60.3.3/releasenotes/
PR: 233830
Approved by: jbeich (maintainer, gecko)
MFH: 2018Q4 |
60.3.2 30 Nov 2018 20:39:51 |
cmt |
mail/thunderbird: update to 60.3.2
https://www.thunderbird.net/en-US/thunderbird/60.3.2/releasenotes/
PR: 233674
Approved by: jbeich (maintainer, gecko)
MFH: 2018Q4 |
60.3.1_2 26 Nov 2018 06:44:58 |
jbeich |
gecko: unbreak with more strict regex(3) on FreeBSD 13
In file included from ../.build/dom/workers/Unified_cpp_dom_workers0.cpp:11:
dom/workers/ChromeWorkerScope.cpp:56:10: error: use of undeclared identifier
'JS_InitCTypesClass'
if (!JS_InitCTypesClass(aCx, aGlobal) ||
^
dom/workers/ChromeWorkerScope.cpp:61:18: error: unknown type name
'JSCTypesCallbacks'
static const JSCTypesCallbacks callbacks = {
^
PR: 233453
Reported by: kevans |
60.3.1_2 20 Nov 2018 18:58:12 |
jbeich |
gecko: drop BUNDLED_CAIRO option |
60.3.1_2 20 Nov 2018 18:55:43 |
jbeich |
gecko: drop system ogg/vorbis support
Too infrequently updated to justify maintenance burden. |