Hi, is there some reason why Firefox is being updated regularly and Librewolf not? Lack of interest to have it updated? Just a question ... Regards, vermaden
Hi, i forget for patch this is for 120 librewolf https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275521
(In reply to Martin Filla from comment #1) Cool, is 120 the latest one?
(In reply to Slawomir Wojciech Wojtczak from comment #2) <https://codeberg.org/librewolf/source> 123.0.1-1
Maybe it would be best to patch to latest version?
Created attachment 249346 [details] updates to 123.0.1-1
(In reply to Jesper Schmitz Mouridsen from comment #5) Thank You - these are great news - not only for me - I created this PR because other people 'complained' that Librewolf is so much 'behind' official Firefox release. A big 'Thank You' in their interest from my side :) Regards, ver
Poudriere is ok ===> Deinstalling for librewolf ===> Deinstalling librewolf-123.0.1.1 Updating database digests format: .......... done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: librewolf: 123.0.1.1 Number of packages to be removed: 1 The operation will free 252 MiB. [freebsd132x64-default] [1/1] Deinstalling librewolf-123.0.1.1... [freebsd132x64-default] [1/1] Deleting files for librewolf-123.0.1.1: .......... done ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types =========================================================================== =>> Checking for extra files and directories [01:32:35] Installing from package [freebsd132x64-default] Installing librewolf-123.0.1.1... [freebsd132x64-default] Extracting librewolf-123.0.1.1: .......... done ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types ===== Message from librewolf-123.0.1.1: -- ## Missing features Some features found on Windows, macOS and Linux are not implemented: - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) - Crash Reporter (requires Google Breakpad and reproducible builds) - WebVR (requires open source runtime) - TCP fast open - `about:networking` (requires link state notification) ## Audio backend Currently used audio backend can be inspected on `about:support` page. Supported backends and default probing order is as follows: - `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option) - `jack` if `jackit` package is installed (JACK option) - `sndio` if `sndio` package is installed (SNDIO option) - `alsa` if `alsa-lib` package is installed (ALSA option) - `oss` (always available) To force a specific backend open `about:config` page and create `media.cubeb.backend` preference. Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends. Other backends are limited to `default` which is usually `/dev/dsp`, so use virtual_oss to reroute microphones from non-default devices. ## Gamepad API Requires evdev(4) joystick support. On FreeBSD 13.0 enable hgame(4) while older versions can use sysutils/iichid or multimedia/webcamd. ## smb:// issues Network group, machine, and share browsing does not work correctly. ## sftp:// Only sftp access using public key authentication works. To easily setup public key authentication to `remote_host`: $ ssh-keygen $ cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" The SSH server on `remote_host` must allow pub key authentication. [01:32:40] Cleaning up ===> Cleaning for librewolf-123.0.1.1 [01:36:52] Deinstalling package Updating database digests format: . done Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: librewolf: 123.0.1.1 Number of packages to be removed: 1 The operation will free 252 MiB. [freebsd132x64-default] [1/1] Deinstalling librewolf-123.0.1.1... [freebsd132x64-default] [1/1] Deleting files for librewolf-123.0.1.1: .......... done ==> Running trigger: desktop-file-utils.ucl Building cache database of MIME types build of www/librewolf | librewolf-123.0.1.1 ended at Fri Mar 22 16:02:37 CET 2024 build time: 01:17:33
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=860821402c33fcba31564fbd99352783ce88994d commit 860821402c33fcba31564fbd99352783ce88994d Author: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> AuthorDate: 2024-03-22 20:27:56 +0000 Commit: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> CommitDate: 2024-03-22 20:43:17 +0000 www/librewolf: Update to 123.0-1 switch to unity-menubar from archlinux, since it is not currently maintained by upstream. PR: 277807 Approved by: freebsd@sysctl.cz (maintainer) www/librewolf/Makefile | 17 +- www/librewolf/distinfo | 8 +- www/librewolf/files/patch-bug1559213 | 37 +- www/librewolf/files/patch-bug1680982 (gone) | 388 - www/librewolf/files/patch-bug1874059 (new) | 25 + www/librewolf/files/patch-bug1876366 (new) | 188 + www/librewolf/files/patch-bug1878010 (new) | 30 + www/librewolf/files/patch-bug847568 | 59 +- .../files/patch-dom_media_flac_FlacDecoder.cpp | 2 +- ...ebrtc_third__party__build_webrtc.mozbuild (new) | 27 + www/librewolf/files/patch-libwebrtc-generated | 19245 +++++++++++-------- www/librewolf/files/patch-mozglue_misc_SSE.h | 2 +- www/librewolf/files/patch-rust-1.73.0 (gone) | 83 - ...oolkit_components_processtools_procinfo__bsd.c} | 0 .../files/patch-toolkit_xre_glxtest.cpp (gone) | 17 - .../patch-toolkit_xre_nsXREDirProvider.cpp (new) | 11 + www/librewolf/files/patch-wayland-proxy (new) | 15 + .../files/patch-widget_gtk_nsMenuBar.cpp (gone) | 11 - .../files/patch-widget_gtk_nsMenuObject.cpp (gone) | 66 - www/librewolf/files/unity-menubar.patch (new) | 5268 +++++ 20 files changed, 16863 insertions(+), 8636 deletions(-)
Thank You very much for the update. Regards, vermaden
^Triage: assign to committer who resolved the issue.