non port: www/seamonkey/Makefile |
SVNWeb
|
Number of commits found: 274 (showing only 100 on this page) |
Sat, 25 May 2019
|
[ 11:51 jbeich ]
gecko: drop unused libvorbis dep after r485460
|
Fri, 24 May 2019
|
[ 03:25 tobik ] (Only the first 10 of 76 ports in this commit are shown above. )
lang/rust: Update to 1.35.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332
|
Wed, 1 May 2019
|
[ 19:35 rene ] (Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Mon, 8 Apr 2019
|
[ 13:35 jbeich ]
www/seamonkey: mark BROKEN on -CURRENT
resource://gre/modules/commonjs/dev/toolbox.js
resource://gre/modules/commonjs/dev/utils.js
resource://gre/modules/commonjs/dev/volcan.js
Traceback (most recent call last):
File "mozilla/toolkit/mozapps/installer/packager.py", line 415, in <module>
main()
File "mozilla/toolkit/mozapps/installer/packager.py", line 409, in main
args.source, gre_path, base)
File "mozilla/toolkit/mozapps/installer/packager.py", line 166, in
precompile_cache
errors.fatal('Error while running startup cache precompilation')
File "mozilla/python/mozbuild/mozpack/errors.py", line 103, in fatal
self._handle(self.FATAL, msg)
File "mozilla/python/mozbuild/mozpack/errors.py", line 98, in _handle
raise ErrorMessage(msg)
mozpack.errors.ErrorMessage: Error: Error while running startup cache
precompilation
gmake[2]: *** [mozilla/toolkit/mozapps/installer/packager.mk:41: stage-package]
Error 1
|
[ 11:50 jbeich ]
www/{palemoon,seamonkey}: back out r497995
Crash with Clang 8 doesn't affect i386 or aarch64. And expiration
had to be discussed with www/palemoon maintainer.
Requested by: danfe, pi
|
Fri, 5 Apr 2019
|
[ 22:21 jbeich ]
www/{palemoon,seamonkey}: put on a deathbed
No point in keeping abandonware only to delay Mk/bsd.gecko.mk cleanup.
SeaMonkey is unlikely to escape the rabbit hole of technical debt and
PaleMoon is unlikely to be friendly to BSDs (or packagers in general).
|
Wed, 27 Mar 2019
|
[ 21:11 jbeich ] (Only the first 10 of 127 ports in this commit are shown above. )
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
|
Thu, 28 Feb 2019
|
[ 18:51 jbeich ] (Only the first 10 of 81 ports in this commit are shown above. )
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354
|
Wed, 6 Feb 2019
|
[ 13:33 jbeich ] (Only the first 10 of 39 ports in this commit are shown above. )
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
|
Sat, 2 Feb 2019
|
[ 18:37 jbeich ]
gecko: drop DTRACE option completely
--enable-dtrace is only tested on macOS where dtrace -G isn't used.
Let's stop wasting time on dtrace -G issues as the support disappeared
since Firefox 61, anyway.
|
Mon, 21 Jan 2019
|
[ 23:03 jbeich ] (Only the first 10 of 13 ports in this commit are shown above. )
www/firefox: update to 65.0
Backport a fix for WebRender on Wayland e.g.,
$ GDK_BACKEND=wayland MOZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox
https://example.com/
Changes: https://www.mozilla.org/firefox/65.0/releasenotes/
PR: 233791
Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229
MFH: 2019Q1
Differential Revision: https://reviews.freebsd.org/D18432
|
Fri, 18 Jan 2019
|
[ 21:14 jbeich ] (Only the first 10 of 50 ports in this commit are shown above. )
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
|
Thu, 17 Jan 2019
|
[ 19:50 jbeich ] (Only the first 10 of 50 ports in this commit are shown above. )
lang/rust: update to 1.32.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18858
|
Thu, 6 Dec 2018
|
[ 17:11 jbeich ] (Only the first 10 of 86 ports in this commit are shown above. )
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427
|
Tue, 20 Nov 2018
|
[ 18:58 jbeich ]
gecko: drop BUNDLED_CAIRO option
|
[ 18:55 jbeich ] (Only the first 10 of 15 ports in this commit are shown above. )
gecko: drop system ogg/vorbis support
Too infrequently updated to justify maintenance burden.
|
[ 18:54 jbeich ]
gecko: drop OSS audio backend
- Poor latency
- No multichannel support
- No input device support
- No device selection
- No upstream maintainer
|
Tue, 30 Oct 2018
|
[ 18:55 cmt ]
palemoon, seamonkey: USE_GL has been moved to bsd.gecko.mk
I missed these in ports r483435
PR: 231867
Reported by: jbeich@
|
Thu, 25 Oct 2018
|
[ 21:59 jbeich ] (Only the first 10 of 38 ports in this commit are shown above. )
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695
|
Tue, 23 Oct 2018
|
[ 11:35 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
|
Sat, 20 Oct 2018
|
[ 21:39 jbeich ]
gecko: expose Wayland support
|
Fri, 12 Oct 2018
|
[ 19:01 jbeich ] (Only the first 10 of 33 ports in this commit are shown above. )
lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation
Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR: 229826 (follow up)
Approved by: rust (tobik)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D17477
|
Sat, 29 Sep 2018
|
[ 08:04 riggs ] (Only the first 10 of 75 ports in this commit are shown above. )
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Fri, 28 Sep 2018
|
[ 17:59 jbeich ] (Only the first 10 of 30 ports in this commit are shown above. )
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337
|
Mon, 9 Jul 2018
|
[ 19:41 jbeich ]
mail/thunderbird: prevent mail corruption after r473670
PR: 229452
Obtained from: upstream (Thunderbird 52.9.1)
|
Sat, 7 Jul 2018
|
[ 14:24 jbeich ]
www/seamonkey: update to 2.49.4
Changes: https://www.seamonkey-project.org/releases/seamonkey2.49.4/
Security: e3e68fe8-d9cb-4ba8-b09c-9e3a28588eb7
Security: cd81806c-26e7-4d4a-8425-02724a2f48af
|
Sat, 30 Jun 2018
|
[ 19:24 tobik ]
www/seamonkey: Backport sndio volume handling fix
https://bugzilla.mozilla.org/show_bug.cgi?id=1467882
PR: 229135
Approved by: gecko (jbeich)
|
Fri, 29 Jun 2018
|
[ 14:22 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
Sat, 2 Jun 2018
|
[ 00:33 jbeich ]
www/firefox: audio_device isn't used by WebRTC after r468751
|
Wed, 23 May 2018
|
[ 05:19 jbeich ]
gecko: restore support for native extensions after r470668/r470672
PR: 226919
|
[ 04:49 jbeich ]
mail/thunderbird: back out r470673 as AMO version lacks libical
PR: 226919
Pointy hat to: jbeich (too sleepy to wait for QA)
|
[ 04:20 jbeich ]
mail/thunderbird: drop LIGHTNING as it's unusable after r470672
PR: 226919
|
[ 04:04 jbeich ]
gecko: adjust targetPlatform after r470668
PR: 226919
Reported by: Corpo (for Lightning)
|
[ 01:21 jbeich ]
gecko: mask as Linux on AMO for compatibility
Many extensions on addons.mozilla.org aren't listed or updated due to
platform whitelist abuse. On DragonFly the search is broken because
such a platform isn't recognized.
PR: 226919
Reported by: Graham Perrin
|
Tue, 24 Apr 2018
|
[ 13:57 jbeich ]
www/seamonkey: unbreak h264/aac/mp3 with ffmpeg 4.0
PR: 227726
Obtained from: upstream (Firefox 61)
|
Fri, 6 Apr 2018
|
[ 15:53 jbeich ] (Only the first 10 of 117 ports in this commit are shown above. )
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
Wed, 4 Apr 2018
|
[ 12:48 jbeich ]
www/seamonkey: switch to rc2
Changes: https://hg.mozilla.org/releases/mozilla-esr52/rev/6c7b3cc4609f
|
Sat, 31 Mar 2018
|
[ 07:57 jbeich ]
www/seamonkey: update to 2.49.3
Changes: https://www.seamonkey-project.org/releases/seamonkey2.49.3/
Security: c71cdc95-3c18-45b7-866a-af28b59aabb5
Security: 7943794f-707f-4e31-9fea-3bbf1ddcedc1
Security: 23f59689-0152-42d3-9ade-1658d6380567
|
Tue, 13 Mar 2018
|
[ 13:48 jbeich ]
gecko: drop MOZ_EXTENSIONS, it's no longer unused
|
Mon, 5 Feb 2018
|
[ 17:41 jbeich ]
www/seamonkey: switch 2.49.2
Changes: http://www.seamonkey-project.org/news
Security: f78eac48-c3d1-4666-8de5-63ceea25a578
Security: b7e23050-2d5d-4e61-9b48-62e89db222ca
Security: a891c5b4-3d7a-4de9-9c71-eef3fd698c77
MFH: 2018Q1
|
Tue, 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)
|
Thu, 25 Jan 2018
|
[ 21:20 jbeich ] (Only the first 10 of 34 ports in this commit are shown above. )
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/
|
Sun, 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
|
Thu, 23 Nov 2017
|
[ 22:53 jbeich ]
gecko: simplify WRKSRC handling
Requested by: mat
|
Wed, 22 Nov 2017
|
[ 06:25 jbeich ]
www/seamonkey: switch to GTK3 by default (chasing upstream)
|
[ 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
|
Thu, 9 Nov 2017
|
[ 02:31 jbeich ] (Only the first 10 of 109 ports in this commit are shown above. )
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
|
Fri, 3 Nov 2017
|
[ 23:58 jbeich ]
gecko: speed up HTML5 video scaling on i386
MFH: 2017Q4
|
Sat, 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
|
[ 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
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
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
|
Mon, 16 Oct 2017
|
[ 11:50 jbeich ]
www/seamonkey: switch 2.49.1 to rc4 (nop)
Changes: https://hg.mozilla.org/releases/comm-esr52/rev/ee27fc820b4f
MFH: 2017Q4 (r451280 follow up)
|
Mon, 9 Oct 2017
|
[ 19:40 jbeich ]
www/seamonkey: switch 2.49.1 to rc3 (nop)
Changes: https://hg.mozilla.org/releases/comm-esr52/rev/207682396dfc
MFH: 2017Q4 (r451280 follow up)
|
Thu, 5 Oct 2017
|
[ 09:39 jbeich ] (Only the first 10 of 23 ports in this commit are shown above. )
www/seamonkey: update to 2.49.1
- linux- version cannot be updated due to lack of gtk3 package
- mirror -i18n distfiles locally until the langpacks are renamed
Changes: http://www.seamonkey-project.org/news
PR: 222464
Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33
Security: 6cec1b0a-da15-467d-8691-1dea392d4c8d
Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa
Security: 1098a15b-b0f6-42b7-b5c7-8a8646e8be07
MFH: 2017Q4 (piling up until release)
|
Mon, 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
|
Wed, 27 Sep 2017
|
[ 04:12 jbeich ] (Only the first 10 of 13 ports in this commit are shown above. )
gecko: add JACK option (enabled by default)
PR: 221464
|
Mon, 25 Sep 2017
|
[ 00:02 jbeich ] (Only the first 10 of 111 ports in this commit are shown above. )
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
|
Fri, 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
|
Mon, 24 Jul 2017
|
[ 06:23 jbeich ] (Only the first 10 of 22 ports in this commit are shown above. )
www/seamonkey: update to 2.48
Changes: http://www.seamonkey-project.org/news
MFH: 2017Q3
Security: d1853110-07f4-4645-895b-6fd462ad0589
Security: 512c0ffd-cd39-4da4-b2dc-81ff4ba8e238
Security: e60169c4-aa86-46b0-8ae2-0d81f683df09
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sat, 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.
|
Fri, 3 Mar 2017
|
[ 19:38 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
gecko: attempt to drop RPATH for libxul.so dependencies
|
Mon, 20 Feb 2017
|
[ 02:57 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
|
Sat, 4 Feb 2017
|
[ 07:56 jbeich ] (Only the first 10 of 136 ports in this commit are shown above. )
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)
|
Tue, 17 Jan 2017
|
[ 12:44 jbeich ]
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
|
Sat, 7 Jan 2017
|
[ 14:43 jbeich ] (Only the first 10 of 46 ports in this commit are shown above. )
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
|
Sun, 1 Jan 2017
|
[ 15:50 jbeich ]
gecko: temporarily hide DTRACE option on aarch64
PR: 214556
|
Fri, 16 Dec 2016
|
[ 13:50 jbeich ]
Drop unused variable after r428672
|
[ 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.
|
[ 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)
|
[ 10:57 jbeich ] (Only the first 10 of 39 ports in this commit are shown above. )
www/seamonkey: update to 2.46
- Compatible with FFmpeg 3.x
- Language packs are BROKEN until release announcement
Changes: http://www.seamonkey-project.org/news
MFH: 2016Q4
Security: 4f00dac0-1e18-4481-95af-7aaad63fd303
Security: 2225c5b4-1e5a-44fc-9920-b3201c384a15
Security: 1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
Security: 92d44f83-a7bf-41cf-91ee-3d1b8ecf579f
Security: 8065d37b-8e7c-4707-a608-1b0a2b8509c3
Security: aa1aefe3-6e37-47db-bfda-343ef4acb1b5
Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
Security: 18f39fb6-7400-4063-acaf-0806e92c094f
|
Wed, 14 Dec 2016
|
[ 15:39 jbeich ]
gecko: improve NSS 3.28 compatibility
https://bugzilla.mozilla.org/show_bug.cgi?id=1323209
MFH: 2016Q4
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
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)
|
Sat, 3 Dec 2016
|
[ 22:24 jbeich ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Mon, 28 Nov 2016
|
[ 09:16 jbeich ]
gecko: fix Hunspell ABI mismatch
PR: 214849
MFH: 2016Q4
|
Sat, 19 Nov 2016
|
[ 18:21 jbeich ] (Only the first 10 of 85 ports in this commit are shown above. )
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
Wed, 16 Nov 2016
|
[ 00:35 linimon ]
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Tue, 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)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sun, 9 Oct 2016
|
[ 12:10 jbeich ] (Only the first 10 of 53 ports in this commit are shown above. )
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
|
Sun, 2 Oct 2016
|
[ 14:56 jbeich ]
www/seamonkey: oops, bump version requirements
MFH: 2016Q3
X-MFH-With: r423123
|
[ 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)
|
[ 14:29 jbeich ] (Only the first 10 of 25 ports in this commit are shown above. )
www/seamonkey: update to 2.40
SeaMonkey now uses FFmpeg directly rather than via GStreamer for H.264
and MP3 playback as part of HTML5. Note, FFmpeg 3.x is unsupported[1].
Changes: http://www.seamonkey-project.org/news#2016-03-14
PR: 210931
Submitted by: net@arrishq.net (based on)
Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH: 2016Q3
[1] SeaMonkey 2.40 is based on Firefox 43 codebase but Firefox 45
is the earliest to have the fix. Backporting maybe tricky:
https://bugzilla.mozilla.org/show_bug.cgi?id=1232268
|
Fri, 30 Sep 2016
|
[ 01:15 jbeich ] (Only the first 10 of 34 ports in this commit are shown above. )
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
|
Sat, 24 Sep 2016
|
[ 11:06 tijl ] (Only the first 10 of 110 ports in this commit are shown above. )
- 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)
|
Mon, 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
|
Sun, 18 Sep 2016
|
[ 18:38 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
gecko: apply r421523 to the rest
Bump PORTREVISION to get a clear regression window.
PR: 212431
|
Thu, 8 Sep 2016
|
[ 06:48 jbeich ] (Only the first 10 of 24 ports in this commit are shown above. )
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
|
Thu, 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)
|
Wed, 13 Jul 2016
|
[ 16:24 jbeich ]
gecko: axe poorly maintained QT5 support
https://bugzilla.mozilla.org/show_bug.cgi?id=1282866
|
Wed, 6 Jul 2016
|
[ 22:10 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
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
|
[ 11:19 gahr ]
devel/icu: bump PORTREVISION on missing dependent ports
Reported by: rakuco
|
Sun, 1 May 2016
|
[ 05:29 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Mar 2016
|
[ 23:30 jbeich ]
gecko: fix an unlikely race with environ(7)
MFH: 2016Q1
|
Thu, 10 Mar 2016
|
[ 22:22 jbeich ]
mail/thunderbird, www/seamonkey: make -jN is unsafe with ENIGMAIL once again
|
[ 15:38 jbeich ]
gecko: enable DTRACE probes by default
|
[ 10:45 jbeich ]
gecko: build as position-independent executable
|
[ 10:44 jbeich ]
mail/thunderbird, www/seamonkey: update enigmail to 1.9.1
|
Number of commits found: 274 (showing only 100 on this page) |