non port: www/qt6-webengine/Makefile |
SVNWeb
|
Number of commits found: 12 |
Mon, 28 Aug 2023
|
[ 13:40 Kai Knoblich (kai) ] 9d23691
www/qt6-webengine: Switch to bundled re2
* Prepare the port for newer versions of devel/re2, which also require
devel/abseil. This combination however causes build errors [1] due
to missing symbols:
[...]
In file included from gen/extensions/browser/browser_sources_jumbo_8.cc:6:
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:429:11:
error: no member named 'set' in 'absl::string_view'
source_.set(source.data(), source.size());
~~~~~~~ ^
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:573:11:
error: no member named 'set' in 'absl::string_view'
source_.set(source.data(), source.size());
~~~~~~~ ^
[...] (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Aug 2023
|
[ 16:34 Gleb Popov (arrowd) ] b1ecad5 (Only the first 10 of 201 ports in this commit are shown above. )
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
|
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Thu, 27 Jul 2023
|
[ 22:10 Jason E. Hale (jhale) ] 66b0e05 (Only the first 10 of 108 ports in this commit are shown above. )
Qt: Update Qt6 to 6.5.2
As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.
Announcement: https://www.qt.io/blog/qt-6.5.2-released-1
Release
note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
|
Wed, 26 Jul 2023
|
[ 04:28 Loïc Bartoletti (lbartoletti) Author: Kai Knoblich ] 9a0a6ca (Only the first 10 of 440 ports in this commit are shown above. )
www/qt6-webengine: Update to 6.5.0
Under the hood runs Chromium 108.0.5359.181 with security patches up to
Chromium 110.0.5481.104. Most of the patches were taken of from
Chromium 108.0.5359.124 (7ae5e0e6d6ee).
Build tests so far:
- 14.0-CURRENT@ amd64@df2fbbfa71
- 13.2-RELEASE amd64 ALSA
- 13.1-RELEASE amd64 ALSA
- 12.4-RELEASE amd64 + i386 (ALSA/PULSE/SNDIO)
Runtime tests with 12.4-RELEASE so far without issues.
PR: 272422
Exp-run by: antoine
|
Mon, 5 Jun 2023
|
[ 16:53 Robert Clausecker (fuz) ] dd2c7b7
www/qt6-webengine: fix build on armv7
Improve two patches with more complete variants from devel/electron19.
Patch bundled boringssl with additional patches from the same port.
Avoid an OOM condition by using the same extra patch previously only
used on i386. In that patch, decreate BROTLI_PARAM_QUALITY further
to 4 to avoid flakiness on armv7.
Obtained from: devel/electron19
Approved by: kai (with hat: kde, maintainer)
PR: 271228
|
Tue, 2 May 2023
|
[ 19:58 Po-Chuan Hsieh (sunpoet) ] 94713ba (Only the first 10 of 32 ports in this commit are shown above. )
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
|
Thu, 27 Apr 2023
|
[ 12:01 Daniel Engberg (diizzy) ] f7accb2 (Only the first 10 of 151 ports in this commit are shown above. )
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sat, 11 Feb 2023
|
[ 08:46 Jan Beich (jbeich) ] 17f6d79 (Only the first 10 of 43 ports in this commit are shown above. )
multimedia/libvpx: update 1.13.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by: portscout
|
Sun, 15 Jan 2023
|
[ 20:27 Guido Falsi (madpilot) ] 6844270
www/qt6-webengine: Fix hardcoded path
Replace hardcoded path causing runtime failures by replacing with
LOCALBASE.
Approved by: kde (kai)
Fixes: 3227b809dd69aa15c0798b4e5ffaa5adc9fe0b98
Differential Revision: https://reviews.freebsd.org/D38067
|
Sat, 14 Jan 2023
|
[ 12:10 Kai Knoblich (kai) ] 3227b80 (Only the first 10 of 615 ports in this commit are shown above. )
www/qt6-webengine: NEW PORT
The Qt WebEngine module provides a web browser engine that makes it easy
to embed content from the World Wide Web into your Qt application on
platforms that do not have a native web engine.
Qt WebEngine provides C++ classes and QML types for rendering HTML,
XHTML, and SVG documents, styled using Cascading Style Sheets (CSS) and
scripted with JavaScript. HTML documents can be made fully editable by
the user through the use of the contenteditable attribute on HTML
elements.
Most of the patches were taken from Chromium 102.0.5005.115
(6fbdece63f38) and a small portion also from Chromium 105.0.5195.102
(96b9a69e7010) , which has been required since Qt 6.4.1. (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 12 |