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 s20240301_2
Nintendo Switch emulator/debugger
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)),
| ^
/usr/local/include/boost/asio/co_composed.hpp:900:27: error: unknown type name
'Op'
900 | static_cast<Op&&>(static_cast<awaitable*>(p)->op_)(
| ^
/usr/local/include/boost/asio/co_composed.hpp:902:55: error: template argument
for template type parameter must be a type
902 | Return, completion_signature_of_t<Op>>(
| ^~
/usr/local/include/boost/asio/async_result.hpp:939:20: note: template parameter
is declared here
939 | template <typename T, typename... Args>
| ^
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:911:37: error: template argument
for template type parameter must be a type
911 | completion_signature_of_t<Op>>::on_resume(promise_.result_);
| ^~
/usr/local/include/boost/asio/async_result.hpp:939:20: note: template parameter
is declared here
939 | template <typename T, typename... Args>
| ^
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:925:34: error: unknown type name
'Op'
925 | return awaitable{static_cast<Op&&>(op), *this
| ^
Reported by: pkg-fallout
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.
- Avoid deleting still-needed WAL files during pg_rewind.
- Fix race conditions associated with dropping shared statistics
entries, which could lead to loss of statistics data.
- Fix crash with ALTER TABLE when checking to see if an index's opclass
options have changed if the table has an index with a non-default
operator class.
Security: 12e3feab-a29f-11ef-af48-6cc21735f730
www/gitlab 17.5.2_1
Web GUI for managing git repositories
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"
Approved by: portmgr (blanket)
textproc/rubygem-terminal-table: Change RUN_DEPENDS from
rubygem-unicode-display_width to rubygem-unicode-display_width2
- Bump PORTREVISION for dependency change