notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: www/firefox/Makefile

Number of commits found: 1056 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  

Sunday, 2 Oct 2016
14:29 jbeich search for other commits by this committer
gecko: cleanup obsolete conditionals

- Remove unused MOZILLA_VER checks
- Drop unused GSTREAMER and LOGGING options
- Drop unsupported USE_MOZILLA=opus (--with-system-opus)
Original commitRevision:423124 
Friday, 30 Sep 2016
01:15 jbeich search for other commits by this committer
multimedia/libvpx: update 1.6.0

ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).

Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:

  vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
  vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in
simplify_binary_operation_1, at simplify-rtx.c:2563
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC
report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
Original commitRevision:422956 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Monday, 19 Sep 2016
21:58 jbeich search for other commits by this committer
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
Original commitRevision:422465 
21:58 jbeich search for other commits by this committer
www/firefox: backport a few fixes

- Gracefully fail HiDPI telemetry if disabled
- Remove Widevine stub from about:addons#plugins

MFH:		2016Q3
Original commitRevision:422464 
Saturday, 17 Sep 2016
13:07 jbeich search for other commits by this committer
www/firefox: update to 49.0 (rc4)

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/416dc3163a1f
MFH:		2016Q3
Original commitRevision:422321 
Thursday, 15 Sep 2016
15:28 jbeich search for other commits by this committer
www/firefox: update to 49.0 (rc3)

Mozilla shortened 51.0 Aurora and 50.0 Beta cycles[1] instead of
releasing 49.0.1 shortly after 49.0 which led to ESR security fixes
delayed as well for no good reason. The latter didn't affect us
because for a short time r421490 and r421531 traded stability for
security at the cost of only slightly confusing www/firefox users,
mainly due to this commit.

[1] https://www.mail-archive.com/dev-platform@lists.mozilla.org/msg19725.html

Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2016-09-08&enddate=2016-09-13
MFH:		2016Q3
Original commitRevision:422207 
Thursday, 8 Sep 2016
06:49 jbeich search for other commits by this committer
www/firefox: re-enable OMTC for BUNDLED_CAIRO=off (backing out r393805)

OMTC is also required to support Electrolysis (called Multiprocess Windows in
about:support) introduced in Firefox 48 via e10srollout@mozilla.org system
addon.

PR:		202174, 211792
Tested by:	scf
MFH:		2016Q3
Original commitRevision:421532 
06:48 jbeich search for other commits by this committer
www/firefox: update to 49.0 (rc2)

Bump PORTREVISION to account for slightly different behavior in other
gecko@ ports and to get a discrete regression window.

Changes:	https://www.mozilla.org/firefox/49.0/releasenotes/
PR:		211792
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (based on)
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
MFH:		2016Q3
Original commitRevision:421531 
Thursday, 4 Aug 2016
04:57 marino search for other commits by this committer
gecko ports: Remove redundant dependency on unzip

A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).

Approved by:	infrastructure blanket (removal of redundant deps)
Original commitRevision:419594 
Tuesday, 19 Jul 2016
13:37 mat search for other commits by this committer
We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.

Sponsored by:	Absolight
Original commitRevision:418785 
Wednesday, 13 Jul 2016
16:24 jbeich search for other commits by this committer
gecko: axe poorly maintained QT5 support

https://bugzilla.mozilla.org/show_bug.cgi?id=1282866
Original commitRevision:418489 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
11:19 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on missing dependent ports

Reported by:	rakuco
Original commitRevision:418128 
Tuesday, 28 Jun 2016
07:29 jbeich search for other commits by this committer
www/firefox: update to 47.0.1

Changes:	https://www.mozilla.org/firefox/47.0.1/releasenotes/
MFH:		2016Q2
Original commitRevision:417698 
Sunday, 5 Jun 2016
15:29 jbeich search for other commits by this committer
www/firefox: update to 47.0 (rc3)

https://hg.mozilla.org/releases/mozilla-release/rev/b0310cb90fd0

MFH:		2016Q2
X-MFH-With:	r416309
Original commitRevision:416394 
Friday, 3 Jun 2016
10:52 jbeich search for other commits by this committer
www/firefox: update to 47.0 (rc2) / 45.2esr

