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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/firefox/Makefile

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

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

Thursday, 26 Oct 2017
07:48 jbeich search for other commits by this committer
www/firefox: unbreak JS debugger

console.error:
  Message: TypeError: KEYS[os] is undefined
  Stack:
    getKeyForOS@resource://gre/modules/commonjs/toolkit/loader.js ->
resource://devtools/client/debugger/new/debugger.js:29496:4
getKey@resource://gre/modules/commonjs/toolkit/loader.js ->
resource://devtools/client/debugger/new/debugger.js:29492:11
formatKey@resource://gre/modules/commonjs/toolkit/loader.js ->
resource://devtools/client/debugger/new/debugger.js:29500:14
renderPauseButton@resource://gre/modules/commonjs/toolkit/loader.js ->
resource://devtools/client/debugger/new/debugger.js:29575:94
render@resource://gre/modules/commonjs/toolkit/loader.js ->
resource://devtools/client/debugger/new/debugger.js:29603:58
[...]

PR:		223257
Reported by:	rodrigo
MFH:		2017Q4
Original commitRevision:452907 
00:59 jbeich search for other commits by this committer
www/firefox: better support ffmpeg 3.4 for media.ffvpx.enabled=false

Obtained from:	upstream (Firefox 58)
Original commitRevision:452899 
Wednesday, 25 Oct 2017
09:53 jbeich search for other commits by this committer
www/firefox: backport privacy.resistFingerprinting fix for User-Agent

If users are going to "pkg lock" due to addons better pretend to be an
ESR on the off chance JS malware is stupid enough to only check
User-Agent to filter out non-vulnerable Firefox versions.

Obtained from:	upstream (Firefox 57)
MFH:		2017Q4
Original commitRevision:452837 
06:15 jbeich search for other commits by this committer
www/firefox: update to 56.0.2

Changes:	https://www.mozilla.org/firefox/56.0.2/releasenotes/
MFH:		2017Q4
Original commitRevision:452832 
Monday, 23 Oct 2017
22:58 jbeich search for other commits by this committer
lang/rust: unbreak FFI for returning struct on i386

As this fixes Stylo on i386, remove the workaround in www/firefox.

PR:		223047
Suggested by:	Sebastien Marie <semarie@openbsd.org>
Approved by:	rust (dumbbell)
MFH:		2017Q4 (required by Firefox 57 scheduled on 2017-11-14)
Original commitRevision:452748 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
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
Original commitRevision:452570 
Friday, 20 Oct 2017
05:27 jbeich search for other commits by this committer
www/firefox: unbreak with Rust >= 1.21

error: doc comment not used by rustdoc
   --> servo/components/style/values/specified/image.rs:689:17
    |
689 |                 /// `to` keyword is mandatory in modern syntax.
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
note: lint level defined here
   --> servo/components/style/lib.rs:26:9
    |
26  | #![deny(warnings)]
    |         ^^^^^^^^
    = note: #[deny(unused_doc_comment)] implied by #[deny(warnings)]

error: doc comment not used by rustdoc
   --> servo/components/style/values/specified/image.rs:695:17
    |
695 |                 /// There is no `to` keyword in webkit prefixed syntax. If
it's consumed,
    |                
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: doc comment not used by rustdoc
    -->
obj-x86_64-unknown-freebsd10.3/toolkit/library/x86_64-unknown-freebsd/release/build/style-65761c79245bf99f/out/gecko_properties.rs:9131:9
     |
9131 |         /// XXXManishearth this should also handle text zoom
     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0106]: missing lifetime specifier
   -->
obj-x86_64-unknown-freebsd10.3/toolkit/library/x86_64-unknown-freebsd/release/build/style-65761c79245bf99f/out/gecko/bindings.rs:569:9
    |
569 |      -> RawGeckoNodeBorrowedOrNull;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
    |
    = help: this function's return type contains a borrowed value with an elided
lifetime, but the lifetime cannot be derived from the arguments
    = help: consider giving it an explicit bounded or 'static lifetime

error[E0106]: missing lifetime specifier
   -->
