Commit graph

155 commits

Author SHA1 Message Date
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
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
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
cfc5748080 gecko: add JACK option (enabled by default)
PR:		221464
2017-09-27 04:12:05 +00:00
Jan Beich
88c7588a6a mail/thunderbird: unbreak with RUST=on
env CARGO_TARGET_DIR=. RUSTC=/usr/local/bin/rustc /usr/local/bin/cargo build --release --frozen --manifest-path /wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/toolkit/library/gtest/rust/Cargo.toml --target=x86_64-unknown-freebsd --verbose --
error: failed to load source for a dependency on `mp4parse_capi`

Caused by:
  Unable to update file:///wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/media/libstagefright/binding/mp4parse_capi

Caused by:
  failed to parse manifest at `/wrkdirs/usr/ports/mail/thunderbird/work/thunderbird-52.3.0/mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml`

Caused by:
  could not parse input as TOML

Caused by:
  duplicate key: `build` for key `package`

cf. https://hg.mozilla.org/releases/mozilla-esr52/shortlog/THUNDERBIRD_52_VERBRANCH

Reported by:	YuryG @ forums.freebsd.org
2017-08-18 21:39:20 +00:00
Jan Beich
d7a356db13 mail/thunderbird: update to 52.2.0
Changes:	https://www.mozilla.org/thunderbird/52.2.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/comm-esr52/shortlog/THUNDERBIRD_52_2_0_RELEASE
Security:	6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH:		2017Q2
2017-06-13 19:55:24 +00:00
Jan Beich
02b5e7b0f2 gecko: apply r439551 + r439993 to other ports 2017-05-03 00:15:01 +00:00
Jan Beich
a7fec0e97a gecko: unbreak RUST=on with cargo >= 0.18
error[E0463]: can't find crate for `cheddar`
 --> media/libstagefright/binding/mp4parse_capi/build.rs:1:1
  |
1 | extern crate cheddar;
  | ^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

fatal runtime error: failed to initiate panic, error 5
error: Could not compile `mp4parse_capi`.

Caused by:
  process didn't exit successfully: `/usr/local/bin/rustc --crate-name build_script_build media/libstagefright/binding/mp4parse_capi/build.rs --crate-type bin --emit=dep-info,link -C opt-level=2 -C debuginfo=2 -C metadata=13cd8b0152b68b4e -C extra-filename=-13cd8b0152b68b4e--out-dir obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/build/mp4parse_capi-13cd8b0152b68b4e -L dependency=obj-x86_64-unknown-freebsd12.0/toolkit/library/rust/./release/deps` (exit code: 1)
Build failed, waiting for other jobs to finish...
error: build failed
2017-05-02 03:43:15 +00:00
Christoph Moench-Tegeder
cde338157e mail/thunderbird: update to 52.1.0
https://www.mozilla.org/en-US/thunderbird/52.1.0/releasenotes/

PR:		219006
Approved by:	jbeich (maintainer)
MFH:		2017Q2
Security:	5e0a038a-ca30-416d-a2f5-38cbf5e7df33
2017-05-01 20:13:35 +00:00
Jan Beich
e9d6d6ee01 mail/thunderbird: update to 52.0
Changes:	https://www.mozilla.org/thunderbird/52.0/releasenotes/
2017-03-22 00:27:24 +00:00
Jan Beich
06e34391bc mail/thunderbird: update to 45.8.0
Changes:	https://www.mozilla.org/thunderbird/45.8.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/comm-esr45/shortlog
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
MFH:		2017Q1
2017-03-08 22:26:27 +00:00
Jan Beich
b0d611aa44 gecko: attempt to drop RPATH for libxul.so dependencies 2017-03-03 19:38:13 +00:00
Christoph Moench-Tegeder
e0d9c060a2 update thunderbird to 45.7.1
https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/

After changes in packaging in ports r428672, profiles using lightning
will have to be recreated.

PR:		216584
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2017Q1
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09 e60169c4-aa86-46b0-8ae2-0d81f683df09
2017-03-02 18:10:09 +00:00
Jan Beich
fd8f2d8717 gecko: unbreak with clang/libc++ 4.0
In file included from mozilla/ipc/contentproc/plugin-container.cpp:7:
In file included from ../../dist/include/nsXPCOM.h:10:
In file included from ../../dist/include/nscore.h:20:
In file included from ../../dist/include/mozilla/mozalloc.h:16:
In file included from objdir/dist/stl_wrappers/new:44:
In file included from objdir/dist/system_wrappers/new:3:
/usr/include/c++/v1/new:132:1: error: function declared '[[noreturn]]' after its first declaration
_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc();  // not in C++ spec
^
/usr/include/c++/v1/__config:273:30: note: expanded from macro '_LIBCPP_NORETURN'
 #  define _LIBCPP_NORETURN [[noreturn]]
                              ^
