x11-fonts/ttf-ancient-fonts: New port: Set of fonts designed for ancient languages and scripts
Initial patch by Piotr Smyrak <ps.ports at smyrak.com> (maintainer)
PR: 291275
deskutils/showdown: Remove port
Unmaintained in tree for 8+ months
Unmaintained upstream since 2022
Fails to build, pkg-fallout reports since at least 2025-10
Reported by: pkg-fallout
devel/upp: Mark BROKEN and set expiration date to 2025-01-31
Fails to build with freetype 2.14+
Current version is several years old and upstream is still active
Project is located at https://github.com/ultimatepp/ultimatepp if
someone wants to pick it up
Reported by: pkg-fallout
net-im/fractal: Mark BROKEN
Fails to build with following error:
error: failed to select a version for the requirement `syn = "^2"`
candidate versions found which didn't match: 1.0.107
location searched: directory source `/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/cargo-crates` (which is replacing registry `crates-io`)
required by package `openssl-macros v0.1.1`
... which satisfies dependency `openssl-macros = "^0.1.1"` of package `openssl v0.10.74`
... which satisfies dependency `openssl = "^0.10.29"` of package `native-tls v0.2.11`
... which satisfies dependency `native-tls-crate = "^0.2"` of package `reqwest v0.10.10`
... which satisfies dependency `reqwest = "^0.10.3"` of package `fractal-matrix-api v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-matrix-api)`
... which satisfies path dependency `fractal_api` of package `fractal-gtk v4.4.2 (/wrkdirs/usr/ports/net-im/fractal/work/fractal-4.4.2/fractal-gtk)`
perhaps a crate was updated and forgotten to be re-vendored?
*** Error code 101
Reported by: pkg-fallout
bsd.sys.mk: add NO_WCHARACTER_CONVERSION and use it for googletest
This silences warnings about benign implicit character conversions in
googletest's gtest-printers.h.
bsd.sys.mk: suppress some new clang 21 warnings for C++
Otherwise, these lead to many -Werror warnings in libc++ headers, due to
our use of -Wsystem-headers, which is not officially supported upstream:
Suppress -Wc++20-extensions, due to:
/usr/include/c++/v1/__algorithm/simd_utils.h:96:50: error: explicit template parameter list for lambdas is a C++20 extension [-Werror,-Wc++20-extensions]
96 | inline constexpr size_t __simd_vector_size_v = []<bool _False = false>() -> size_t {
| ^
Suppress -Wc++23-lambda-attributes, due to:
/usr/include/c++/v1/__format/format_functions.h:462:32: error: an attribute specifier sequence in this position is a C++23 extension [-Werror,-Wc++23-lambda-attributes]
462 | if (bool __is_identity = [&] [[__gnu__::__pure__]] // Make sure the compiler knows this call can be eliminated
| ^
Suppress -Wnullability-completeness, due to:
[5 lines not shown]
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.