obj-x86_64-unknown-freebsd10.3/toolkit/library/x86_64-unknown-freebsd/release/build/style-65761c79245bf99f/out/gecko/bindings.rs:841:9
    |
841 |      -> RawServoAnimationValueBorrowedOrNull;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
    |
    = help: this function's return type contains a borrowed value with an elided
lifetime, but the lifetime cannot be derived from the arguments
    = help: consider giving it an explicit bounded or 'static lifetime

error: aborting due to 5 previous errors
error: Could not compile `style`.

Obtained from:	upstream (Firefox 57)
Ping:		@dumbbell @riggs- (unblocks lang/rust update)
Original commitRevision:452499 
Thursday, 19 Oct 2017
03:39 jbeich search for other commits by this committer
www/firefox: trim package by ~50 Mb

DTRACE=on and PROFILE=on builds only want non-debug symbols.

MFH:		2017Q4
Original commitRevision:452393 
Wednesday, 4 Oct 2017
09:19 jbeich search for other commits by this committer
www/firefox: update to 56.0.1 (nop)

Changes:	https://hg.mozilla.org/releases/mozilla-release/rev/3e4ce49f3214
MFH:		2017Q4 (just in case)
Original commitRevision:451192 
Monday, 2 Oct 2017
05:52 jbeich search for other commits by this committer
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
Original commitRevision:451066 
Wednesday, 27 Sep 2017
04:12 jbeich search for other commits by this committer
www/firefox: update to 56.0 (rust required)

This is slightly early but due to recent PORTREVISION bump there's no
point doing QA for 55.0.* anymore.

Changes:	https://www.mozilla.org/firefox/56.0/releasenotes/
PR:		221335
Security:	1098a15b-b0f6-42b7-b5c7-8a8646e8be07
MFH:		2017Q3 not possible: requires r447450 and r450556
Original commitRevision:450707 
04:12 jbeich search for other commits by this committer
gecko: add JACK option (enabled by default)

PR:		221464
Original commitRevision:450705 
Monday, 25 Sep 2017
00:02 jbeich search for other commits by this committer
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Original commitRevision:450556 
Friday, 15 Sep 2017
18:01 dumbbell search for other commits by this committer
lang/rust: Install Cargo + use bundled crates

This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.

To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.

As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.

The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.

This has several other benefits:
    * It fixes the build with sudo(8).
    * It fixes the use of the ino-64 patch (it was not applied to the
      registry, thus not used).

Compilation errors were fixed in the ino-64 patch.

Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:

    error: the listed checksum of