- Adjust firefox-esr-i18n for linux-firefox after r414580
- Unbreak DTRACE=on + DEBUG=on [1]
- Unbreak FFMPEG=off [2]

Changes:	https://www.mozilla.org/firefox/47.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/45.2.0/releasenotes/
Security:	8065d37b-8e7c-4707-a608-1b0a2b8509c3
PR:		200845, 209952 [1], 209308 [2]
MFH:		2016Q2
Original commitRevision:416309 
Wednesday, 4 May 2016
04:04 jbeich search for other commits by this committer
www/firefox{,-esr}: update to 46.0.1 / 45.1.1esr

Temporarily switch www/linux-firefox to ESR because
- x11-toolkits/linux-c6-gtk3 doesn't exist
- x11-toolkits/linux-f10-gtk3 doesn't exist or maybe too old

Changes:	https://www.mozilla.org/firefox/46.0.1/releasenotes/
Changes:	https://www.mozilla.org/firefox/45.1.1/releasenotes/
MFH:		2016Q2
Original commitRevision:414580 
Sunday, 1 May 2016
05:29 jbeich search for other commits by this committer
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
Original commitRevision:414386 
Friday, 22 Apr 2016
02:25 jbeich search for other commits by this committer
www/firefox: update to 46.0 (rc5)

Oops, I've guessed wrong about the last release candidate.

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/078baf501b55
MFH:		2016Q2 (accumulating under r413726 approval until release)
X-MFH-With:	r413726
Original commitRevision:413760 
Thursday, 21 Apr 2016
11:18 jbeich search for other commits by this committer
www/firefox{,-esr}: update to 46.0 (rc4) / 45.1esr

Changes:	https://www.mozilla.org/firefox/46.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/45.1.0/releasenotes/
Security:	92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH:		2016Q2
Original commitRevision:413726 
Friday, 15 Apr 2016
07:48 cmt search for other commits by this committer
update firefox and friends to 45.0.2

PR:		208801
Approved by:	jbeich (maintainer)
Approved by:	miwi (mentor)
Approved by:	rene (mentor)
Original commitRevision:413326 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Thursday, 31 Mar 2016
20:21 jbeich search for other commits by this committer
www/firefox: chase r411854 on DragonFly after r412296
Original commitRevision:412300 
Friday, 25 Mar 2016
23:30 jbeich search for other commits by this committer
gecko: fix an unlikely race with environ(7)

MFH:		2016Q1
Original commitRevision:411909 
15:35 jbeich search for other commits by this committer
www/firefox: build with Rust sources

Only MP4 metadata parser have landed converted so far. Upstream enabled it
in their binaries since 45.0 while preparing to *require* Rust downstream.

https://wiki.mozilla.org/Oxidation
https://www.mail-archive.com/dev-platform%40lists.mozilla.org/msg17614.html
Original commitRevision:411854 
Tuesday, 22 Mar 2016
20:20 jbeich search for other commits by this committer
www/firefox: fix missing Hello icon since 45.0

PR:		208125
Submitted by:	Robert Helmer (via upstream bug)
MFH:		2016Q1
Original commitRevision:411674 
Friday, 18 Mar 2016
08:06 jbeich search for other commits by this committer
www/firefox{,-esr}: update to 45.0.1/38.7.1

Changes:	https://www.mozilla.org/firefox/45.0.1/releasenotes/
Changes:	https://www.mozilla.org/firefox/38.7.1/releasenotes/
MFH:		2015Q1 (graphite2 security?)
Original commitRevision:411332 
Thursday, 10 Mar 2016
15:38 jbeich search for other commits by this committer
gecko: enable DTRACE probes by default
Original commitRevision:410761 
10:45 jbeich search for other commits by this committer
gecko: build as position-independent executable
Original commitRevision:410748 
Monday, 7 Mar 2016
08:25 jbeich search for other commits by this committer
www/firefox: switch to GTK3 by default
Original commitRevision:410508 
Saturday, 5 Mar 2016
15:45 jbeich search for other commits by this committer
www/firefox: better follow bundled graphite2 after r410185

Cosmetic change, no PORTREVISION bump is necessary.

