Uses/cabal.mk: Output informative message into stderr in make-use-cabal
This allows running make make-use-cabal > Makefile.cabal without further editing.
devel/R-cran-rlang: Update to 1.2.0
Current version has been broken for some days.
PR: 295048
Reported by: einar at isnic.is
Approved by: blanket approval
x11/alttab: Update to 1.8.0
ChangeLog: https://github.com/sagb/alttab/releases/tag/v1.8.0
* Disable bottom line by default.
* Avoid xnee dependency in tests.
* Build variable to debug icon source.
* More secure input filtering.
* Option -s 5 to prefer file icon if size is equal.
* Escape key to close UI.
* Handle COMPOUND WM_NAME.
* Secure window name loading in ratpoison.
* Show desktop names instead of numbers.
* Adapt test script for Darwin.
* Option -sortmin to show minimized windows last.
* Option -min to color minimized windows frames.
* Fix DISPLAY in test script.
* Fix C language errors.
Reported by: portscout
filesystems/mergerfs: Fix build with newer Clang/libc++
The vendored fmt header uses malloc/free without including the
appropriate declarations, causing builds to fail on recent
FreeBSD -CURRENT toolchains.
Add the missing <cstdlib> include to libfuse/include/fmt/format.h.
Notified by: pkg-fallout
(cherry picked from commit e60f6672636217373c1f86a19ccd168ac18c721a)
filesystems/mergerfs: Fix build with newer Clang/libc++
The vendored fmt header uses malloc/free without including the
appropriate declarations, causing builds to fail on recent
FreeBSD -CURRENT toolchains.
Add the missing <cstdlib> include to libfuse/include/fmt/format.h.
Notified by: pkg-fallout