`.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has
changed:
    expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
    actual:   561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba

PR:		221088
Reported by:	joneum@, nwhitehorn@, romain@,
		Ekaterina Vaartis <vaartis@cock.li>,
		david@catwhisker.org,
		fullermd@over-yonder.net,
		rum1cro@yandex.ru,
		w.schwarzenfeld@utanet.at
Differential Revision:	https://reviews.freebsd.org/D11783
Original commitRevision:449914 
Thursday, 24 Aug 2017
22:26 jbeich search for other commits by this committer
www/firefox: update to 55.0.3

Changes:	https://www.mozilla.org/firefox/55.0.3/releasenotes/
MFH:		2017Q3
Original commitRevision:448707 
Friday, 18 Aug 2017
21:39 jbeich search for other commits by this committer
gecko: stop calling home to check for updates after r436423

Upstream seems to define "default" as Nightly (custom build), not safe
to update automatically. Once we switched to proper channels updater
kicked in, except Mozilla never built binaries for FreeBSD. Not to
mention, vendor updates conflict with system package manager.

PR:		221541
MFH:		2017Q3
Original commitRevision:448278 
Wednesday, 16 Aug 2017
09:23 jbeich search for other commits by this committer
www/firefox: update to 55.0.2

Changes:	https://www.mozilla.org/firefox/55.0.2/releasenotes/
MFH:		2017Q3
Original commitRevision:448030 
Thursday, 10 Aug 2017
00:38 jbeich search for other commits by this committer
www/firefox: update to 55.0.1

Changes:	https://www.mozilla.org/firefox/55.0.1/releasenotes/
MFH:		2017Q3
Original commitRevision:447660 
Monday, 7 Aug 2017
18:22 jbeich search for other commits by this committer
www/firefox: update to 55.0

This is the last release to support RUST=off. Later versions
remove non-Rust codepaths e.g., via encoding_rs.

Changes:	https://www.mozilla.org/firefox/55.0/releasenotes/
PR:		216541 219963
Security:	555b244e-6b20-4546-851f-d8eb7d6c1ffa
MFH:		2017Q3
Original commitRevision:447501 
Thursday, 29 Jun 2017
15:43 jbeich search for other commits by this committer
www/firefox: unbreak aarch64 after r444090

error[E0412]: cannot find type `c_long` in this scope
   --> third_party/rust/libc/src/lib.rs:192:45
    |
192 |     pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) ->
c_int;
    |                                             ^^^^^^ not found in this scope
    |
    = help: possible candidate is found in another module, you can import it
into scope:
              `use core::os::raw::c_long;`

Reported by:	pkg-fallout
Original commitRevision:444651 
Wednesday, 28 Jun 2017
22:31 jbeich search for other commits by this committer
www/firefox: update to 54.0.1

Changes:	https://www.mozilla.org/firefox/54.0.1/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
MFH:		2017Q2
Original commitRevision:444605 
Thursday, 22 Jun 2017
01:19 jbeich search for other commits by this committer
www/firefox: enable RUST on aarch64 after r443777 and r443780

PR:		216143
Original commitRevision:444090 
Tuesday, 13 Jun 2017
19:55 jbeich search for other commits by this committer
www/firefox: update to 54.0

Changes:	https://www.mozilla.org/firefox/54.0/releasenotes/
PR:		218912
Security:	6cec1b0a-da15-467d-8691-1dea392d4c8d
MFH:		2017Q2 (requires r439925)
Original commitRevision:443536 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 20 May 2017
02:43 jbeich search for other commits by this committer
www/firefox: update to 53.0.3

Changes:	https://www.mozilla.org/firefox/53.0.3/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/FIREFOX_53_0_3_RELEASE
MFH:		2017Q2
Original commitRevision:441284 
Saturday, 6 May 2017
02:30 jbeich search for other commits by this committer
www/firefox: update to 53.0.2

Changes:	https://www.mozilla.org/firefox/53.0.2/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/FIREFOX_53_0_2_RELEASE
MFH:		2017Q2 (maybe security, see commits for restricted bugs)
Original commitRevision:440211 
Tuesday, 2 May 2017
23:53 jbeich search for other commits by this committer
www/firefox: use X29 as frame pointer like aarch64 kernel does
Original commitRevision:439993 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Friday, 14 Apr 2017
15:19 jbeich search for other commits by this committer
www/firefox: update to 53.0 (rc6)

Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog
MFH:		2017Q2
Original commitRevision:438521 
Thursday, 13 Apr 2017
05:50 jbeich search for other commits by this committer
www/firefox: update to 53.0 (rc5)

Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog
MFH:		2017Q2
Original commitRevision:438428 
Tuesday, 11 Apr 2017
21:39 jbeich search for other commits by this committer
www/firefox: drop broken GTK2 option following upstream

https://www.mail-archive.com/dev-platform@lists.mozilla.org/msg20523.html

PR:		218569
Reported by:	Walter Schwarzenfeld, Jakub Lach <jakub_lach@mailplus.pl>
Submitted by:	rezny (based on)
MFH:		2017Q2 (r436907 followup)
Original commitRevision:438318 
18:49 jbeich search for other commits by this committer
www/firefox: chase build-dep versions in 53.0
Original commitRevision:438304 
14:17 jbeich search for other commits by this committer
www/firefox: update to 53.0 (rc3)

More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-04-19. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.

Changes:	https://www.mozilla.org/firefox/53.0/releasenotes/
Security:	5e0a038a-ca30-416d-a2f5-38cbf5e7df33
MFH:		2017Q2 (piling up)
Original commitRevision:438264 
Saturday, 25 Mar 2017
16:51 jbeich search for other commits by this committer
www/firefox: update to 52.0.1 (rc1)

Changes:	https://www.mozilla.org/firefox/52.0.2/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
MFH:		2017Q1
Original commitRevision:436907 
Saturday, 18 Mar 2017
17:08 jbeich search for other commits by this committer
gecko: define same update channel as official builds

Some addons rely on app.update.channel pref to enable features. One of
those is e10srollout which controls Multiprocess Windows by default.
Original commitRevision:436423 
Friday, 17 Mar 2017
17:57 jbeich search for other commits by this committer
www/firefox: update to 52.0.1 (rc2)

Changes:	https://www.mozilla.org/firefox/52.0.1/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
MFH:		2017Q1
Original commitRevision:436347 
Friday, 3 Mar 2017
23:44 jbeich search for other commits by this committer
www/firefox: attempt to unbreak wifi geo and safebrowsing since 51.0

MFH:		2017Q1 (requires r434999 to avoid patch conflict)
Original commitRevision:435374 
19:38 jbeich search for other commits by this committer
gecko: attempt to drop RPATH for libxul.so dependencies
Original commitRevision:435362 
06:43 jbeich search for other commits by this committer
www/firefox: update to 52.0 (rc2)

Changes:	https://www.mozilla.org/firefox/52.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
MFH:		2017Q1 (piling up)
Original commitRevision:435317 
Tuesday, 28 Feb 2017
04:32 jbeich search for other commits by this committer
www/firefox: update to 52.0 (rc1)

More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-03-07. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.

Changes:	https://www.mozilla.org/firefox/52.0/releasenotes/
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
MFH:		2017Q1 (piling up, requires r431637 + r434531)
Original commitRevision:434999 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Original commitRevision:433286 
Friday, 27 Jan 2017
23:47 jbeich search for other commits by this committer
www/firefox: update to 51.0.1

Changes:	https://www.mozilla.org/firefox/51.0.1/releasenotes/
MFH:		2017Q1
Original commitRevision:432605 
Tuesday, 24 Jan 2017
16:09 jbeich search for other commits by this committer
www/firefox: chase required versions after r431737
Original commitRevision:432352 
Monday, 23 Jan 2017
22:05 jbeich search for other commits by this committer
www/firefox: re-enable RUST on i386 after r432111

PR:		216143
Original commitRevision:432294 
Thursday, 19 Jan 2017
11:43 jbeich search for other commits by this committer
www/firefox: update to 51.0 (rc2)

Changes:	https://www.mozilla.org/firefox/51.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2017-01-17&enddate=2017-01-19
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
MFH:		2017Q1 (piling up)
Original commitRevision:431858 
Tuesday, 17 Jan 2017
12:44 jbeich search for other commits by this committer
www/firefox: update to 51.0 (rc1)

More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2017-01-24. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.

Changes:	https://www.mozilla.org/firefox/51.0/releasenotes/
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
MFH:		2017Q1 (piling up)
Original commitRevision:431737 
12:44 jbeich search for other commits by this committer
www/firefox: disable system soundtouch due to broken resampling

PR:		215879
Reported by:	Sergey <kpect@protonmail.com>
Submitted by:	Tobias Kortkamp <t@tobik.me> (based on)
MFH:		2017Q1
Original commitRevision:431735 
Saturday, 7 Jan 2017
14:43 jbeich search for other commits by this committer
textproc/hunspell: update to 1.6.0

- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
  GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR:		215714
Submitted by:	sunpoet (based on)
Exp-run by:	antoine
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D8887
Original commitRevision:430796 
Tuesday, 3 Jan 2017
19:10 sunpoet search for other commits by this committer
Remove OPTIONS_EXCLUDE_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430513 
Sunday, 1 Jan 2017
15:50 jbeich search for other commits by this committer
gecko: temporarily hide DTRACE option on aarch64

PR:		214556
Original commitRevision:430259 
Wednesday, 14 Dec 2016
15:39 jbeich search for other commits by this committer
gecko: improve NSS 3.28 compatibility

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

MFH:		2016Q4
Original commitRevision:428566 
Monday, 12 Dec 2016
05:53 jbeich search for other commits by this committer
gecko: apply some sparc64 crashfixes

Obtained from:	upstream
MFH:		2016Q4
Original commitRevision:428395 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Friday, 9 Dec 2016
23:23 jbeich search for other commits by this committer
www/firefox: update to 50.1.0 (rc2)

https://hg.mozilla.org/releases/mozilla-release/rev/8612c3320053 is new since
rc1

Changes:	https://www.mozilla.org/firefox/50.1.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog
MFH:		2016Q4 (r428102 bandwagon)
Security:	512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
Original commitRevision:428261 
Thursday, 8 Dec 2016
06:06 jbeich search for other commits by this committer
www/firefox: update to 50.1.0 (rc1)

Changes:	https://www.mozilla.org/firefox/50.1.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog
MFH:		2016Q4
Security:	512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
Original commitRevision:428102 
Saturday, 3 Dec 2016
22:24 jbeich search for other commits by this committer
textproc/hunspell: update to 1.5.4

Changes:	https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR:		214837
Exp-run by:	antoine (for 1.5.3)
Approved by:	office (bapt)
Original commitRevision:427743 
Thursday, 1 Dec 2016
14:24 cmt search for other commits by this committer
update firefox 50.0.2, libxul and thunderbird 45.5.1

PR:		214978
Approved by:	jbeich (maintainer), rene (mentor, implicit)
MFH:		2016Q4
Security:	18f39fb6-7400-4063-acaf-0806e92c094f
Original commitRevision:427504 
Tuesday, 29 Nov 2016
17:54 jbeich search for other commits by this committer
www/firefox: unbreak TEST=on build
Original commitRevision:427388 
Monday, 28 Nov 2016
09:16 jbeich search for other commits by this committer
gecko: fix Hunspell ABI mismatch

PR:		214849
MFH:		2016Q4
Original commitRevision:427291 
Friday, 25 Nov 2016
16:26 jbeich search for other commits by this committer
www/firefox: update to 50.0.1

Changes:	https://www.mozilla.org/firefox/50.0.1/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog
MFH:		2016Q4
Original commitRevision:427118 
Thursday, 24 Nov 2016
15:06 jbeich search for other commits by this committer
www/firefox: simplify spelling RUST defaults
Original commitRevision:427024 
Sunday, 20 Nov 2016
01:23 jbeich search for other commits by this committer
www/firefox: handle more line break classes after r426525

PR:		214384 (for tracking)
Obtained from:	upstream + martin@NetBSD
Security:	cargo cult
Original commitRevision:426548 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
Wednesday, 16 Nov 2016
00:35 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426202 
Tuesday, 8 Nov 2016
12:35 jbeich search for other commits by this committer
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)
Original commitRevision:425733 
Sunday, 6 Nov 2016
08:13 jbeich search for other commits by this committer
www/firefox: update to 50.0 (rc2)

Changes:	https://www.mozilla.org/firefox/50.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2016-11-01&enddate=2016-11-06
Security:	d1853110-07f4-4645-895b-6fd462ad0589
MFH:		2016Q4 (piling up)
Original commitRevision:425470 
Wednesday, 2 Nov 2016
01:42 jbeich search for other commits by this committer
www/firefox: update to 50.0 (rc1)

More candidates are likely to come before the official announcement (aka
the rush hour) scheduled on 2016-11-15. This one intended to pick up upstream
security fixes earlier while looking for downstream regressions.

Changes:	https://www.mozilla.org/firefox/50.0/releasenotes/
Security:	d1853110-07f4-4645-895b-6fd462ad0589
MFH:		2016Q4 (piling up)
Original commitRevision:425099 
Friday, 21 Oct 2016
11:16 jbeich search for other commits by this committer
www/firefox: update to 49.0.2

Changes:	https://www.mozilla.org/firefox/49.0.2/releasenotes/
Security:	aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa
MFH:		2016Q4
Original commitRevision:424406 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
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 

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

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