PR:		207686
MFH:		2016Q1
X-MFH-With:	r410176
Original commitRevision:410186 
12:47 jbeich search for other commits by this committer
www/firefox{,-esr}: update to 45.0 (rc2) / 38.7.0

Prepare www/firefox a bit for ESR45:
- [e10s] Make layers.progressive-paint;true work at least on 11.0-CURRENT
- Chase bundled versions for system dependencies
- Drop unused/broken system opus and speex support

Changes:	https://www.mozilla.org/firefox/45.0/releasenotes/
Changes:	https://www.mozilla.org/firefox/38.7.0/releasenotes/
Security:	2225c5b4-1e5a-44fc-9920-b3201c384a15
MFH:		2016Q1 (release candidate)
Original commitRevision:410176 
Wednesday, 2 Mar 2016
22:49 jbeich search for other commits by this committer
gecko: unify unchanging options into bsd.gecko.mk

PR:		205741 (alternative)
Original commitRevision:409979 
Monday, 15 Feb 2016
15:22 miwi search for other commits by this committer
- Update to 44.0.2

PR:		207207
Submitted by:	Christoph Moench-Tegeder
Relnotes:	2016Q1
Security:	172b22cb-d3f6-11e5-ac9e-485d605f4717
Original commitRevision:408937 
Tuesday, 9 Feb 2016
00:08 jbeich search for other commits by this committer
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
Original commitRevision:408518 
Monday, 1 Feb 2016
11:29 jbeich search for other commits by this committer
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
Original commitRevision:407707 
Friday, 8 Jan 2016
04:17 jbeich search for other commits by this committer
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)
Original commitRevision:405511 
00:46 jbeich search for other commits by this committer
www/firefox: update to 43.0.4

Changes:	https://www.mozilla.org/firefox/43.0.4/releasenotes/
PR:		205984
MFH:		2016Q1
Original commitRevision:405495 
Tuesday, 29 Dec 2015
07:53 jbeich search for other commits by this committer
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)
Original commitRevision:404717 
Monday, 28 Dec 2015
18:19 jbeich search for other commits by this committer
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
Original commitRevision:404690 
18:18 jbeich search for other commits by this committer
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
Original commitRevision:404688 
18:17 jbeich search for other commits by this committer
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.
Original commitRevision:404687 
Saturday, 19 Dec 2015
10:50 jbeich search for other commits by this committer
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
Original commitRevision:404012 
10:49 jbeich search for other commits by this committer
www/firefox: drop no longer necessary sparc64 patches

PR:		205357
Tested by:	martin@NetBSD via upstream bug
Original commitRevision:404011 
10:49 jbeich search for other commits by this committer
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
Original commitRevision:404010 
Wednesday, 16 Dec 2015
09:39 jbeich search for other commits by this committer
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
Original commitRevision:403855 
09:37 jbeich search for other commits by this committer
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.

https://github.com/android/platform_bionic/commit/f2cea021ab2c6d7d7feeb40cca098aa132605876
https://github.com/bitrig/bitrig/commit/1abd6adb31462edf8f2875e3d03ba8cd2af713df
https://github.com/jsonn/src/commit/d782c95120fdb70f3b8d74e5a183bfb0f98fc770
https://github.com/freebsd/freebsd/commit/dd1ce6fd6c2c0f0c70f3c78a4959185bb93eb1c3
https://github.com/unofficial-opensource-apple/Libc/tree/569b0a5190c89f8729c22e09fb15f6252feadcfc/include/stdio.h
Original commitRevision:403852 
Saturday, 28 Nov 2015
14:12 jbeich search for other commits by this committer
gecko: add missing PORTEPOCH to required libvorbis version

Reported by:	Takeshi Hashimoto
Original commitRevision:402531 
Friday, 20 Nov 2015
00:38 jbeich search for other commits by this committer
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
Original commitRevision:401981 
Saturday, 14 Nov 2015
19:34 jbeich search for other commits by this committer
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)
Original commitRevision:401587 
Saturday, 17 Oct 2015
12:26 swills search for other commits by this committer
www/firefox: update to 41.0.2

