Make the _C_LABEL definition match exactly <sys/cdefs_elf.h> because
atomic_cas.S now includes <sys/ras.h> and <sys/ras.h> includes <sys/cdefs.h>
because it wants things like __CONCAT(). I think it is better to do it this
way rather than #undef here or in atomic_cas.S because then if the definition
changes it will break again.
pybind11: work around 3.0.1 to 3.0.2 regression
Add link to upstream PR.
This workaround seems to at least fix the test case from the PR and
makes gnuradio build. Should hopefully avoid having to revert
the upgrade to 3.0.2 while waiting for a proper fix from upstream.
Revert "[CI] Try lowering max parallel link jobs on Windows (#185255)"
This reverts commit af22b50fac2311ff3f859e4e8bdec552c7aa8d5a.
This seems to have had no noticeable effect on the frequency of failures
so likely was not the issue.
libX11: suppress about 2000 lint warnings
Realistically, nobody is going to look at these since there are so many
of them and they repeat. Instead, allow to focus on the remaining
warnings that don't occur so often.
[X86] combineConcatVectorOps - concat(vtruncs(x),vtruncs(y)) -> packss(shuffle(x,y),shuffle(x,y)) (#186678)
Although at worst this isn't a reduction in instruction count, the shuffle/packss sequence is much easier for further folds / shuffle combining
[CodeGenPrepare][NFC] Get BPI/BFI from pass/analysis manager (#186651)
BranchProbabilityInfo will compute it's own dominator tree and
post-dominator tree if none is specified; avoid this by using the
analysis manager/pass manager to get the analysis, which will reuse the
previously computed DomTree.
glib2: copy over gobject-introspection's patch-girepository_gitypelib.c
Needed to make library loading for pkgsrc libraries work correctly
on macOS after py-gobject switched to girepository-2.0.
[CFG][InstCombine][NFC] Use block numbers when finding backedges (#186668)
The functions traverse all basic blocks, so SmallPtrSets use a single
vector indexed by block number.
[SimplifyCFG][NFC] Renumber blocks when changing func (#186666)
Keep numbering dense when changing the function. SimplifyCFG is a good
candidate, because it is likely to remove blocks and preserves few
analyses.
[Transforms/Utils][NFC] Replace SmallPtrSet with vector (#186664)
Typically most blocks in a function are reachable, so use a vector
indexed by block number instead of a SmallPtrSet.
www/ruby-aws-sdk-s3: update to 1.216.0
1.216.0 (2026-03-12)
* Feature - Adds support for account regional namespaces for general purpose
buckets. The account regional namespace is a reserved subdivision of the
global bucket namespace where only your account can create general purpose
buckets.
www/ruby-aws-partitions: update to 1.226.0
1.1226.0 (2026-03-13)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1225.0 (2026-03-12)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
textproc/ruby-kramdown-rfc2629: update to 1.7.33
1.7.32 (2026-03-14)
* small fixes in JSON auto-checking
1.7.33 (2026-03-15)
* handle "literal" in author list in doilit.
textproc/ruby-commonmarker: update to 2.7.0
2.7.0 (2026-03-13)
What's Changed
* Bump comrak from 0.49.0 to 0.50.0 by @dependabot[bot] in #440
* Bump time from 0.3.45 to 0.3.47 by @dependabot[bot] in #441
* Bump comrak from 0.50.0 to 0.51.0 by @dependabot[bot] in #444
* Add fenced?/fenced= for code block nodes by @fukayatsu in #443
* Add insert extension for rendering ++text++ as <ins>text</ins> by
@gjtorikian in #446
* Add compact_html render option to suppress newlines in HTML output by
@gjtorikian in #447
* [skip test] Release v2.7.0 by @github-actions[bot] in #445
New Contributors
* @fukayatsu made their first contribution in #443
*/*: Go ports that use modernc.org/sqlite are for aarch64, amd64 only
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Consistently mark ports using these with ONLY_FOR_ARCHS.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
(cherry picked from commit b1e7e12428e07a6f36afdc91b21ae044f4c4db3c)