../../dist/include/mozilla/throw_gcc.h:35:1: note: declaration missing '[[noreturn]]' attribute is here
__throw_bad_alloc(void)
^

PR:		216186
Submitted by:	dim
Obtained from:	upstream
2017-01-30 21:03:46 +00:00
Jan Beich
4a807f6f65 gecko: unbreak with libevent >= 2.1
In file included from objdir//ipc/chromium/Unified_cpp_ipc_chromium0.cpp:119:
ipc/chromium/src/base/message_pump_libevent.cc:29:1: error: use of undeclared identifier '_EVENT_SIZEOF_LONG'
CHECK_EVENT_SIZEOF(LONG,      long);
^
ipc/chromium/src/base/message_pump_libevent.cc:26:19: note: expanded from macro 'CHECK_EVENT_SIZEOF'
    static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
                  ^
<scratch space>:50:1: note: expanded from here
_EVENT_SIZEOF_LONG
^

PR:		216527
Obtained from:	upstream
2017-01-27 19:26:42 +00:00
Jan Beich
5ed2ce4ef5 www/firefox-esr: improve A/V sync with SNDIO=on
PR:		215867
Reported by:	Sergey <kpect@protonmail.com>
Submitted by:	Tobias Kortkamp <t@tobik.me>
Obtained from:	upstream
MFH:		2017Q1
2017-01-13 17:59:03 +00:00
Jan Beich
d57247b124 gecko: attempt to unbreak aarch64
../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x28): undefined reference to `nsXPTCStubBase::Stub3()'
../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x30): undefined reference to `nsXPTCStubBase::Stub4()'
[...]
../../xpcom/build/Unified_cpp_xpcom_build0.o:(.data.rel.ro._ZL16kFrozenFunctions+0x180): undefined reference to `NS_InvokeByIndex'
../../js/xpconnect/src/Unified_cpp_js_xpconnect_src1.o: In function `XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)':
obj-aarch64-unknown-freebsd11.0/js/xpconnect/src/Unified_cpp_js_xpconnect_src1.cpp:(.text._ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE+0xd24): undefined reference to `NS_InvokeByIndex'
../../dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.o: In function `txXPCOMExtensionFunctionCall::evaluate(txIEvalContext*, txAExprResult**)':
obj-aarch64-unknown-freebsd11.0/dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.cpp:(.text._ZN28txXPCOMExtensionFunctionCall8evaluateEP14txIEvalContextPP13txAExprResult+0xa5c): undefined reference to `NS_InvokeByIndex'
/usr/bin/ld: libxul.so: hidden symbol `_ZN14nsXPTCStubBase7Stub234Ev' isn't defined
/usr/bin/ld: final link failed: Bad value

Reported by:	pkg-fallout
2017-01-10 22:29:46 +00:00
Jan Beich
852c6ec98e gecko: backport r427388 to ESR
Suggested by:	Tobias Kortkamp
2017-01-01 09:20:32 +00:00
Jan Beich
67051dbc47 gecko: improve NSS 3.28 compatibility
https://bugzilla.mozilla.org/show_bug.cgi?id=1323209

MFH:		2016Q4
2016-12-14 15:39:16 +00:00
Jan Beich
c3ebc97270 gecko: apply some sparc64 crashfixes
Obtained from:	upstream
MFH:		2016Q4
2016-12-12 05:53:24 +00:00
Jan Beich
11d33d1b4a gecko: fix Hunspell ABI mismatch
PR:		214849
MFH:		2016Q4
2016-11-28 09:16:25 +00:00
Jan Beich
d377f1f5df gecko: backport fix for crash on 9.x (lang/gcc5 + -O3)
https://lists.freebsd.org/pipermail/freebsd-gecko/2016-November/006752.html
https://bugzilla.mozilla.org/show_bug.cgi?id=757366

MFH:		2016Q4 (blanket)
2016-11-08 12:35:43 +00:00
Dimitry Andric
022c0f9056 Add the upstream fix for Mozilla bug 1278861, which prevents clang
assertions on a particular piece of arm inline assembly.  This applies
to:

* mail/thunderbird
* www/firefox
* www/firefox-esr
* www/libxul
* www/seamonkey

Approved by:	jbeich (maintainer)
PR:		203989
MFH:		2016Q4
2016-10-12 20:50:28 +00:00
Christoph Moench-Tegeder
6adf212889 update thunderbird to 45.4.0
PR:		213141
Approved by:	jbeich, rene (mentor)
MFH:		2016Q4
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
2016-10-01 15:43:44 +00:00
Jan Beich
5a8879add2 gecko: update OSS fallback for HTML5 audio
To test deinstall alsa-lib (and pulseaudio) after installing firefox/seamonkey/etc.
Before OSS can be exposed as an option WebRTC has to either support it as well or
pass build without any audio backends.

Changes:	https://bugzilla.mozilla.org/show_bug.cgi?id=1021761#c67
2016-09-19 21:58:53 +00:00
Jan Beich
7d4da7f4ea gecko: apply r421523 to the rest
Bump PORTREVISION to get a clear regression window.

