Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12.0 29 Nov 2021 13:38:32
    |
Alexey Dokuchaev (danfe)  |
www/wpebackend-fdo: unbreak the build on i386
error: non-constant-expression cannot be narrowed from type
'std::__1::array<unsigned int, 4>::value_type' (aka 'unsigned
int') to 'int' in initializer list [-Wc++11-narrowing] |
1.12.0 27 Nov 2021 18:45:55
    |
Baptiste Daroussin (bapt)  |
www/wpebackend-fdo: update to 1.12.0 |
1.10.0 16 Jul 2021 09:29:57
    |
Tobias C. Berner (tcberner)  |
www/wpebackend-fdo: update to 1.10.0
Highlights of the WPEBackend-fdo 1.10.0 release:
* Added API to query whether receiving rendered audio has been configured.
* Added API to obtain the wl_resource for SHM exported buffers.
* The CMake build system has been removed in favor of Meson.
* Made it easier to override where Meson looks for wayland-scanner
during cross-compilation, using a native machine file.
* Fixed invalid usage of Wayland client connections in the nested
compositor which caused sporadic crashes in certain conditions.
* Fixed file descriptor and memory leaks. |
1.8.3 01 May 2021 00:48:03
    |
Jan Beich (jbeich)  |
www/wpebackend-fdo: convert to USES=meson + define LICENSE_FILE |
1.8.3 01 May 2021 00:48:02
    |
Jan Beich (jbeich)  |
www/wpebackend-fdo: update to 1.8.3
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.4.2.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.6.0.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.6.1.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.0.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.1.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.2.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.3.html
PR: 249452 254351
Submitted by: Olivier Duchateau, Evgeniy Khramtsov (based on) |
1.4.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 28 May 2020 06:12:15
  |
jbeich  |
www/wpebackend-fdo: unbreak with libglvnd
src/ws.cpp:30:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~ |
1.4.1 25 Feb 2020 22:41:00
  |
kwm  |
Update wpebackend-fdo to 1.4.1.
Add patch to fix the wayland renderer.
PR: 243677
Submitted by: Greg V <greg AT unrelenting dot technology> |
1.4.0 10 Oct 2019 20:29:19
  |
pkubaj  |
www/wpebackend-fdo needs C++11 compiler:
/wrkdirs/usr/ports/www/wpebackend-fdo/work/wpebackend-fdo-1.4.0/src/ipc.h:40:
error: ISO C++ forbids declaration of 'unique_ptr' with no type
sysutils/xfce4-kbdleds-plugin needs C11 compiler similarly to other xfce ports.
Approved by: mentors (implicit approval) |
1.4.0 30 Sep 2019 22:09:34
  |
kwm  |
Add wpebackend-fdo the freedesktop.org backend for WPE WebKit
A WPE backend designed for (Linux) desktop systems.
It is required by webkitgtk 2.6 which is currently being tested.
Obtained from: gnome development repo |