1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

392 Commits

Author SHA1 Message Date
Christoph Moench-Tegeder
a33f4fc948 mail/thunderbird: update to 60.2.1 (rc1)
Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.2.1/releasenotes/ (once ready)

PR:		231868
Approved by:	maintainer (jbeich, gecko)
MFH:		2018Q4
Security:	c96d416a-eae7-4d5d-bc84-40deca9329fb
2018-10-01 21:43:22 +00:00
Jan Beich
c1e54e8dcd gecko: switch to clang70
Standardizing on one Clang version makes stability more predictable
across supported FreeBSD versions. As a side effect performance may
suffer some improvement. This also makes it easier to enable LTO as
old LLD versions are more buggy.
2018-10-01 21:37:14 +00:00
Thomas Zander
84b6aee905 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
Jan Beich
a9d287a5ea lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked

Changes:	https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR:		229826 (follow up)
Approved by:	dumbbell
Differential Revision:	https://reviews.freebsd.org/D17337
2018-09-28 17:59:24 +00:00
Jean-Sébastien Pédron
aa8061d1c1 lang/rust: Update to 1.29.0
Release notes:
* https://blog.rust-lang.org/2018/07/20/Rust-1.27.2.html
* https://blog.rust-lang.org/2018/08/02/Rust-1.28.html
* https://blog.rust-lang.org/2018/09/13/Rust-1.29.html

Up to and including Rust 1.27.x, the Rust build system shelled out to
a configure script to detect the presence and usability of libunwind.
Since Rust 1.28.0, it's using a static result in a `build.rs` file and
expects libunwind to be used. It was not the case on FreeBSD so far, so
we need a patch to this `build.rs` to disable that. We still need to
study if the FreeBSD port should use libunwind and what to do with this
patch. But this problem prevented the update to Rust 1.28.0 already, so
enough delay.

The update also comes with a patch to a few `USE_GECKO`-based ports such
as Firefox [1]. Their configure script has some asumptions on the output
of `rustc --print target-list` which are not true anymore. The patch was
already committed upstream.

The aarch64 version is still marked as BROKEN because I didn't find the
time to work on it. As a consequence, there is also no aarch64 bootstrap
for Rust 1.29.0.

PR:		229826
Approved by:	jbeich [1]
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=1479540 [1]
Differential Revision:	https://reviews.freebsd.org/D17178
2018-09-16 07:57:08 +00:00
Jan Beich
c592bc05aa mail/thunderbird: update to 60.1.0
Changes:	https://www.mozilla.org/thunderbird/60.1.0/releasenotes/
Security:	c96d416a-eae7-4d5d-bc84-40deca9329fb
2018-09-13 00:54:15 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Jan Beich
796c41b652 mail/thunderbird: switch to rc4
Changes:	https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-07-25&enddate=2018-08-01
PR:		228477
2018-08-01 19:38:57 +00:00
Jan Beich
1eda1fbcfa mail/thunderbird: switch to rc3
Changes:	https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-07-17&enddate=2018-07-25
PR:		228477
2018-07-25 15:16:34 +00:00
Jan Beich
29145c76be mail/thunderbird: update to 60.0
Changes:	https://www.mozilla.org/thunderbird/60.0/releasenotes/
PR:		228477
Differential Revision:	https://reviews.freebsd.org/D15565
2018-07-19 00:00:51 +00:00
Jan Beich
e344179e47 mail/thunderbird: drop patches in preparation for update
$ svn commit
Sending        Mk/Uses/gecko.mk
Sending        mail/thunderbird/Makefile
Sending        mail/thunderbird/distinfo
Sending        mail/thunderbird/files/patch-addon-search
Replacing      mail/thunderbird/files/patch-bug1021761
Adding         mail/thunderbird/files/patch-bug1144632
Deleting       mail/thunderbird/files/patch-bug1186967
[...]
Transmitting file data ..........done
Committing transaction...
svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
Do not replace a file. This can lose history. Path: "/head/mail/thunderbird/files/patch-bug702179"
== Additional errors may compound and may not be accurate ==
Do not replace a file. This can lose history. Path: "/head/mail/thunderbird/files/patch-bug1021761"
Do not replace a file. This can lose history. Path: "/head/mail/thunderbird/files/patch-bug1288587"
Do not replace a file. This can lose history. Path: "/head/mail/thunderbird/files/patch-bug847568"
Do not replace a file. This can lose history. Path: "/head/mail/thunderbird/files/patch-env-api-keys"
[...]