PR:		212431
2016-09-18 18:38:21 +00:00
Christoph Moench-Tegeder
1c609b6d67 update thunderbird to 45.3.0
PR:		212463
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q3
Security:	aa1aefe3-6e37-47db-bfda-343ef4acb1b5
2016-09-09 10:57:45 +00:00
Jan Beich
0f4e53d864 gecko: unbreak WebRTC build on DragonFly 2016-07-09 04:57:43 +00:00
Christoph Moench-Tegeder
c85028c3dc Update thunderbird to 45.1.1, enigmail to 1.9.3
PR:		210061
Approved by:	jbeich (maintainer)
Approved by:	rene (mentor)
MFH:		2016Q2
2016-06-06 20:16:59 +00:00
Jan Beich
141067b7ba gecko: drop unused patch 2016-05-05 02:33:02 +00:00
Jan Beich
3d25b2953a gecko: unbreak WebRTC microphone selection popup with ALSA=on
On FreeBSD sound(4) is enabled by default while alsa-plugins-oss
assumes a soundcard is always available.

https://bugzilla.mozilla.org/show_bug.cgi?id=1269165

MFH:		2016Q2
2016-05-01 05:29:08 +00:00
Jan Beich
6fbc01fd51 gecko: unbreak build with LIBPROXY=on
PR:		208855
Reported by:	Ting-Wei Lan, Walter Schwarzenfeld
Submitted by:	cmt via r401981
2016-04-25 16:19:13 +00:00
Jan Beich
79fd5d2214 mail/thunderbird: update to 45.0 (rc1)
Changes:	https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security:	92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH:		2016Q2
2016-04-12 19:18:55 +00:00
Jan Beich
0f0c3a0e4a gecko: fix an unlikely race with environ(7)
MFH:		2016Q1
2016-03-25 23:30:06 +00:00
Jan Beich
9c13ccd39c www/firefox: simplify upstream graphite2 update-helper 2016-02-16 09:20:52 +00:00
Jan Beich
d71ad42cba mail/thunderbird: update to 38.6.0
Changes:	https://www.mozilla.org/thunderbird/38.6.0/releasenotes/
PR:		207167
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
MFH:		2016Q1
2016-02-16 09:20:14 +00:00
Dimitry Andric
32446a0f30 During the exp-run in bug 206074, it was found that www/libxul gives
errors with a recent clang 3.8.0 snapshot:

../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to 'MessagePort' is ambiguous
  void SetSource(mozilla::dom::MessagePort* aPort);
                               ^

This is caused by unneeded forward declarations of class MessagePort,
MessagePortBase and MessagePortList.  These can be removed.

Obtained from:	pkgsrc
Approved by:	jbeich (maintainer)
PR:		206333
MFH:		2016Q1
2016-01-26 19:55:13 +00:00
Jan Beich
b88d91d721 gecko: unbreak FFMPEG=off build on esr38
PR:		205747
MFH:		2016Q1
2016-01-08 00:47:13 +00:00
Jan Beich
a03fb9505a mail/thunderbird: update to 38.5.0
Changes:	https://hg.mozilla.org/releases/comm-esr38/rev/b88229610b41
PR:		205653
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH:		2015Q4
2015-12-28 18:20:02 +00:00
Jan Beich
ab9e0736d5 gecko: drop FreeBSD 8.x and 9.0 support
DragonFly has a similar getchar() workaround in DPorts, so this would be
a bit bumpy due to USES=dos2unix removal causing a patchconflict. However,
OS X (since 10.3) and other BSDs (except OpenBSD) fixed stdio.h instead.

f2cea021ab
1abd6adb31
d782c95120
dd1ce6fd6c
569b0a5190/include/stdio.h
2015-12-16 09:37:45 +00:00
Steve Wills
d06e46fcb7 mail/thunderbird: update to 38.3.0
PR:		203503
Submitted by:	dezillium@dezillium.com
Security:	2d56c7f4-b354-428f-8f48-38150c607a05
2015-10-06 13:27:23 +00:00
Jan Beich
fd9ddf4a36 gecko: add INTEGER_SAMPLES option
arm use S16 samples and libtremor since Firefox 34. So, adjust
dependencies and make it controllable (for testing on x86).

Note, arm is still BROKEN until ports/202642.

https://bugzilla.mozilla.org/show_bug.cgi?id=1047791
2015-08-26 06:38:32 +00:00
Jan Beich
84b6a43b0c gecko: use system jemalloc on 11.0-CURRENT again
Requested by:	mi
2015-08-20 13:16:12 +00:00
Jan Beich
8680f01155 Move graphite2 buildfix to where it belongs 2015-08-12 22:49:21 +00:00
Jung-uk Kim
03838a4b60 Fix linker failures with graphite2 1.3.0. 2015-08-12 00:31:38 +00:00