www/firefox-esr: update to 68.12.0

Changes:	https://www.mozilla.org/firefox/68.12.0/releasenotes/
This commit is contained in:
Jan Beich 2020-08-18 00:52:47 +00:00
parent 8cf193440e
commit a97022659b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545204
3 changed files with 4 additions and 20 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= firefox
DISTVERSION= 68.11.0
PORTREVISION= 2
DISTVERSION= 68.12.0
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1595279173
SHA256 (firefox-68.11.0esr.source.tar.xz) = 91c1f7caaf1ba785b74799865227456bf784ba614d17cf5f0f41a5f25d6d2160
SIZE (firefox-68.11.0esr.source.tar.xz) = 321294384
TIMESTAMP = 1597688814
SHA256 (firefox-68.12.0esr.source.tar.xz) = ae692bf2a15908cacbb9d4c7ccf78525a87410ff3f13befedc1926f849bc27cc
SIZE (firefox-68.12.0esr.source.tar.xz) = 313856956

View file

@ -1,15 +0,0 @@
Unbreak build with Rust 1.45.0
error: options `-C embed-bitcode=no` and `-C lto` are incompatible
--- config/makefiles/rust.mk.orig 2020-06-22 22:55:02 UTC
+++ config/makefiles/rust.mk
@@ -47,7 +47,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
ifndef DEVELOPER_OPTIONS
ifndef MOZ_DEBUG_RUST
# Enable link-time optimization for release builds.
-cargo_rustc_flags += -C lto
+cargo_rustc_flags +=
endif
endif