[NFCI][AMDGPU] Use `GET_SUBTARGETINFO_MACRO` in `GCNSubtarget.h` and `R600Subtarget.h` (#177402)
We can finally get rid of the manually defined boolean variables, like
other targets. Even though most of them are now defined by macros, we
still need to add the entries.
devel/ruby-mixlib-shellout: update to 3.4.10
3.4.10 (2026-01-20)
Merged Pull Requests from version 3.3.9.
* migrating to cookstyle from chefstyle #258 (johnmccrae)
* Adding cookstyle to the windows tester #262 (johnmccrae)
* ruby 3.4 upgrade #261 (rishichawda)
* attempting to fix the bundler error #263 (rishichawda)
* update readme.md #264 (rishichawda)
* add logger as an explicit dependency #266 (rishichawda)
* assign @stdout, @stderr and @process_status to mutable strings in
preparation for ruby 4.0 #265 (rishichawda)
* add myself to codeowners #260 (jaymzh)
* Add GitHub Security Actions Workflow #267 (sean-sype-simmons)
* CHEF-25794 - standardize - remove_sla_from_readme #269 (cgunasree08)
* adding a tweaks for stirng freezes #272 (johnmccrae)
* set up ai assisted development workflow #271 (rishichawda)
[3 lines not shown]
graphics/ruby-color: update to 2.2.0
2.2.0 (2026-01-22)
* When color/rgb/colors is loaded and the RGB color does not have defined
names, a fallback lookup to named RGB colors will be performed to use that
name.
simple_black = Color.from_values(r: 0, g: 0, b: 0)
stuart_black = Color.from_values(r: 0, g: 0, b: 0, names: ["semple-black-4.0"])
simple_black.name # => nil
stuart_black.name # => "semple-black-4.0"
require 'color/rgb/colors'
simple_black.name # => "black"
stuart_black.name # => "semple-black-4.0"
[7 lines not shown]
net/ruby-amq-protocol: update to 2.5.1
2.5.1 (2026-01-19)
Windows Installation Fixes
* 2.4.0 and 2.5.0 versions unintentionally included files that were
symlinks, which caused installation on Windows to fail.
textproc/ruby-commonmarker: update to 2.6.3
2.6.2 (2026-01-19)
What's Changed
* Bump rb-sys from 0.9.123 to 0.9.124 by @dependabot[bot] in #433
* Memory management improvements by @gjtorikian in #435
* [skip test] Release v2.6.2 by @github-actions[bot] in #436
2.6.3 (2026-01-23)
What's Changed
* Move ignore_setext to parse options by @JunichiIto in #437
* [skip test] Release v2.6.3 by @github-actions[bot] in #439
New Contributors
[2 lines not shown]
Initial version of textproc/ocaml-xmlm, version 1.4.0.
Xmlm is an OCaml streaming codec to decode and encode the XML data
format. It can process XML documents without a complete in-memory
representation of the data.
Xmlm is made of a single independent, module and distributed under
the ISC license.
www/ruby-aws-partitions: update to 1.1209.0
1.1209.0 (2026-01-22)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1208.0 (2026-01-21)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1207.0 (2026-01-20)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
Improve and enable VT switching in greetd
Move the default config file to vt = 5 which maps to ttyC4, the VT we
otherwise reserve to X11. One cannot run both at the same time anyway.
Like in seatd, enable logging (in /var/log/authlog by default).
ok landry@ matthieu@