sysutils/desktop-installer: Update to 1.1.1.13
Support multiple versions of virtualbox guest additions
Offer to install popular shells
Improve user guidance on virtual consoles, switching to latest packages
Reported by: G Perrin
Mk/Uses: Add electron.mk and companion scripts
electron.mk and companion scripts for making it easier to port
Electron-based applications.
The electron.mk addresses the following obstacles in porting:
- Need to adapt to different node package managers used in a
project (npm, yarn, and pnpm)
Different package managers have different commands and options. With
electron.mk, porters don't have to worry about those differences
using USE_ELECTRON=npm feature.
- Need to create an archive of necessary node modules and host the
file somewhere online
An Electron-based project usually needs to install node modules
using "npm install" command during the build phase. We can't allow
[17 lines not shown]
net-im/dino: update to 0.5.1
- Change build system from cmake to meson
- Remove libsignal-protocol-c
- Add libomemo-c
- Rename plugins, all plugins now have a plugin-* prefix
- Regenerate pkg-plist
- Update libsoup, and libwebrtc-audio-processing dependencies[1]
PR: 291721
Co-authored-by: Ashish SHUKLA <ashish at FreeBSD.org> [1]
devel/qt6-base: Fix packaging when WAYLAND is off globally
Disable qtwaylandscanner when WAYLAND option is off. One would think
this would happen when one wholly disables wayland, but one would only
be kidding oneself. This is Qt, afterall.
PR: 291835
Reported by: Frank Reisert <bugs at rufus.in-berlin.de>
Special thanks: vvd@ for bringing this to my attention on #freebsd-desktop
after bugzilla auto-assign failure
security/xray-core: Fix rc.d script
It needs to use load_rc_config before knob variables, otherwise
customizations such as config and log path won't work.
PR: 291704
Approved by: Kirill Lebedev <kirill at drlebedev.com> (maintainer)
MFH: 2025Q4
(cherry picked from commit f457dfab6526cd4bd8d137024d2057444b637d9d)
security/xray-core: Fix rc.d script
It needs to use load_rc_config before knob variables, otherwise
customizations such as config and log path won't work.
PR: 291704
Approved by: Kirill Lebedev <kirill at drlebedev.com> (maintainer)
MFH: 2025Q4
security/krb5-*: Rename BUILTIN and OPENSSL options
Rename the BUILTIN option to CRYPTO_BUILTIN and rename the OPENSSL
option to CRYPTO_OPENSSL.
Suggested by: michaelo
emulators/wine-devel: Update 11.0-rc2 => 11.0-rc3
Changelog:
- Bug fixes only, we are in code freeze.
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0-rc3
Allow user of 15.0 to install 32bit packages from 14.3:
Add a new positional parameter --old for pkg32.sh that would allow the
user to install the 32bits from the 14.3 repository.
PR: 291849 291328