PR:		203807
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
Security:	79c68ef7-c8ae-4ade-91b4-4b8221b7c72a
Original commitRevision:399530 
Saturday, 10 Oct 2015
17:29 swills search for other commits by this committer
www/firefox: update to 41.0.1
Original commitRevision:399009 
Tuesday, 6 Oct 2015
20:02 swills search for other commits by this committer
www/firefox: update to 41.0

PR:		203384
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
MFH:		2014Q4
Security:	2d56c7f4-b354-428f-8f48-38150c607a05
Original commitRevision:398716 
Friday, 28 Aug 2015
13:05 jbeich search for other commits by this committer
www/firefox{,-esr}: update to 40.0.3/38.2.1

MFH:		2015Q3
Security:	237a201c-888b-487f-84d3-7d92266381d6
Original commitRevision:395470 
Thursday, 20 Aug 2015
13:16 jbeich search for other commits by this committer
gecko: use system jemalloc on 11.0-CURRENT again

Requested by:	mi
Original commitRevision:394871 
Friday, 14 Aug 2015
16:39 jbeich search for other commits by this committer
Back out r394012 after r394231

PR:		202270
Exp-run by:	antoine
MFH:		2015Q3
X-MFH-With:	r394231
Original commitRevision:394233 
Wednesday, 12 Aug 2015
09:20 jbeich search for other commits by this committer
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
Original commitRevision:394012 
Tuesday, 11 Aug 2015
23:20 jbeich search for other commits by this committer
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
Original commitRevision:393984 
13:22 jbeich search for other commits by this committer
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
Original commitRevision:393941 
Monday, 10 Aug 2015
17:12 jbeich search for other commits by this committer
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
Original commitRevision:393879 
Sunday, 9 Aug 2015
16:31 jbeich search for other commits by this committer
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
Original commitRevision:393805 
16:30 jbeich search for other commits by this committer
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
Original commitRevision:393804 
16:25 jbeich search for other commits by this committer
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
Original commitRevision:393803 
Friday, 7 Aug 2015
12:02 jbeich search for other commits by this committer
- 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
Original commitRevision:393690 
Thursday, 23 Jul 2015
23:18 jbeich search for other commits by this committer
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
Original commitRevision:392759 
Thursday, 16 Jul 2015
06:06 jbeich search for other commits by this committer
- 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
Original commitRevision:392273 
Saturday, 13 Jun 2015
11:08 jbeich search for other commits by this committer
- Update Firefox to 38.0.6

Changes:	https://www.mozilla.org/firefox/38.0.6/releasenotes/
MFH:		2015Q2
X-MFH-With:	r388230
Original commitRevision:389344 
Tuesday, 9 Jun 2015
14:25 jbeich search for other commits by this committer
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)
Original commitRevision:388940 
14:24 jbeich search for other commits by this committer
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
Original commitRevision:388939 
Monday, 1 Jun 2015
14:21 jbeich search for other commits by this committer
- 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
Original commitRevision:388230 
Friday, 15 May 2015
03:46 jbeich search for other commits by this committer
- Update Firefox to 38.0.1

Changes:	https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/
MFH:		2015Q2
X-MFH-With:	r386162
Original commitRevision:386378 
Tuesday, 12 May 2015
18:06 jbeich search for other commits by this committer
- 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
Original commitRevision:386162 
Thursday, 23 Apr 2015
21:26 bapt search for other commits by this committer
Update icu to 55.1
Original commitRevision:384614 
Tuesday, 21 Apr 2015
03:44 jbeich search for other commits by this committer
- Update to Firefox 37.0.2

Changes:	https://www.mozilla.org/firefox/37.0.2/releasenotes/
MFH:		2015Q2
Security:	https://vuxml.freebsd.org/freebsd/738fc80d-5f13-4ccb-aa9a-7965699e5a10.html
Original commitRevision:384403 
Saturday, 4 Apr 2015
00:44 jbeich search for other commits by this committer
- Update to Firefox 37.0.1

Changes:	https://www.mozilla.org/firefox/37.0.1/releasenotes/
MFH:		2015Q2
X-MFH-With:	r382860
Security:	https://vuxml.freebsd.org/freebsd/b8321d76-24e7-4b72-a01d-d12c4445d826.html
Original commitRevision:383186 
Tuesday, 31 Mar 2015
22:15 jbeich search for other commits by this committer
Bump required system NSPR version

