non port: mail/thunderbird/Makefile |
Number of commits found: 708 (showing only 100 on this page) |
Tuesday, 30 Jan 2018
|
00:54 jbeich
www/firefox-esr: work around race on sqlite3 init
PR: 225364
Obtained from: upstream (Firefox 56)
MFH: 2018Q1 (r459458 follow up)
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 25 Jan 2018
|
21:20 jbeich
multimedia/libvpx: update 1.7.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
![Original commit message Original commit](/images/envelope10.gif) |
00:54 jbeich
mail/thunderbird: update to 52.6.0
Changes: https://www.mozilla.org/thunderbird/52.6.0/releasenotes/
Security: a891c5b4-3d7a-4de9-9c71-eef3fd698c77
MFH: 2018Q1
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 22 Dec 2017
|
23:54 jbeich
mail/thunderbird: update to 52.5.2
Changes: https://www.mozilla.org/thunderbird/52.5.2/releasenotes/
Security: https://hg.mozilla.org/releases/comm-esr52/rev/01f2c40a0ce9
Security: https://hg.mozilla.org/releases/comm-esr52/rev/6c35468148bb
Security: https://hg.mozilla.org/releases/comm-esr52/rev/67c559a7ffee
Security: https://hg.mozilla.org/releases/comm-esr52/rev/8bc93e746d82
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 3 Dec 2017
|
17:35 jbeich
gecko: unbreak with non-default python version after r455210
$ make
[...]
Installing py36-sqlite3-3.6.3_7...
===> firefox-57.0.1,1 depends on package: py27-sqlite3>0 - not found
*** Error code 1
PR: 224055
Submitted by: Peter Wullinger
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 23 Nov 2017
|
22:53 jbeich
gecko: simplify WRKSRC handling
Requested by: mat
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 22 Nov 2017
|
06:25 jbeich
mail/thunderbird: update to 52.5.0
Changes: https://www.mozilla.org/thunderbird/52.5.0/releasenotes/
Security: f78eac48-c3d1-4666-8de5-63ceea25a578
MFH: 2017Q4
![Original commit message Original commit](/images/envelope10.gif) |
06:25 jbeich
gecko: enable GCONF option by default
This is a build-only dependency used by default in upstream builds.
https://bugzilla.mozilla.org/show_bug.cgi?id=713827
https://bugzilla.mozilla.org/show_bug.cgi?id=1167201
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 9 Nov 2017
|
02:31 jbeich
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 3 Nov 2017
|
23:58 jbeich
gecko: speed up HTML5 video scaling on i386
MFH: 2017Q4
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 28 Oct 2017
|
23:47 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
15:42 jbeich
gecko: double-click on tab bar crashfix for some WMs
Obtained from: upstream (Firefox 58)
PR: 222693
Submitted by: tobik
MFH: 2017Q4
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 21 Oct 2017
|
06:50 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Thursday, 5 Oct 2017
|
08:19 jbeich
mail/thunderbird: switch 52.4.0 to rc3 (nop)
Changes: https://hg.mozilla.org/releases/mozilla-esr52/rev/0ca7b35e57a8
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 4 Oct 2017
|
09:19 jbeich
mail/thunderbird: switch 52.4.0 to rc2 (nop)
Changes: https://hg.mozilla.org/releases/mozilla-esr52/rev/4926d82489d8
MFH: 2017Q4 2017Q3 (r451107 bandwagon)
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 3 Oct 2017
|
02:31 jbeich
mail/thunderbird: update to 52.4.0
Changes: https://www.mozilla.org/thunderbird/52.4.0/releasenotes/
Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07
MFH: 2017Q4 2017Q3
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 2 Oct 2017
|
05:52 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Wednesday, 27 Sep 2017
|
04:12 jbeich
gecko: add JACK option (enabled by default)
PR: 221464
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 25 Sep 2017
|
00:02 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Friday, 18 Aug 2017
|
21:39 jbeich
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 commit message Original commit](/images/envelope10.gif) |
12:28 jbeich
mail/thunderbird: update to 52.3.0
Changes: https://www.mozilla.org/thunderbird/52.3.0/releasenotes/
Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa
MFH: 2017Q3
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 24 Jun 2017
|
11:07 cmt
mail/thunderbird: update to 52.2.1
https://www.mozilla.org/en-US/thunderbird/52.2.1/releasenotes/
PR: 220248
Approved by: maintainer (jbeich)
MFH: 2017Q2
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 13 Jun 2017
|
19:55 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 23 May 2017
|
05:03 rezny
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 commit message Original commit](/images/envelope10.gif) |
Sunday, 21 May 2017
|
12:00 cmt
mail/thunderbird: update to 52.1.1
Release Notes:
https://www.mozilla.org/en-US/thunderbird/52.1.1/releasenotes/
PR: 219424
Approved by: jbeich (maintainer)
MFH: 2017Q2
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 1 May 2017
|
20:13 cmt
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
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 18 Apr 2017
|
07:52 cmt
mail/thunderbird: update to 52.0.1
https://www.mozilla.org/en-US/thunderbird/52.0.1/releasenotes/
PR: 218712
Approved by: jbeich (maintainer)
MFH: 2017Q2
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 22 Mar 2017
|
01:01 jbeich
mail/thunderbird: switch to build4 (no functional changes)
Changes: https://hg.mozilla.org/releases/comm-esr52/shortlog
![Original commit message Original commit](/images/envelope10.gif) |
00:27 jbeich
mail/thunderbird: update to 52.0
Changes: https://www.mozilla.org/thunderbird/52.0/releasenotes/
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 18 Mar 2017
|
17:08 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Wednesday, 8 Mar 2017
|
22:26 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 3 Mar 2017
|
19:38 jbeich
gecko: attempt to drop RPATH for libxul.so dependencies
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 2 Mar 2017
|
18:10 cmt
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
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 4 Feb 2017
|
07:56 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Friday, 13 Jan 2017
|
17:59 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 7 Jan 2017
|
14:43 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Tuesday, 3 Jan 2017
|
17:59 cmt
update thunderbird to 45.6.0
https://www.mozilla.org/en-US/thunderbird/45.6.0/releasenotes/
PR: 215733
Approved by: jbeich (maintainer), rene (mentor, implicit)
MFH: 2017Q1
Security: 512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 1 Jan 2017
|
15:50 jbeich
gecko: temporarily hide DTRACE option on aarch64
PR: 214556
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 16 Dec 2016
|
13:50 jbeich
Drop unused variable after r428672
![Original commit message Original commit](/images/envelope10.gif) |
13:18 jbeich
Oops, restore Lightning build after r428672
addons.mozilla.org version still cannot be used due to binary components
that aren't provided for any Tier3 platform.
![Original commit message Original commit](/images/envelope10.gif) |
10:57 jbeich
gecko: drop ENIGMAIL, LIGHTNING to simplify updates
ENIGMAIL can still return as www/xpi-enigmail but, alas, xpi-* ports and
their framework are mostly unmaintained.
PR: 209155 (for tracking)
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 14 Dec 2016
|
15:39 jbeich
gecko: improve NSS 3.28 compatibility
https://bugzilla.mozilla.org/show_bug.cgi?id=1323209
MFH: 2016Q4
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 12 Dec 2016
|
05:53 jbeich
gecko: apply some sparc64 crashfixes
Obtained from: upstream
MFH: 2016Q4
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 11 Dec 2016
|
15:22 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Saturday, 3 Dec 2016
|
22:24 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Thursday, 1 Dec 2016
|
14:24 cmt
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 commit message Original commit](/images/envelope10.gif) |
Monday, 28 Nov 2016
|
09:16 jbeich
gecko: fix Hunspell ABI mismatch
PR: 214849
MFH: 2016Q4
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 19 Nov 2016
|
18:21 jbeich
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 commit message Original commit](/images/envelope10.gif) |
17:00 cmt
Thunderbird 45.5.0
includes enigmail 1.9.6.1
PR: 214631
Approved by: jbeich (maintainer), rene (mentor, implicit)
MFH: 2016Q4
Security: d1853110-07f4-4645-895b-6fd462ad0589
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 16 Nov 2016
|
00:34 linimon
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 8 Nov 2016
|
12:35 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 9 Oct 2016
|
12:10 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Sunday, 2 Oct 2016
|
14:29 jbeich
gecko: cleanup obsolete conditionals
- Remove unused MOZILLA_VER checks
- Drop unused GSTREAMER and LOGGING options
- Drop unsupported USE_MOZILLA=opus (--with-system-opus)
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 1 Oct 2016
|
15:43 cmt
update thunderbird to 45.4.0
PR: 213141
Approved by: jbeich, rene (mentor)
MFH: 2016Q4
Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 30 Sep 2016
|
01:15 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Saturday, 24 Sep 2016
|
11:06 tijl
- 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 commit message Original commit](/images/envelope10.gif) |
Monday, 19 Sep 2016
|
21:58 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Sunday, 18 Sep 2016
|
18:38 jbeich
gecko: apply r421523 to the rest
Bump PORTREVISION to get a clear regression window.
PR: 212431
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 9 Sep 2016
|
10:57 cmt
update thunderbird to 45.3.0
PR: 212463
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q3
Security: aa1aefe3-6e37-47db-bfda-343ef4acb1b5
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 8 Sep 2016
|
06:48 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Thursday, 4 Aug 2016
|
04:57 marino
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 commit message Original commit](/images/envelope10.gif) |
Wednesday, 13 Jul 2016
|
16:24 jbeich
gecko: axe poorly maintained QT5 support
https://bugzilla.mozilla.org/show_bug.cgi?id=1282866
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 9 Jul 2016
|
13:21 cmt
update thunderbird to 45.2.0
PR: 210749
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q3
Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 6 Jul 2016
|
22:10 mat
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 commit message Original commit](/images/envelope10.gif) |
11:19 gahr
devel/icu: bump PORTREVISION on missing dependent ports
Reported by: rakuco
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 6 Jun 2016
|
20:17 cmt
Update thunderbird to 45.1.1, enigmail to 1.9.3
PR: 210061
Approved by: jbeich (maintainer)
Approved by: rene (mentor)
MFH: 2016Q2
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 6 May 2016
|
07:44 jbeich
mail/thunderbird: update to 45.1.0
- Update ENIGMAIL to 1.9.2 [1]
Changes: https://www.mozilla.org/thunderbird/45.1.0/releasenotes/
Changes: https://www.enigmail.net/index.php/en/download/changelog [1]
PR: 209155 [1]
Submitted by: mi [1]
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 1 May 2016
|
05:29 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Tuesday, 12 Apr 2016
|
19:18 jbeich
mail/thunderbird: update to 45.0 (rc1)
Changes: https://www.mozilla.org/thunderbird/45.0/releasenotes/
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
MFH: 2016Q2
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 31 Mar 2016
|
20:14 cmt
update thunderbird ports to 38.7.1
PR: 208384
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q1
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 25 Mar 2016
|
23:30 jbeich
gecko: fix an unlikely race with environ(7)
MFH: 2016Q1
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 12 Mar 2016
|
07:07 jbeich
mail/thunderbird: update to 38.7.0
Changes: https://www.mozilla.org/thunderbird/38.7.0/releasenotes/
Security: 2225c5b4-1e5a-44fc-9920-b3201c384a15
Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH: 2016Q1
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 10 Mar 2016
|
22:22 jbeich
mail/thunderbird, www/seamonkey: make -jN is unsafe with ENIGMAIL once again
![Original commit message Original commit](/images/envelope10.gif) |
15:38 jbeich
gecko: enable DTRACE probes by default
![Original commit message Original commit](/images/envelope10.gif) |
10:45 jbeich
gecko: build as position-independent executable
![Original commit message Original commit](/images/envelope10.gif) |
10:44 jbeich
mail/thunderbird, www/seamonkey: update enigmail to 1.9.1
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 2 Mar 2016
|
22:49 jbeich
gecko: unify unchanging options into bsd.gecko.mk
PR: 205741 (alternative)
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 16 Feb 2016
|
09:20 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 28 Dec 2015
|
18:20 jbeich
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
![Original commit message Original commit](/images/envelope10.gif) |
18:18 jbeich
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 commit message Original commit](/images/envelope10.gif) |
18:17 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Wednesday, 16 Dec 2015
|
09:39 jbeich
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 commit message Original commit](/images/envelope10.gif) |
09:37 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Saturday, 28 Nov 2015
|
14:13 jbeich
mail/thunderbird: don't depend on already disabled system opus
![Original commit message Original commit](/images/envelope10.gif) |
14:12 jbeich
gecko: add missing PORTEPOCH to required libvorbis version
Reported by: Takeshi Hashimoto
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 21 Nov 2015
|
20:05 jbeich
mail/thunderbird: update to 38.4.0
Changes: https://www.mozilla.org/en-US/thunderbird/38.4.0/releasenotes/
MFH: 2015Q4
Security: 9d04936c-75f1-4a2c-9ade-4c1708be5df9
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 14 Nov 2015
|
19:34 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Tuesday, 6 Oct 2015
|
13:27 swills
mail/thunderbird: update to 38.3.0
PR: 203503
Submitted by: dezillium@dezillium.com
Security: 2d56c7f4-b354-428f-8f48-38150c607a05
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 20 Aug 2015
|
13:16 jbeich
gecko: use system jemalloc on 11.0-CURRENT again
Requested by: mi
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 16 Aug 2015
|
02:42 jbeich
- Update Thunderbird to 38.2.0
Changes: https://www.mozilla.org/thunderbird/38.2.0/releasenotes/
MFH: 2015Q3
Security: https://vuxml.freebsd.org/freebsd/c66a5632-708a-4727-8236-d65b2d5b2739.html
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 14 Aug 2015
|
16:39 jbeich
Back out r394012 after r394231
PR: 202270
Exp-run by: antoine
MFH: 2015Q3
X-MFH-With: r394231
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 12 Aug 2015
|
09:20 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Tuesday, 11 Aug 2015
|
13:22 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Sunday, 9 Aug 2015
|
16:30 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Thursday, 23 Jul 2015
|
23:36 jbeich
- Update Thunderbird to 38.1.0
Changes: https://www.mozilla.org/thunderbird/38.0.1/releasenotes/
Changes: https://www.mozilla.org/thunderbird/38.1.0/releasenotes/
PR: 201769
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (based on)
MFH: 2015Q3
X-MFH-With: r392273
Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 9 Jun 2015
|
14:25 jbeich
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 commit message Original commit](/images/envelope10.gif) |
Number of commits found: 708 (showing only 100 on this page) |