non port: Mk/bsd.gecko.mk |
Number of commits found: 360 (showing only 100 on this page) |
Tuesday, 10 Sep 2024
|
10:54 Mikael Urankar (mikael)
lang/rust: Update to 1.81.0
Announce: https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.81.0
PR: 281300
Tested by: mikael,pkubaj,Herbert J. Skuhra
26df8c6 |
Monday, 26 Aug 2024
|
08:07 Mikael Urankar (mikael)
lang/rust: Update to 1.80.1
Announce: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html
https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.80.0
PR: 280490,246993
Tested by: mikael,pkubaj
bc4fedc |
Tuesday, 18 Jun 2024
|
10:59 Mikael Urankar (mikael)
lang/rust: Update to 1.79.0
Announce: https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.79.0
PR: 279707
Tested by: pkubaj,mikael
f709c74 |
Wednesday, 15 May 2024
|
20:27 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: fix llvm usage
Reported by: jkim
Pointy Hat: cmt
c7de212 |
20:15 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: allow building with newer clang
clang 18 works on the esrs after 0f1e62d922cb5892cd2684275101fe05e011371b,
3c6cc9a9508c7b947bf9ed5d08e48056729c2b69
089fb21 |
Monday, 13 May 2024
|
11:03 Mikael Urankar (mikael)
lang/rust: Update to 1.78.0
While here, disable RUST_BACKTRACE on ppc64le only
Announce: https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.78.0
PR: 278834
Tested by: pkubaj,mikael
7e86fe1 |
Monday, 8 Apr 2024
|
21:13 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: switch LLVM to 17
This brings gecko ports in line with rust's embedded llvm for those
who want to try LTO. It also seems to improve overall behaviour
of gecko ports, based on single-installation experience.
5c53f4d |
Saturday, 23 Mar 2024
|
09:41 Mikael Urankar (mikael)
lang/rust: Update to 1.77.0
Announce: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.77.0
PR: 277786
Tested by: mikael
73941e6 |
Monday, 19 Feb 2024
|
11:59 Mikael Urankar (mikael)
lang/rust: Update to 1.76.0
Announce: https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.76.0
PR: 276920
Tested by: mikael,pkubaj
2252f9d |
Tuesday, 9 Jan 2024
|
12:13 Mikael Urankar (mikael)
lang/rust: Update to 1.75.0
Announce: https://blog.rust-lang.org/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.75.0
PR: 276033
Tested by: mikael,pkubaj
ba388fc |
Friday, 8 Dec 2023
|
15:02 Mikael Urankar (mikael)
lang/rust: Update to 1.74.1
Announce: https://blog.rust-lang.org/2023/12/07/Rust-1.74.0.html
https://blog.rust-lang.org/2023/11/16/Rust-1.74.1.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.74.0
https://github.com/rust-lang/rust/releases/tag/1.74.1
PR: 275243
Tested by: mikael,pkubaj
c926bbf |
Monday, 20 Nov 2023
|
21:32 Charlie Li (vishwin)
wasi: update libc to sdk-20 and modularise LLVM bits
wasi-libcxx and wasi-compiler-rt now meta ports (similar to u-boot);
the build process is the same for each LLVM version so child ports
are minimal. Minimum supported LLVM version is 12, thus its
corresponding child ports are resurrected and LLVM 11 child ports
are removed.
Since all supported LLVM versions are made available at once, remove
restriction in bsd.gecko.mk and switch to USES=llvm throughout. LTO
on gecko ports should now work with later LLVM versions so long as
${DEFAULT_VERSIONS} is set properly and matches the LLVM used in
rust (if not using the PORT_LLVM option).
Reviewed by: brooks (LLVM ports interactions)
Tested by: Eric Camachat <eric[at]camachat[dot]org>
Approved by: maintainer timeout (gecko@ portion, 2+ weeks)
PR: 274896
Differential Revision: https://reviews.freebsd.org/D40098
e38b385 |
Tuesday, 17 Oct 2023
|
10:32 Christoph Moench-Tegeder (cmt)
www/firefox: update to 119.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/119.0/releasenotes/
64a6c93 |
Sunday, 8 Oct 2023
|
17:25 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: cleanup
remove conditionals for gecko versions no longer present in our tree
eb9f071 |
Friday, 8 Sep 2023
|
09:05 Mikael Urankar (mikael)
lang/rust: Update to 1.72.0
Announce: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.72.0
PR: 244316
Tested by: mikael,pkubaj
fa87481 |
Tuesday, 22 Aug 2023
|
18:51 Jason E. Hale (jhale)
Mk/bsd.gecko.mk: Fix indentation
[pre-commit] ERROR: bsd.gecko.mk is not properly indented -- please
use /tmp/check_indentations-bsd.gecko.mk.n87gemd4sB/bsd.gecko.mk which
was created using Tools/scripts/indent_make_if.pl
Reported by: 'check_mk_indentations' pre-commit hook
e6d6b20 |
Monday, 21 Aug 2023
|
17:59 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: update ffmpeg dependency after 685e477b
the esr-geckos only support the older ffmpeg
dc0885f |
Monday, 17 Jul 2023
|
15:57 Mikael Urankar (mikael)
lang/rust: Update to 1.71.0
Announce: https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.71.0
PR: 272449
Tested by: mikael,pkubaj,vishwin
e3d08df |
Tuesday, 27 Jun 2023
|
21:38 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: fix merge typo
Reported by: rene@
3a23ac6 |
21:13 Christoph Moench-Tegeder (cmt)
www/firefox: update to 115.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/115.0/releasenotes/
cc72a48 |
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Friday, 9 Jun 2023
|
11:38 Mikael Urankar (mikael)
lang/rust: Update to 1.70.0
Announce: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.70.0
PR: 271797
Tested by: mikael,pkubaj
6b97895 |
Sunday, 23 Apr 2023
|
13:13 Mikael Urankar (mikael)
lang/rust: Update to 1.69.0
Announce: https://blog.rust-lang.org/2023/04/20/Rust-1.69.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.69.0
PR: 270953
Tested by: mikael,pkubaj
8cc5eb3 |
Thursday, 16 Mar 2023
|
11:11 Mikael Urankar (mikael)
lang/rust: Update to 1.68.0
Announce: https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.68.0
PR: 270080
Tested by: mikael,pkubaj
a22be89 |
Monday, 13 Feb 2023
|
09:38 Mikael Urankar (mikael)
lang/rust: Update to 1.67.1
Announce: https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html
https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.67.0
https://github.com/rust-lang/rust/releases/tag/1.67.1
PR: 269336
Reviewed by: pkubaj
Tested by: mikael,pkubaj
be2a720c |
Tuesday, 20 Dec 2022
|
17:36 Mikael Urankar (mikael)
lang/rust: Update to 1.66.0
Announce: https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.66.0
PR: 268415
Exp-run by: antoine
Tested by: mikael,pkubaj
0f9b08f |
Thursday, 17 Nov 2022
|
07:06 Mikael Urankar (mikael)
lang/rust: Update to 1.65.0
Announce: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.65.0
PR: 267622
Reviewed by: tokib, pkubaj
Tested by: mikael, pkubaj
af39fba |
Wednesday, 16 Nov 2022
|
22:21 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: release python limitation
upstream patch should allow building with newer pythons, while the
old python still works
0b3ec4b |
Friday, 11 Nov 2022
|
18:32 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: cap python build dependency at 3.10
reportedly, python 3.11 trips over it's own feet here
PR: 267531
Submitted by: amdmi3
7c194bc |
Sunday, 30 Oct 2022
|
12:07 Mikael Urankar (mikael)
lang/rust: Update to 1.64.0
Announce: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.64.0
PR: 267173
264a6c5 |
Monday, 12 Sep 2022
|
20:12 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: remove references to older gecko releases
we now have
firefox 105.0 (27b5e1775e)
firefox-esr 102.3 (a69cb9420e)
thunderbird 102.2 (4185660c39)
38daf07 |
Thursday, 25 Aug 2022
|
14:49 Baptiste Daroussin (bapt)
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr
b9b250f |
10:49 Piotr Kubaj (pkubaj)
Revert "lang/rust: Update to 1.63.0"
This reverts commit f36cc819accadae1fefc14c203e5fbe9c74e1492.
I asked for an exp-run for powerpc and powerpc64 on a recently provided
cluster machine but got no reply.
PR: 265915
8ecb1f8 |
08:50 Mikael Urankar (mikael)
lang/rust: Update to 1.63.0
Announce: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.63.0
Tested by: mikael, pkubaj
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D36247
f36cc81 |
Monday, 18 Jul 2022
|
20:20 Christoph Moench-Tegeder (cmt)
www/firefox: update to 103.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/103.0/releasenotes/
8e80476 |
Saturday, 16 Jul 2022
|
21:51 Christoph Moench-Tegeder (cmt)
www/firefox: do not attempt to build with LLVM != 13
we do not have the wasm tooling/runtime for that right now, and
people keep messing with the defaults and running into issues.
6b2cf7d |
Saturday, 2 Jul 2022
|
13:47 Mikael Urankar (mikael)
lang/rust: Update to 1.62.0
Announce: https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-06-30
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D35675
558a5e4 |
Tuesday, 31 May 2022
|
13:06 Mikael Urankar (mikael)
lang/rust: Update to 1.61.0
Announce: https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-05-19
Reviewed by: pkubaj
Differential Revision: https://reviews.freebsd.org/D35335
aa578f2 |
Monday, 23 May 2022
|
19:37 Christoph Moench-Tegeder (cmt)
www/firefox: update to 101.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/101.0/releasenotes/
326fd45 |
Sunday, 1 May 2022
|
16:39 Mikael Urankar (mikael)
lang/rust: Update to 1.60.0
- Switch to using "x.py dist" instead of "x.py build" in the do-build phase as
we are missing the rustc-dev component on nightly
- Revert part of [1] as it causes cross build problem with
lang/rust-bootstrap@powerpc
- Mark devel/racer as deprecated: it's hard to maintain due to recurrent build
problem
and it's not actively maintained. Upstream advises to use
devel/rust-analyzer instead.
[1]
https://github.com/rust-lang/rust/commit/07dae5a97b64100f5abd511f1e2d5a6263a54006
Announce: https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1600-2022-04-07
Reviewed by: tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D34823
e57dfbf |
Wednesday, 27 Apr 2022
|
13:18 Piotr Kubaj (pkubaj)
Mk/bsd.gecko.mk: remove obsolete conditional
Also fix powerpc64* - it should be powerpc*.
ceba00e |
Tuesday, 26 Apr 2022
|
21:20 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.gk: fix sndio logic
my previous attempt at handling both firefox >= 100 and firefox-esr/
thunderbird at 91.x suffered a thinko.
2179184 |
18:49 Christoph Moench-Tegeder (cmt)
www/firefox: fix build with sndio
upstream sndio handling was fixed for non-OpenBSD systems:
https://bugzilla.mozilla.org/show_bug.cgi?id=1351378
so our own "fixing" actually broke build.
PR: 263587
Reported by: Robert Cina, jkim@
48a481f |
Sunday, 24 Apr 2022
|
10:00 Tobias C. Berner (tcberner)
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
aa25396 |
Friday, 18 Mar 2022
|
14:41 Jan Beich (jbeich)
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology
3468f19 |
Tuesday, 15 Mar 2022
|
09:51 Mikael Urankar (mikael)
lang/rust: Update to 1.59.0
Changes: https://blog.rust-lang.org/FIXME/Rust-1.59.0.html
PR: 262449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D34471
53e4457 |
Tuesday, 8 Feb 2022
|
19:26 Christoph Moench-Tegeder (cmt)
www/firefox: unbreak after b00578b9b208
the webasm components must follow llvm (the llvm we use for building
firefox), and wasi-compiler-rt and wasi-libcxx are really just
llvm components and should be at the same version as the llvm we need.
51e8257 |
Saturday, 5 Feb 2022
|
00:36 Christoph Moench-Tegeder (cmt)
www/firefox: depends on libXtst for the new libwebrtc
the current libwebrtc needs libXtst - even as firefox' docs only
"recommend" libXtst, it's actually a hard requirement.
this goes into bsd.gecko.mk, as it will affect all gecko ports in
due time, even if currently only www/firefox has the new libwebrtc.
PR: 261710
Reported by: Benjamin Takacs
da0c081 |
Thursday, 3 Feb 2022
|
14:02 Tobias Kortkamp (tobik)
lang/rust: Update to 1.58.1
https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024
bd3a927 |
Tuesday, 1 Feb 2022
|
16:31 Christoph Moench-Tegeder (cmt) Author: Evgeniy Khramtsov
www/firefox: update to 97.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/97.0/releasenotes/
PR: 261642
a012dd6 |
Friday, 28 Jan 2022
|
20:59 Christoph Moench-Tegeder (cmt) Author: Evgeniy Khramtsov
www/firefox: update to 96.0.3
PR: 261410
Reported by: Stefan Ehmann
Tested by: Stefan Ehmann (prior v0.3),
jbeich (PipeWire screen capture) (prior v0.8 via mail),
cmt (prior v0.8 + 96.0.3 bump)
7b007c9 |
Monday, 17 Jan 2022
|
11:56 Tobias Kortkamp (tobik)
lang/rust: Update to 1.58.0
Changes: https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html
PR: 261150
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D33864
1835888 |
Sunday, 5 Dec 2021
|
12:35 Tobias Kortkamp (tobik)
lang/rust: Update to 1.57.0
- Unbreak build with LibreSSL 3.4.x [0]
- Disable backtrace's libunwind backend on armv* since it or
libunwind in base seem to be buggy and cause rustc to crash when
building some consumers [1]
- Follow rust-nightly in d5f09dc31fcfdb77b69c86b9093bf67ec67653d9
and reenable hardlinks in the build
Changes: https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html
PR: 259738 [0]
PR: 259799 [1]
PR: 260140
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D33190
With hat: rust
237b36f |
Tuesday, 30 Nov 2021
|
18:22 Christoph Moench-Tegeder (cmt)
www/firefox: make dep on wasi-compiler-rt more flexible
as firefox needs matching wasi-compiler-rt, embedded llvm in
rust and llvm for building and wasi-compiler-rt installs it's files
in a path depending on it's full distversion, we need to know
llvm/clang's full version. it's not possible to derive that
programatically, as the required llvm version may not be installed
at the time firefox' Makefile is being parsed.
dcc6b13 |
Monday, 29 Nov 2021
|
20:22 Christoph Moench-Tegeder (cmt)
www/firefox: update to 95.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/95.0/releasenotes/
This firefox release includes a not-yet-released snapshot of dav1d,
which is not fully API-compatible with the released version. Switch
to the bundled dav1d/aom until dav1d released have caught up.
f4c07f1 |
Thursday, 4 Nov 2021
|
21:23 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: remove references to old versions
after 737c941d23dabb27ac2c98d0c8473400924c5905 (mail/thunderbird)
and c58401d4dda5bdd2d9bd9b50ee45b3d8db54f3b3 (www/firefox-esr), the
need for supporting gecko 78 is gone, do some cleanup.
a00ebad |
Monday, 25 Oct 2021
|
08:46 Tobias Kortkamp (tobik)
lang/rust: Update to 1.56.0
- Drop codegen-units=1 again as it seems to negatively impact build
time for some people [1]
Changes: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
PR: 256099 [1]
PR: 259251
Reviewed by: jbeich, mikael, pkubaj
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D32553
124261f |
Sunday, 19 Sep 2021
|
09:03 Tobias Kortkamp (tobik)
lang/rust: Update to 1.55.0
- Set codegen-units=1 [1]
- Add hack to skip cargo update on git sources as a step towards solving [2]
- Fix 'capacity overflow' panics on armv* [3]
Changes: https://blog.rust-lang.org/2021-09-09/Rust-1.55.0.html
PR: 258337
PR: 256099 [1]
PR: 256581 [2]
PR: 257419 [3]
Reviewed by: mikael, pkubaj
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D31872
With hat: rust
6f1fefb |
Saturday, 4 Sep 2021
|
12:25 Piotr Kubaj (pkubaj)
Mk/bsd.gecko.mk: enable cross-LTO on powerpc64le
bfed4b7 |
Saturday, 28 Aug 2021
|
13:38 Mikael Urankar (mikael) Author: pouet
lang/rust: Update to 1.54.0
- Update lang/rust to 1.54.0
- Update devel/racer to 2.1.48
- Fix various consumers
Changes: https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html
Reviewed by: tobik, pkubaj
Differential Revision: https://reviews.freebsd.org/D31617
With hat: rust
55dbdde |
Saturday, 14 Aug 2021
|
21:13 Christoph Moench-Tegeder (cmt)
www/firefox: depend on libepoll-shim
libxul.so clearly links against libepoll-shim, and we have reports
of firefox failing to start without libepoll-shim. this also affects
mail/thunderbird (once we land it), so fix the problem in bsd.gecko.mk.
First reports are against firefox 90, set the version cutoff
accordingly.
PR: 257490
Reported by: Maxim Filimonov
f9af888 |
Thursday, 8 Jul 2021
|
14:06 Christoph Moench-Tegeder (cmt)
www/firefox: update to 90.0 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/90.0beta/releasenotes/
With this version, gtk2 is not required anymore.
3ce4769 |
Sunday, 27 Jun 2021
|
05:39 Tobias Kortkamp (tobik)
lang/rust: Update to 1.53.0
Changes: https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html
PR: 256653
Reviewed by: mikael, pkubaj
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D30790
With hat: rust
f897ded |
Sunday, 30 May 2021
|
15:38 Jan Beich (jbeich)
www/firefox: depend on libpci to qualify for WebRender by default
On Intel Skylake this enables WebRender for Xorg and Wayland (wlroots).
Xwayland isn't qualified yet but Firefox can be tricked by unsetting
WAYLAND_DISPLAY or simply switching to native via MOZ_ENABLE_WAYLAND.
PR: 255344
Reported by: Evgeniy Khramtsov (via gecko@ list)
f079b46 |
Friday, 28 May 2021
|
23:17 Christoph Moench-Tegeder (cmt)
Mk/bsd.gecko.mk: bump rust-cbindgen dependency to 0.19.0
that's required for Firefox 89.0, and works for Thunderbird, too
Log:
http://beefy13.nyi.freebsd.org/data/130i386-quarterly/ec4bc9831585/logs/firefox-89.0,2.log
Dependency defined in:
build/moz.configure/bindgen.configure
Reported by: pkg-fallout
542fc01 |
Tuesday, 11 May 2021
|
17:52 Jan Beich (jbeich)
gecko: ignore llvm in DEFAULT_VERSIONS if LTO is enabled
PR: 253771
MFH: 2021Q2
4e67118 |
17:29 Tobias Kortkamp (tobik)
lang/rust: Update to 1.52.1
- Add 32-bit powerpc support from bdragon@
- Unbreak build with LibreSSL 3.3.x [1]
- Add an update script
Changes: https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html
Changes: https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
PR: 255608, 255652 [1]
Reviewed by: mikael, pkubaj
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D30099
d883741 |
Wednesday, 5 May 2021
|
15:46 Jan Beich (jbeich)
gecko: wait for rust before swiching llvm* next time
Cross-language LTO in www/firefox requires devel/llvm* and bundled
LLVM in lang/rust to be of the same major version. Adjust the comment
to delay future bumps but until LTO is enabled desync can still happen.
PR: 255359
Suggested by: dim
b1c90af |
Friday, 23 Apr 2021
|
16:13 Jan Beich (jbeich)
gecko: switch to llvm12
May help with LTO and -march=native issues.
0cad1d8 |
Tuesday, 6 Apr 2021
|
14:27 Mathieu Arnold (mat)
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
5d33e04 |
Monday, 29 Mar 2021
|
18:07 tobik
lang/rust: Update to 1.51.0
- Update devel/racer to 2.1.44
Changes: https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html
PR: 254578
Reviewed by: mikael, pkubaj
Exp-run by: antoine
With hat: rust
Differential Revision: https://reviews.freebsd.org/D29425
|
Sunday, 21 Mar 2021
|
00:56 jbeich
www/firefox: bump minimum dependencies after r568897
|
Thursday, 18 Feb 2021
|
09:35 pkubaj
Mk/bsd.gecko.mk: use --enable-lto=thin on powerpc64le
--enable-lto=cross causes lld to hang.
|
Sunday, 14 Feb 2021
|
15:45 mikael
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616
|
Wednesday, 10 Feb 2021
|
19:23 pkubaj
www/firefox: add LTO option
PR: 253036
Approved by: gecko (maintainer timeout)
|
Friday, 13 Nov 2020
|
11:52 jbeich
gecko: bump LLVM_DEFAULT to 11
Detach from tree-wide default as coordinating with other maintainers
is expensive for little gain. User's choice is still respected.
llvm11 has better Tier2 support, more optimizations, reduces package size
and aligns with what contributors dogfood.
|
Thursday, 12 Nov 2020
|
00:10 jbeich
www/firefox: update to 83.0
Changes: https://www.mozilla.org/firefox/83.0/releasenotes/
|
Tuesday, 10 Nov 2020
|
15:42 pkubaj
Add powerpc64le since it uses the same CPU models as powerpc64.
|
Thursday, 29 Oct 2020
|
10:01 jbeich
gecko: drop bogus comment r553595
llvm-objdupm is part of WITH_CLANG, not WITH_CLANG_EXTRAS
|
09:56 jbeich
gecko: unbreak with non-default CC/CXX
checking for clang for bindgen... not found
checking for libclang for bindgen... not found
ERROR: Could not find clang to generate run bindings for C/C++. Please install
the necessary packages, run `mach bootstrap`, or use --with-clang-path to give
the location of clang.
checking for llvm-objdump... not found
DEBUG: llvm_objdump: Trying llvm-objdump
ERROR: Cannot find llvm-objdump
Reported by: pkg-fallout (powerpc64)
|
Saturday, 19 Sep 2020
|
13:01 pkubaj
Use correct target-cpu for power* CPU's
Using CPUTYPE?=power9 causes warnings and emits unoptimized code. Rust supports
pwr* instead of power*, e.g.:
pwr3
pwr4
pwr5
pwr5x
pwr6
pwr6x
pwr7
pwr8
pwr9
|
Friday, 18 Sep 2020
|
15:56 jbeich
gecko: drop ancient sparc64 workaround
FreeBSD 13.0 no longer supports sparc64. Firefox >= 53 requires Rust
but sparc64 is only supported by Linux, NetBSD, OpenBSD.
https://bugzilla.mozilla.org/show_bug.cgi?id=455393
|
15:56 jbeich
gecko: drop python2 dependency after r548882
|
Monday, 7 Sep 2020
|
00:58 pkubaj
Mk/bsd.gecko.mk: fix build with defined CPUTYPE on powerpc64 (and possibly
others)
In /etc/make.conf:
CPUTYPE?=power9
When trying to build www/firefox:
make: "/usr/ports/Mk/bsd.gecko.mk" line 265: Malformed conditional
(${ARCH:Maarch64} || ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continuemake:
"/usr/ports/Mk/bsd.gecko.mk" line 265: Malformed conditional (${ARCH:Maarch64}
|| ${MACHINE_CPU:Msse2})
make: "/usr/ports/Mk/bsd.port.mk" line 4517: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5203: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: "/usr/ports/Mk/bsd.port.mk" line 5364: warning: duplicate script for
target "/tmp/usr/ports/www/firefox/work-make" ignored
make: "/usr/ports/Mk/bsd.port.mk" line 3423: warning: using previous script for
"/tmp/usr/ports/www/firefox/work-make" defined here
make: Fatal errors encountered -- cannot continuemake:
"/usr/ports/Mk/bsd.gecko.mk" line 265: Malformed conditional (${ARCH:Maarch64}
|| ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continuemake:
"/usr/ports/Mk/bsd.gecko.mk" line 265: Malformed conditional (${ARCH:Maarch64}
|| ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continuemake:
"/usr/ports/Mk/bsd.gecko.mk" line 265: Malformed conditional (${ARCH:Maarch64}
|| ${MACHINE_CPU:Msse2})
make: Fatal errors encountered -- cannot continue
PR: 248826
Approved by: gecko (maintainer timeout)
|
Friday, 21 Aug 2020
|
16:32 jbeich
gecko: add native OSS support, replacing ALSA as fallback
OSS is always built but during runtime only selected by default if
neither pulseaudio, jackit or sndio are installed. In particular,
Gnome and KDE users would still be offered PulseAudio by default due
to integration with multi-app volume widgets, current song bars,
screensharing with audio, etc. that prefer to talk over DBus.
Those can opt out via media.cubeb.backend=oss in about:config.
Submitted by: Ka Ho Ng <khng300@gmail.com> (based on)
|
Tuesday, 18 Aug 2020
|
00:52 jbeich
www/firefox: update to 80.0
Changes: https://www.mozilla.org/firefox/80.0/releasenotes/
|
Tuesday, 23 Jun 2020
|
11:48 jbeich
www/firefox: update to 78.0
Changes: https://www.mozilla.org/firefox/78.0/releasenotes/
PR: 247329
Differential Revision: https://reviews.freebsd.org/D25301
|
Thursday, 18 Jun 2020
|
20:34 pkubaj
Mk/bsd.gecko.mk: add devel/binutils to BUILD_DEPENDS
Currently, Rust on powerpc64 elfv2 builds with GCC because of past issue with
LLVM. However, this issue seems to be resolved now and I can already build Rust
with Clang and then build with it other packages, like Firefox.
The problem is that, when using GCC, binutils is getting installed, but when
using LLVM, it's not and there is -fno-integrated-as getting passed on ppc64.
Since it's only for the build and users building from ports have binutils
installed anyway, add it for everyone.
PR: 247387
Approved by: jbeich (maintainer)
|
Wednesday, 27 May 2020
|
20:03 jbeich
gecko: add missing Wayland dependency with libglvnd
checking for gtk+-wayland-3.0 >= 3.10 xkbcommon >= 0.4.1 libdrm >= 2.4... no
WARNING: Package libdrm was not found in the pkg-config search path.
WARNING: Perhaps you should add the directory containing `libdrm.pc'
WARNING: to the PKG_CONFIG_PATH environment variable
WARNING: Package 'libdrm', required by 'virtual:world', not found
|
Monday, 25 May 2020
|
23:05 jbeich
www/firefox: update to 77.0
Changes: https://www.mozilla.org/firefox/77.0/releasenotes/
|
Friday, 15 May 2020
|
04:59 jbeich
gecko: drop x11/startup-notification dependency
https://bugzilla.mozilla.org/show_bug.cgi?id=726479
|
04:59 jbeich
gecko: drop GCONF option after upstream
https://bugzilla.mozilla.org/show_bug.cgi?id=1433685
|
04:58 jbeich
gecko: drop --with-system-bz2 after upstream
https://bugzilla.mozilla.org/show_bug.cgi?id=1418425
|
Tuesday, 31 Mar 2020
|
20:32 jbeich
www/firefox: update to 75.0
Changes: https://www.mozilla.org/firefox/75.0/releasenotes/
PR: 244793
Security: 98c69f9a-856b-4180-8f0b-11846626c6cc
Differential Revision: https://reviews.freebsd.org/D24062
|
Thursday, 5 Mar 2020
|
02:03 jbeich
www/firefox: update to 74.0
Changes: https://www.mozilla.org/firefox/74.0/releasenotes/
PR: 244310
Security: 9f900456-0bfa-4da4-ad59-14b2933259a2
Differential Revision: https://reviews.freebsd.org/D23646
|
Tuesday, 4 Feb 2020
|
00:39 jbeich
www/firefox: update to 73.0
Changes: https://www.mozilla.org/firefox/73.0/releasenotes/
PR: 243295
Security: 802e3138-b8af-4a89-a908-f103107e64b4
Differential Revision: https://reviews.freebsd.org/D23146
|
Monday, 13 Jan 2020
|
18:36 tobik
lang/rust: Add COMPAT_FREEBSD11 canary
This attempts to provide a nicer error message for the subset of
users who build their own kernels without COMPAT_FREEBSD11 and then
attempt to build lang/rust. The Rust ecosystem currently uses
pre-ino64 syscalls, so building lang/rust without COMPAT_FREEBSD11
is not going to work.
The error message for this is non-obvious and there is a new bug
for this at least every 1-2 months. Hopefully this will improve
the situation a little.
Cargo and Gecko ports are similarly affected, so add the pre-build
check to them too.
Reviewed by: jbeich, mikael.urankar@gmail.com
Tested by: madpilot (negative case)
Approved by: gecko (jbeich)
Differential Revision: https://reviews.freebsd.org/D23100
|
Tuesday, 31 Dec 2019
|
00:46 jbeich
www/firefox: update to 72.0
Changes: https://www.mozilla.org/firefox/72.0/releasenotes/
PR: 242605
Security: a4d0f92b-2188-40aa-9aa3-005b0a89cc72
Differential Revision: https://reviews.freebsd.org/D22781
|
Friday, 29 Nov 2019
|
15:02 pkubaj
Mk/bsd.port.mk: detect powerpc64 abi
We'll have a new abi on ppc64 soon (ELFv2) which is incompatible with the ELFv1
abi. We need to detect the abi on which we build stuff.
Submitted by: mikael_urankar@gmail.com
Approved by: portmgr (earlier version)
Differential Revision: https://reviews.freebsd.org/D22039
|
Tuesday, 26 Nov 2019
|
01:01 jbeich
www/firefox: update to 71.0
Changes: https://www.mozilla.org/firefox/71.0/releasenotes/
PR: 241840
Security: 13b6433c-7aaf-477b-b96b-164924a005bb
MFH: 2019Q4
Differential Revision: https://reviews.freebsd.org/D22296
|
Number of commits found: 360 (showing only 100 on this page) |