MFH:		2015Q1
X-MFH-With:	r378253
Original commitRevision:382881 
19:10 jbeich search for other commits by this committer
- Update gmp-api to 38.0
- Update Firefox to 37.0
- Update Firefox ESR and libxul to 31.6.0
- Update Thunderbird to 31.6.0
- Backport a few GTK3 fixes to Firefox 37

MFH:		2015Q1
Security:	https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html
Original commitRevision:382860 
Sunday, 22 Mar 2015
08:00 jbeich search for other commits by this committer
- Update OpenH264 to 1.4.0
- Update NSS and ca_root_nss to 3.18
- Update Firefox to 36.0.4
- Update Firefox ESR and libxul to 31.5.3
- Update SeaMonkey to 2.33.1
- Update Enigmail to 1.8

Changes:	https://github.com/cisco/openh264/releases/tag/v1.4.0
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes
Changes:	https://www.mozilla.org/firefox/36.0.4/releasenotes/
Changes:	https://www.mozilla.org/firefox/31.5.3/releasenotes/
Changes:	http://www.seamonkey-project.org/releases/seamonkey2.33/
Changes:	https://www.enigmail.net/download/changelog.php#enig1.8
MFH:		2015Q1
X-MFH-With:	r380090
Security:	https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
Original commitRevision:381889 
Sunday, 8 Mar 2015
18:10 jbeich search for other commits by this committer
- Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]
- Bump version requirements for harfbuzz and libvorbis

PR:		198142 [1]
See also:	https://dxr.mozilla.org/comm-central/search?q=nsISound [1]
Original commitRevision:380782 
Thursday, 5 Mar 2015
18:49 jbeich search for other commits by this committer
- Update Firefox to 36.0.1

Changes:	https://www.mozilla.org/firefox/36.0.1/releasenotes/
MFH:		2015Q1
X-MFH-With:	r380090
Original commitRevision:380547 
Friday, 27 Feb 2015
14:42 jbeich search for other commits by this committer
- Update Firefox to 36.0
- Update Firefox ESR to 31.5.0
- Update Thunderbird to 31.5.0
- Update libxul to 31.5.0
- Check if NS_NewNativeLocalFile() succeeds before using [1]
- Remove DTRACE and GIO descriptions after r377838 and r314893
- bsd.gecko.mk: Prune conditionals for files removed 4 months ago

Changes:	https://www.mozilla.org/firefox/36.0/releasenotes/
Obtained from:	PkgSrc [1]
MFH:		2015Q1
X-MFH-With:	r377953, r378253, r379485, r378529
Security:	https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html
Original commitRevision:380090 
Friday, 6 Feb 2015
12:08 jbeich search for other commits by this committer
Fix crashes with ALSA e.g., when disabling BUFSZ_P2 in alsa-plugins

PR:		196051
Differential Revision:	https://reviews.freebsd.org/D1788
Submitted by:	mi
Approved by:	bapt (mentor)
Original commitRevision:378529 
Sunday, 1 Feb 2015
16:46 jbeich search for other commits by this committer
- Update NSPR to 4.10.8
- Update NSS to 3.17.2
- Update Firefox to 35.0.1

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-8-Release-td332365.html
Changes:	https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.17.4_release_notes
Changes:	https://www.mozilla.org/en-US/firefox/35.0.1/releasenotes/
Differential Revision:	https://reviews.freebsd.org/D1736
Approved by:	bapt (mentor)
Original commitRevision:378253 
Wednesday, 21 Jan 2015
13:36 jbeich search for other commits by this committer
Bump PORTREVISION after r377564.

PR:		196802
Requested by:	dumbbell, tijl
Differential Revision:	https://reviews.freebsd.org/D1574
Approved by:	bapt (mentor)
MFH:		2015Q1
Original commitRevision:377605 
Wednesday, 14 Jan 2015
08:06 beat search for other commits by this committer
- Update openh264 to 1.3.1
- Update Thunderbird to 31.4.0
- Update Firefox to 35.0
- Update Firefox ESR to 31.4.0
- Update libxul to 31.4.0

