compat: linux: use appropriate variables for copying out old timers
We copyout &l_oval but do the conversions into &l_val, leaving us with
stack garbage. A build with an LLVM21 cross-toolchain seems to catch
this.
Reported by: Florian Limberger <flo purplekraken com>
Reviewed by: markj
Fixes: a1fd2911ddb06 ("linux(4): Implement timer_settime64 syscall.")
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D52985
sys/xen: Use __printflike() instead of format(printf)
The __printflike macro sets the format to freebsd_kprintf which recent
clang understands and warns about. Fixes the following error:
`passing 'printf' format string where 'freebsd_kprintf' format string is expected [-Werror,-Wformat]`
MFC after: 1 week
ocs_fc: Use __printflike() instead of format(printf)
The __printflike macro sets the format to freebsd_kprintf which recent
clang understands and warns about. Fixes the following error:
`passing 'printf' format string where 'freebsd_kprintf' format string is expected [-Werror,-Wformat]`
MFC after: 1 week
net-im/dino: Unbreak build
- Incorrect use of meson in the previous patch (apologies), this
patch fixes the previous misconception.
- Reformatted Makefile so plugin options are grouped together.
- Ensure plugin-dependent files within plist are properly labeled
with the right plugin.
PR: 291721
Reported by: Ivan Rozhuk <rozhuk dot im at gmail dot com>
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