audio/logitechmediaserver: 8.5.2 -> 9.0.3, rename to audio/lyrionmusicserver
- With version 9, the project gets a new name.
The basics are mostly the same.
- non-GPL firmware/files have been removed, so package can now
be redistributed (result of discussions with Lyrion community)
- Many perl5 ports are now used, instead of vendor ports
- Some are left from the vendor code, which are not part of the p5 ports
- removing the plugins as they are unmaintained and maintainer is not sure
the plugins worked with 8.5.2, anyway
Changes: https://lyrion.org/getting-started/changelog-lms9/#version-903-2025-10-03-9977737c1
graphics/fotocx: update the port to version 25.5
Get rid of PORTDOCS=* while here, two files do not
warrant it as we already use flattened `pkg-plist'.
Reported by: portscout
net/rsync: Fix stealth dependency on Python
net/rsync includes a Python script installed as sbin/rrsync
without declaring a dependency on Python.
Adds a port option, PYTHON, that controls whether rrsync is
installed and adds the necessary dependency and remove the
pkg-message who advises that Python might be needed.
By default this option is off (updating the package will remove rrsync).
PR: 286073
Reported by: Christian Ullrich <chris at chrullrich.net>
multimedia/qmmp-qt6: update to 2.3.1 release (+):
Changes since 2.3.0:
added IMA ADPCM support;
fixed grouping by parent directory;
fixed sorting by file name and path;
fixed detection of the PCM WAVE files with "JUNK", "bext" and "fact" chunks;
fixed color scheme change issues;
fixed drawing issues in the plugin list;
updated Chinese Simplified translation.
multimedia/qmmp-qt5: update to 1.7.9 release (+)
Changes since 1.7.8:
added IMA ADPCM support;
fixed displaying mpeg plugin build status;
fixed default output under Windows;
fixed IPC messages charset;
fixed issues with "--pl-help" and "--nowplaying-syntax" command-line options;
fixed audio channel map for WMA;
fixed detection of the PCM WAVE files with "JUNK", "bext" and "fact" chunks;
fixed retrieving song lyrics;
fixed sorting by file name and path;
fixed drawing issues in the plugin list;
fixed color scheme change issues;
updated Chinese Simplified translation.
scsi: Make all da error messages greppable
Don't split the error messages across lines. We used to do that ages
ago, but have relaxed style(9) to encourage the opposite so all error
messages can be grepped. This constantly slows me down when I'm helping
others find issues, so start here by splitting according to normal
style(9) rules with a relaxed line length of 90.
Sponsored by: Netflix
games/wesnoth: update to 1.18.6 release (+)
Version 1.18.6:
Multiplayer
* 5p - The Wilderlands:
* Fixed lag during AI turn (issue #10419)
Translations
* Updated translations: Ancient Greek, Arabic, Bengali, British English, Catalan, Chinese (Simplified), Czech, Finnish, French, Galician, Hungarian, Polish, Spanish
User interface
* The load-game dialog can now see the directories used by the development version (1.19.2 and later)
ipfw.8: fix documentation bug for setmark
A mark set with "setmark" keyword is intended to be "sticky"
and documented as such but in fact it is not yet,
as current implementation lacks "sticky" feature
and its implementation will be not MFC'd, most probably.
Correct the manual page until the implementation improved.
MFC after: 3 days
Discussed with: Boris Lytochkin <lytboris at gmail.com> (author)