Submitted by:	Jan Beich
MFH:		2015Q1
Security:	http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html
Original commitRevision:376999 
Thursday, 25 Dec 2014
20:55 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375599 
Wednesday, 3 Dec 2014
14:55 beat search for other commits by this committer
- Update Thunderbird to 31.3.0
- Update gmp-api to 35.0
- Update openh264 to 1.2
- Update NSS to 3.17.3
- Update Firefox to 34.0.5
- Update Firefox ESR 31.3.0
- Update libxul to 31.3.0
- Improve CONFIGURE_TARGET handling
- Always build using client.mk
- Switch to clang by default on systems without libc++
  (/stable/8 and /stable/9)
- Drop lang/python2 dependency, only lang/python27 is required
  to build
- Use DuckDuckGo searchplugin from upstream (has suggestions
  and purposes)
- Backport a few about:memory fixes
- Backport Web Notifications libnotify integration
- Add GTK3 option for www/firefox. Adwaita is a bit broken
  since Gtk 3.14, see:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1073117

PR:		195559
Submitted by:	Jan Beich
MFH:		2014Q4
Security:	http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html
Original commitRevision:373830 
Wednesday, 15 Oct 2014
15:48 beat search for other commits by this committer
- Update Firefox to 33.0
- Update Firefox ESR to 31.2.0
- Update NSS to 3.17.2
- Update Thunderbird to 31.2.0
- Update libxul to 31.2.0 (and mark as BROKEN)
- Disable SSL 3.0 with pref (Upstream bug 1076983)
- (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in
  order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems
- Add OSS audio fallback for HTML5 audio from upstream bug;
  not exposed yet because WebRTC still needs ALSA or PulseAudio
- Kill @dirrm from gecko@ ports per CHANGES from 20140922
- Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix
- Improve workaround comment for LLVM PR 15840, partially rejecting
  r348851 by marino@ until bug 193555

PR:		194356
Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html
Original commitRevision:370932 
Wednesday, 1 Oct 2014
15:07 tijl search for other commits by this committer
Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
Original commitRevision:369730 
Thursday, 25 Sep 2014
11:08 beat search for other commits by this committer
- Update ca_root_nss to 3.17.1
- Update thunderbird to 31.1.2
- Update seamonkey to 2.29.1
- Update firefox to 32.0.3
- Update firefox-esr to 31.1.1
- Update libxul to 24.8.1

Submitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html
Original commitRevision:369237 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 9 Sep 2014
15:11 bapt search for other commits by this committer
Add missing patches for firefox 32.0

Submitted by:	Jan Beich
Original commitRevision:367740 
08:35 bapt search for other commits by this committer
Really update to firefox 32.0 release
Original commitRevision:367715 
06:16 bapt search for other commits by this committer
Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29

Submitted by:	Jan Beich for gecko@
Original commitRevision:367712 
Monday, 4 Aug 2014
09:11 bapt search for other commits by this committer
Update mozilla ports:
- firefox 31.0
- firefox-esr 24.7.0
- libxul 24.7.0
- seamonkey 2.26.1
- thunderbird 31.0

Among changes:
- add workaround for crash with openldap on thunderbird and seamonkey [1]
- add crashfix for architectures with strict alignmentment
- backport crashfix with system sqlite/nss on firefox-esr and thunderbird
- restore hooking jemalloc in sqlite on freebsd 10+
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
- require recent gstreamer1-libav i386 crashfix
- add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc)

PR:		165263 [1]
PR:		184630 [2]
Submitted by:	Jan Beich
Original commitRevision:363978 
Thursday, 24 Jul 2014
13:32 bapt search for other commits by this committer
Only use libevent2

Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
Original commitRevision:362796 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Wednesday, 11 Jun 2014
03:42 beat search for other commits by this committer
- Update Firefox to 30.0
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
  INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]

PR:		ports/189991 [1]
PR:		ports/189217 [2]
PR:		ports/189488 [2]
Submitted by:	bapt [3]
Sumbitted by:	Jan Beich
Security:	http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
Original commitRevision:357413 
Thursday, 29 May 2014
15:58 antoine search for other commits by this committer
Don't hide that those 3 ports are not staged

With hat:	portmgr
Original commitRevision:355713 

Number of commits found: 1056 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »