net/remmina: Update to 1.4.43
ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.43
* Add minimal macOS build support
* Revert "Added kerberos-config plug"
* [REM-3489] Fix issue preventing SPICE plugin from being loaded
* [REM-3490] Do not calculate monitor shift if using
freerdp_settings_set_monitor_def_array_sorted
sysutils/yazi: Update to 26.1.22
- Add a patch (files/patch-yazi-fs_src_provider_local_casefold.rs) to fix
the compilation which would otherwise fail with the following error:
error[E0432]: unresolved imports `libc::F_GETPATH`, `libc::O_SYMLINK`
--> yazi-fs/src/provider/local/casefold.rs:164:13
|
164 | use libc::{F_GETPATH, O_RDONLY, O_SYMLINK, PATH_MAX};
| ^^^^^^^^^ ^^^^^^^^^ no `O_SYMLINK` in the root
| |
| no `F_GETPATH` in the root
ChangeLog: https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26122
Reported by: "github-actions[bot]" <notifications at github.com>
deskutils/joplin-desktop: Add port: Note taking and to-do application with synchronisation capabilities
Joplin is a free, open source note taking and to-do application, which
can handle a large number of notes organised into notebooks. The notes
are searchable, can be copied, tagged and modified either from the
applications directly or from your own text editor. The notes are in
Markdown format.
WWW: https://joplinapp.org
textproc/krep: Disable all SIMD hacks/detections in favor of CPUTYPE
All SIMD "hacks/detection" should be disabled as we have CPUTYPE and
the current approach is also broken as host might not share the same
CPU features as target.
Reported by: diizzy@ (via e-mail)
Approved by: db@, yuri@ (Mentors, implicit)