accessibility/hyprsunset: add new port
hyprsunset is a small utility to provide a blue light filter for your
system. This method is preferred to screen shaders as it will not be
captured via recording / screenshots.
Requires hyprland >= 0.45.0 for hyprland-ctm-control-v1 protocol.
https://github.com/hyprwm/hyprsunset
emulators/yuzu: unbreak build after 33d6f548e666
In file included from src/core/debugger/debugger.cpp:8:
In file included from /usr/local/include/boost/asio.hpp:69:
/usr/local/include/boost/asio/co_composed.hpp:849:13: error: unknown type name 'async_operation'
849 | template <async_operation Op>
| ^
/usr/local/include/boost/asio/co_composed.hpp:850:24: error: unknown type name 'Op'
850 | auto await_transform(Op&& op
| ^
/usr/local/include/boost/asio/co_composed.hpp:862:17: error: unknown type name 'Op'
862 | awaitable(Op&& op, co_composed_promise& promise
| ^
/usr/local/include/boost/asio/co_composed.hpp:915:7: error: unknown type name 'Op'
915 | Op&& op_;
| ^
/usr/local/include/boost/asio/co_composed.hpp:869:27: error: unknown type name 'Op'
869 | : op_(static_cast<Op&&>(op)),
| ^
[24 lines not shown]
databases/postgresql??-*: Update to latest version
The issues listed below affect PostgreSQL 17. Some of these issues may
also affect other supported versions of PostgreSQL.
- Restore functionality of ALTER ROLE .. SET ROLE and ALTER DATABASE ..
SET ROLE. The fix for CVE-2024-10978 accidentally caused settings for
role to not be applied if they came from non-interactive sources,
including previous ALTER {ROLE|DATABASE} commands and the PGOPTIONS
environment variable.
- Restore compatibility for the timescaledb and other PostgreSQL
extensions built using PostgreSQL prior to the 2024-11-14 release
(17.0, 16.4, 15.8, 14.13, 13.16, 12.20, and earlier). This fix restores
struct ResultRelInfo to its previous size, so that affected extensions
don't need to be rebuilt.
- Fix cases where a logical replication slot's restart_lsn could go backwards.
[10 lines not shown]
www/gitlab: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-json to rubygem-json27
- Change RUN_DEPENDS from rubygem-net-http to rubygem-net-http041
- Bump PORTREVISION for dependency change
graphics/libgphoto2: Fix curl detection
Before:
checking for libcurl to use... autodetect
checking for LIBCURL... no
checking libcurl config program... none
...
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libgphoto2/%%VERSION%%/lumix.so
===> Error: Plist issues found.
*** Error code 1
After:
checking for curl/curl.h... yes
checking for function curl_easy_init in libcurl... yes
checking libcurl library flags... "-L/usr/local/lib -lcurl"
checking libcurl cpp flags... "-I/usr/local/include"
[2 lines not shown]