Commit graph

446 commits

Author SHA1 Message Date
Jan Beich
9c13ccd39c www/firefox: simplify upstream graphite2 update-helper 2016-02-16 09:20:52 +00:00
Martin Wilke
d8e401e1b4 - Update to 44.0.2
PR:		207207
Submitted by:	Christoph Moench-Tegeder
Relnotes:	2016Q1
Security:	172b22cb-d3f6-11e5-ac9e-485d605f4717
2016-02-15 15:22:45 +00:00
Jan Beich
7a163b0596 www/firefox: update to 44.0.1
Changes:	https://www.mozilla.org/firefox/44.0.1/releasenotes/
PR:		207030
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
MFH:		2016Q1
2016-02-09 00:08:21 +00:00
Jan Beich
19e90836a2 www/firefox{,-esr}: update to 44.0/38.6.0
- Raise required NSS version [1]

Changes:	https://www.mozilla.org/firefox/44.0/releasenotes/
PR:		206637
Reported by:	Toomas Aas <toomas.aas@suhtlus.ee> [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	4f00dac0-1e18-4481-95af-7aaad63fd303
MFH:		2016Q1
2016-02-01 11:29:16 +00:00
Jan Beich
1416c2338d www/firefox: enable BUNDLED_CAIRO per r393805
Electrolysis is going to require OMTC which had stability issues with
system Cairo. To avoid trainwreck let's get more exposure.

https://wiki.mozilla.org/Electrolysis#Schedule

PR:		202174 (ping)
2016-01-08 04:17:48 +00:00
Jan Beich
3543458ddf www/firefox: update to 43.0.4
Changes:	https://www.mozilla.org/firefox/43.0.4/releasenotes/
PR:		205984
MFH:		2016Q1
2016-01-08 00:46:33 +00:00
Jan Beich
b0c494dc30 www/firefox: restore MP3 detection after r404688
Add upstream patch from Firefox 44 to make FFMPEG advertise MP3 support
via canPlayType(). Otherwise, some sites may fall back to Flash plugin.

Reported by:	Walter Schwarzenfeld (via private mail)
2015-12-29 07:53:56 +00:00
Jan Beich
87f00cf346 www/firefox: update to 43.0.3
Mainly for YouTube with FFMPEG=off. [1]

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/7f685bdc616a [1]
PR:		205652
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	10f7bc76-0335-4a88-b391-0b05b3a8ce1c (linux-only)
MFH:		2015Q4
2015-12-28 18:19:23 +00:00
Jan Beich
8af65d5d19 gecko: phase out GStreamer support
H.264 is decoded by FFmpeg directly since Firefox 43.0. GStreamer
doesn't support DASH and no longer used by default since r397984
brings libavcodec.so.

https://bugzilla.mozilla.org/show_bug.cgi?id=1234092
2015-12-28 18:18:03 +00:00
Jan Beich
8be5bca6a8 gecko: enable PULSEAUDIO by default (mainly for WebRTC)
ALSA currently relies on in-kernel support to enumerate available audio
devices for getUserMedia i.e., to detect a microphone. So, build with
PULSEAUDIO late bindings by default preferred over ALSA, over OSS.

Nop for RUN_DEPENDS or users who previously disabled PULSEAUDIO.
2015-12-28 18:17:22 +00:00
Jan Beich
7d5b33bcf5 www/firefox: prune unused/upstreamed patch
PR:		205357
2015-12-23 06:40:52 +00:00
Jan Beich
9eff735e9c www/firefox: bump required harfbuzz version
In file included from gfx/thebes/Unified_cpp_gfx_thebes1.cpp:11:
  gfx/thebes/gfxHarfBuzzShaper.cpp:1571:41: error: use of
    undeclared identifier 'HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS'
    hb_buffer_set_cluster_level(buffer, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS);
    ^
Reported by:	graemeg on forums.freebsd.org
MFH:		2015Q4
2015-12-19 10:50:13 +00:00
Jan Beich
58645c1af6 www/firefox: drop no longer necessary sparc64 patches
PR:		205357
Tested by:	martin@NetBSD via upstream bug
2015-12-19 10:49:42 +00:00
Jan Beich
1608102c47 www/firefox: update to 43.0.1
Changes:	https://www.mozilla.org/en-US/firefox/43.0/releasenotes/
PR:		205357
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH:		2015Q4
2015-12-19 10:49:09 +00:00
Jan Beich
93ed85032b audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	http://www.surina.net/soundtouch/README.html
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html
2015-12-16 09:39:40 +00:00
Jan Beich
11e5d9bb0f www/firefox: move ad hoc soundtouch patch into bug517422 2015-12-16 09:39:14 +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
Koop Mast
e1add76b39 Update freetype2 to 2.6.2. [1]
Mark magicpoint broken, maintainer is notified.

Exp-runs run by antoine@

This version also fixes shadowing of TYPEOF in ftconfig.h [2]

PR:		203554 [1], 202083 [2]
Submitted by:	rhurlin@gwdg.de [2]
2015-12-10 22:13:58 +00:00
Jan Beich
41f1e3c1a1 gecko: add missing PORTEPOCH to required libvorbis version
Reported by:	Takeshi Hashimoto
2015-11-28 14:12:40 +00:00
Jan Beich
a356bf5bac gecko: catch up with 2015-11-03 release train
- Update NSPR to 4.10.10 [1]
- Update NSS to 3.20.1 [2]
- Update Firefox ESR and libxul to 38.4.0
- Update Firefox to 42.0 [2]
- Update SeaMonkey to 2.39

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-10-Release-td346822.html
Changes:	https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20.1_release_notes
Changes:	https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
Changes:	http://www.seamonkey-project.org/news#2015-11-08
PR:		204277 [1], 204332 [2], 203099
Submitted by:	swills, Christoph Moench-Tegeder
MFH:		2015Q4
Security:	9d04936c-75f1-4a2c-9ade-4c1708be5df9
2015-11-20 00:38:40 +00:00
Jan Beich
1ad587fb06 multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR:		204478
Exp-run by:	antoine
Approved by:	ashish (maintainer)
2015-11-14 19:34:12 +00:00
Dmitry Marakasov
063341fe36 - Remove leftover empty directories, providing clean deinstallation and fixing stage-qa
PR:		203496
Submitted by:	amdmi3
Approved by:	maintainer timeout (gecko, 3 weeks)
2015-10-23 17:29:39 +00:00
Steve Wills
2c24cce606 www/firefox: update to 41.0.2
PR:		203807
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	79c68ef7-c8ae-4ade-91b4-4b8221b7c72a
2015-10-17 12:26:12 +00:00
Steve Wills
e245e979fe www/firefox: DSA -> RSA in pkg-message
PR:		202683
Submitted by:	naddy
2015-10-12 15:22:21 +00:00
Steve Wills
e202bde295 www/firefox: update to 41.0.1 2015-10-10 17:29:53 +00:00
Jung-uk Kim
3fcfd39fd1 Fix build with clang.
https://bugzilla.mozilla.org/show_bug.cgi?id=1181382
2015-10-07 17:27:39 +00:00
Steve Wills
65087871fe www/firefox: update to 41.0
PR:		203384
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
MFH:		2014Q4
Security:	2d56c7f4-b354-428f-8f48-38150c607a05
2015-10-06 20:01:59 +00:00
Jan Beich
b77aa75040 www/firefox{,-esr}: update to 40.0.3/38.2.1
MFH:		2015Q3
Security:	237a201c-888b-487f-84d3-7d92266381d6
2015-08-28 13:05:56 +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
28f7c74712 Back out r394012 after r394231
PR:		202270
Exp-run by:	antoine
MFH:		2015Q3
X-MFH-With:	r394231
2015-08-14 16:39:33 +00:00
Jan Beich
8680f01155 Move graphite2 buildfix to where it belongs 2015-08-12 22:49:21 +00:00
Jan Beich
acc8b7ed9e Switch back to bundled libvpx per vulnerabilites in v1.4.0
Security:	http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html
MFH:		2015Q3
2015-08-12 09:20:38 +00:00
Jung-uk Kim
03838a4b60 Fix linker failures with graphite2 1.3.0. 2015-08-12 00:31:38 +00:00
Jan Beich
db7f90058a Add OAuth keys for importing Google contacts into Loop
Loop aka Firefox Hello is available since 34.0.

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

Inspired by:	ArchLinux
MFH:		2015Q3
2015-08-11 23:20:48 +00:00
Jan Beich
ca8a3f7f59 Switch OpenH264 plugin to use environment variable
files/patch-system-openh264 causes patch churn on updates and hits
assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead.

While here populate Last Updated field to avoid falling back to Epoch start
and disable Automatic Updates in an unlikely case of
- Cisco & Mozilla providing prebuilt version for FreeBSD
- Firefox running with root priveleges i.e., write permission under /usr/local

PR:		202218 [1]
Reported by:	kib, pi [1]
Inspired by:	Gentoo
MFH:		2015Q3
2015-08-11 13:22:54 +00:00
Jan Beich
b8bdfd7933 Switch Firefox to the latest release candidate
build5 contains a mozjemalloc fix but we're using bundled
jemalloc 3.6.0-204-gb4acf73. So, no PORTREVISION bump
for native version. Language packs only contain changes for
timestamps or slave hostnames aka build noise.

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/9879336c72be
MFH:		2015Q3
X-MFH-With:	r393690
2015-08-10 17:12:44 +00:00
Jan Beich
bbd4ae7d1d www/firefox: temporarily disable OMTC to avoid crashes
OMTC on X11 platforms uses BasicCompositor unless GL layers are
also enabled. Change the default value of its pref in about:config.
For now, bundled cairo is left as is pending more testing.

No upstream bug as I cannot reproduce reliably to get the stacktrace(s)
with a clean profile.

PR:		202174
Reported by:	many
Tested by:	Martin Birgmeier, Andrey Fesenko, Konstantin Belousov
MFH:		2015Q3
X-MFH-With:	r393690
2015-08-09 16:31:01 +00:00
Jan Beich
584a8b6786 www/firefox: make testing bundled cairo easier via option
BUNDLED_CAIRO does nothing with GTK3 until Firefox 41.0
https://bugzilla.mozilla.org/show_bug.cgi?id=1159273

PR:		202174
MFH:		2015Q3
2015-08-09 16:30:43 +00:00
Jan Beich
623c599eb9 www/firefox: remove broken LOGGING option
NSPR logging is now always enabled as upstream partially
removed support for disabling it.

PR:		202165
Reported by:	rsmith@xs4all.nl
MFH:		2015Q3
X-MFH-With:	r393690
2015-08-09 16:25:52 +00:00
Jan Beich
4f22a2b289 - Update Firefox to 40.0
- Update Firefox ESR and libxul to 38.2.0

Changes:	https://www.mozilla.org/firefox/40.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/38.2.0/releasenotes/
MFH:		2015Q3
2015-08-07 12:02:41 +00:00
Jan Beich
10feab7350 www/firefox{,-esr}, www/libxul: stop regressing r380782
No PORTREVISION bump as patch-bug847568 and patch-z-bug517422
already require these versions.

MFH:		2015Q3
X-MFH-With:	r392273
2015-07-23 23:18:42 +00:00
Jan Beich
ef0a0c91f1 - Update NSS and ca_root_nss to 3.19.2
- Update Firefox and gmp-api to 39.0
- Update Firefox ESR and libxul to 38.1.0

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes
Changes:	https://www.mozilla.org/firefox/39.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/38.1.0/releasenotes/
MFH:		2015Q3
Security:	https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
2015-07-16 06:05:59 +00:00
Koop Mast
91f42ae8cf Fix the build with FreeType 2.6.
Obtained from:	mozilla upstream.
2015-07-09 07:09:30 +00:00
Jan Beich
6a2062e752 - Update Firefox to 38.0.6
Changes:	https://www.mozilla.org/firefox/38.0.6/releasenotes/
MFH:		2015Q2
X-MFH-With:	r388230
2015-06-13 11:08:22 +00:00
Jan Beich
f2fc9d6de4 multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Jan Beich
6828ea7d03 bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
2015-06-09 14:24:41 +00:00
Jan Beich
590b9cdbb8 - Update NSS and ca_root_nss to 3.19.1
- Update Firefox to 38.0.5

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.1_release_notes
Changes:	https://www.mozilla.org/firefox/38.0.5/releasenotes/
MFH:		2015Q2
2015-06-01 14:21:53 +00:00
Jan Beich
32964f1a9e - Update Firefox to 38.0.1
Changes:	https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/
MFH:		2015Q2
X-MFH-With:	r386162
2015-05-15 03:46:42 +00:00
Jan Beich
83847c65aa - Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes:	https://www.mozilla.org/firefox/38.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes:	http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH:		2015Q2
Security:	https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
2015-05-12 18:06:36 +00:00