Pointy hat to:	portmgr (multi-steps are error prone)
2018-07-18 23:44:21 +00:00
Jan Beich
346dd964f2 mail/thunderbird: update to 52.9.1
Changes:	https://www.mozilla.org/thunderbird/52.9.1/releasenotes/
2018-07-09 23:37:39 +00:00
Jan Beich
c1d7c0f727 mail/thunderbird: prevent mail corruption after r473670
PR:		229452
Obtained from:	upstream (Thunderbird 52.9.1)
2018-07-09 19:41:42 +00:00
Jan Beich
49e7ddb1eb gecko: drop PGO workaround after r454669 2018-07-02 19:46:00 +00:00
Christoph Moench-Tegeder
9b65a2f688 mail/thunderbird: update to 52.9.0
Changes: https://www.thunderbird.net/en-US/thunderbird/52.9.0/releasenotes/

PR:		229452
Approved by:	jbeich (gecko, maintainer)
MFH:		2018Q2
Security:	cd81806c-26e7-4d4a-8425-02724a2f48af
2018-07-01 14:03:09 +00:00
Tobias Kortkamp
faea41af6d mail/thunderbird: Backport sndio volume handling fix
https://bugzilla.mozilla.org/show_bug.cgi?id=1467882

PR:		229135
Approved by:	gecko (jbeich)
2018-06-30 19:25:32 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Jan Beich
95a807bea1 www/firefox: audio_device isn't used by WebRTC after r468751 2018-06-02 00:33:29 +00:00
Jan Beich
35d5410cfa gecko: restore support for native extensions after r470668/r470672
PR:		226919
2018-05-23 05:19:16 +00:00
Jan Beich
e343dd85af mail/thunderbird: back out r470673 as AMO version lacks libical
PR:		226919
Pointy hat to:	jbeich (too sleepy to wait for QA)
2018-05-23 04:49:02 +00:00
Jan Beich
ed177f1d6b mail/thunderbird: drop LIGHTNING as it's unusable after r470672
PR:		226919
2018-05-23 04:20:39 +00:00
Jan Beich
ab146876a8 gecko: adjust targetPlatform after r470668
PR:		226919
Reported by:	Corpo (for Lightning)
2018-05-23 04:04:53 +00:00
Jan Beich
5f83a8cdba gecko: mask as Linux on AMO for compatibility
Many extensions on addons.mozilla.org aren't listed or updated due to
platform whitelist abuse. On DragonFly the search is broken because
such a platform isn't recognized.

PR:		226919
Reported by:	Graham Perrin
2018-05-23 01:21:20 +00:00
Jan Beich
d652322c83 mail/thunderbird: update to 52.8.0
Changes:	https://www.mozilla.org/thunderbird/52.8.0/releasenotes/
Security:	5aefc41e-d304-4ec8-8c82-824f84f08244
2018-05-18 23:52:13 +00:00
Jan Beich
259764259f www/seamonkey: unbreak h264/aac/mp3 with ffmpeg 4.0
PR:		227726
Obtained from:	upstream (Firefox 61)
2018-04-24 13:57:44 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Jan Beich
34ffdea724 mail/thunderbird: apply CVE-2018-5148 fix 2018-03-31 23:59:15 +00:00
Christoph Moench-Tegeder
30037d67cc update thunderbird to 52.7.0
Release Notes: https://www.mozilla.org/en-US/thunderbird/52.7.0/releasenotes/

PR:		226892
Approved by:	jbeich (maintainer)
MFH:		2018Q1
Security:	c71cdc95-3c18-45b7-866a-af28b59aabb5
2018-03-26 09:08:03 +00:00
Jan Beich
7971233b66 www/firefox-esr: work around race on sqlite3 init
PR:		225364
Obtained from:	upstream (Firefox 56)
MFH:		2018Q1 (r459458 follow up)
2018-01-30 00:54:15 +00:00
Jan Beich
b964b053b6 multimedia/libvpx: update 1.7.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libvpx/
2018-01-25 21:20:12 +00:00
Jan Beich
b41444b842 mail/thunderbird: update to 52.6.0
Changes:	https://www.mozilla.org/thunderbird/52.6.0/releasenotes/
Security:	a891c5b4-3d7a-4de9-9c71-eef3fd698c77
MFH:		2018Q1
2018-01-25 00:54:27 +00:00
Jan Beich
76f5c8beb4 mail/thunderbird: update to 52.5.2
Changes:	https://www.mozilla.org/thunderbird/52.5.2/releasenotes/
Security:	https://hg.mozilla.org/releases/comm-esr52/rev/01f2c40a0ce9
Security:	https://hg.mozilla.org/releases/comm-esr52/rev/6c35468148bb
Security:	https://hg.mozilla.org/releases/comm-esr52/rev/67c559a7ffee
Security:	https://hg.mozilla.org/releases/comm-esr52/rev/8bc93e746d82
2017-12-22 23:54:32 +00:00
Jan Beich
c6b8af610f gecko: unbreak with non-default python version after r455210
$ make
[...]
Installing py36-sqlite3-3.6.3_7...
===>   firefox-57.0.1,1 depends on package: py27-sqlite3>0 - not found
*** Error code 1

PR:		224055
Submitted by:	Peter Wullinger
2017-12-03 17:35:29 +00:00
Jan Beich
e46270320f gecko: simplify WRKSRC handling
Requested by:	mat
2017-11-23 22:53:32 +00:00
Jan Beich
4fb6908f37 mail/thunderbird: update to 52.5.0
Changes:	https://www.mozilla.org/thunderbird/52.5.0/releasenotes/
Security:	f78eac48-c3d1-4666-8de5-63ceea25a578
MFH:		2017Q4
2017-11-22 06:25:59 +00:00
Jan Beich
5830291a62 gecko: enable GCONF option by default
This is a build-only dependency used by default in upstream builds.
https://bugzilla.mozilla.org/show_bug.cgi?id=713827
https://bugzilla.mozilla.org/show_bug.cgi?id=1167201
2017-11-22 06:25:21 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Jan Beich
77675b2f8b gecko: sync libyuv fix with upstream version
MFH:		2017Q4 (r453437 + r453446 followup)
2017-11-08 06:58:12 +00:00
Jan Beich
98002fdeba gecko: unbreak build with GCC after r453437
MFH:		2017Q4
2017-11-04 10:10:57 +00:00
Jan Beich
9474ce236d gecko: speed up HTML5 video scaling on i386
MFH:		2017Q4
2017-11-03 23:58:45 +00:00
Jan Beich
abc447c525 gecko: better detect FLAC after r453085
MFH:		2017Q4
2017-10-30 21:47:20 +00:00
Jan Beich
81dcc5c369 gecko: speed up VP9 decoding on i386
Disable bundled FFmpeg decoders for VP* and FLAC on i386 as those don't
support SIMD optimizations due to build issues upstream. More recent
versions of those are already provided by multimedia/ffmpeg, anyway.

MFH:		2017Q4
2017-10-28 23:47:31 +00:00
Jan Beich
624f4a1028 gecko: double-click on tab bar crashfix for some WMs
Obtained from:	upstream (Firefox 58)
PR:		222693
Submitted by:	tobik
MFH:		2017Q4
2017-10-28 15:42:21 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Jan Beich
59dd8522b0 mail/thunderbird: switch 52.4.0 to rc3 (nop)
Changes:	https://hg.mozilla.org/releases/mozilla-esr52/rev/0ca7b35e57a8
2017-10-05 08:19:50 +00:00
Jan Beich
c22d0006ed mail/thunderbird: switch 52.4.0 to rc2 (nop)
Changes:	https://hg.mozilla.org/releases/mozilla-esr52/rev/4926d82489d8
MFH:		2017Q4 2017Q3 (r451107 bandwagon)
2017-10-04 09:19:39 +00:00
Jan Beich
0833ef0c11 mail/thunderbird: unbreak RUST=on
error[E0463]: can't find crate for `cheddar`
 --> mozilla/media/libstagefright/binding/mp4parse_capi/build.rs:1:1
  |
1 | extern crate cheddar;
  | ^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error(s)

error: Could not compile `mp4parse_capi`.

PR:		222754
Reported by:	Vladimir Omelchuk
2017-10-03 13:02:06 +00:00
Jan Beich
6d4c27901a mail/thunderbird: update to 52.4.0
Changes:	https://www.mozilla.org/thunderbird/52.4.0/releasenotes/
Security:	1098a15b-b0f6-42b7-b5c7-8a8646e8be07
MFH:		2017Q4 2017Q3
2017-10-03 02:31:53 +00:00
Jan Beich
f658a12c7f gecko: enable PROFILE by default (like official builds)
This stops passing -fomit-frame-pointer which is detrimental for stack
unwinding as used by dtrace, pmcstat or gdb/lldb.

MFH:		2017Q4
2017-10-02 05:52:06 +00:00
Jan Beich
cfc5748080 gecko: add JACK option (enabled by default)
PR:		221464
2017-09-27 04:12:05 +00:00