FreeBSD/ports 92543ecmath/hydrogen Makefile

math/hydrogen: Fix build on 16

Reported by:    fallout
DeltaFile
+2-0math/hydrogen/Makefile
+2-01 files

FreeBSD/ports d68aa53multimedia/linux-rl9-ffmpeg distinfo Makefile

multimedia/linux-rl9-ffmpeg: update to 5.1.10 release

(cherry picked from commit 0375635f94171bc87e06c508c0fd4460dc8c7dad)
DeltaFile
+7-7multimedia/linux-rl9-ffmpeg/distinfo
+1-1multimedia/linux-rl9-ffmpeg/Makefile
+8-82 files

FreeBSD/ports 0d5c6b1science/siconos/files patch-externals_boost__contribs_expm.hpp

science/siconos: Fix build on 16 by patching std::abs<> C++ call

Reported by:    fallout
DeltaFile
+13-0science/siconos/files/patch-externals_boost__contribs_expm.hpp
+13-01 files

FreeBSD/ports a744a76devel/linux-rl9-lld pkg-plist.amd64

devel/linux-rl9-lld: fix typo in plist for amd64

Reported by:    pkg-fallout
DeltaFile
+1-1devel/linux-rl9-lld/pkg-plist.amd64
+1-11 files

LLVM/project acd3fcfclang/lib/CodeGen CodeGenModule.cpp, clang/test/CodeGen call-graph-section.cpp call-graph-section-templates.cpp

[clang] Emit call graph type metadata for internal linkage symbols (#210194)
DeltaFile
+18-18clang/test/CodeGen/call-graph-section.cpp
+18-16clang/lib/CodeGen/CodeGenModule.cpp
+13-13clang/test/CodeGen/call-graph-section-templates.cpp
+9-9llvm/test/CodeGen/ARM/call-graph-section-assembly.ll
+8-8llvm/test/CodeGen/X86/call-graph-section-tailcall.ll
+8-8clang/test/CodeGen/call-graph-section.c
+74-7214 files not shown
+135-13720 files

LLVM/project f9b7acblld/ELF Relocations.h

[NFC][ELF] Remove unused R_TLS*_HINT RelExprs (#210519)

As of 5e87f8147d68 ("[ELF] Add target-specific relocation scanning for
PPC32 (#181517)") these are never generated, and as of 46d29d43ba8e
("[ELF] Remove unused handleTlsRelocation (#184951)") these are not even
handled anywhere.
DeltaFile
+0-2lld/ELF/Relocations.h
+0-21 files

LLVM/project 2144ee4lld/ELF Relocations.h

[NFC][ELF] Remove unused R_TLSDESC_CALL RelExpr (#210518)

As of 4ea72c1e8cbd ("[ELF] Add target-specific relocation scanning for
RISC-V (#181332)") this is never generated, and as of 46d29d43ba8e
("[ELF] Remove unused handleTlsRelocation (#184951)") this is not even
handled anywhere.
DeltaFile
+0-1lld/ELF/Relocations.h
+0-11 files

FreeBSD/ports 4d61821www/iocaine Makefile pkg-plist

www/iocaine: Install configuration files as sample

So that there is no possibility of losing your configurations.

While here, also remove the .orig file.

PR:             296506
Reported by:    Kamigishi Rei <spambox at haruhiism.net>
Approved by:    Sebastian Oswald <sko at rostwald.de> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 0f8691c17b7fe9d9788145516d463b27e83ae651)
DeltaFile
+3-4www/iocaine/Makefile
+2-5www/iocaine/pkg-plist
+5-92 files

LLVM/project 0b5073alld/ELF InputSection.cpp Relocations.h

[NFC][ELF] Remove unused R_RELAX_TLS_* RelExprs (#210517)

As of 46d29d43ba8e ("[ELF] Remove unused handleTlsRelocation (#184951)")
these are never generated.
DeltaFile
+0-7lld/ELF/InputSection.cpp
+0-7lld/ELF/Relocations.h
+0-142 files

FreeBSD/ports 0f8691cwww/iocaine Makefile pkg-plist

www/iocaine: Install configuration files as sample

So that there is no possibility of losing your configurations.

While here, also remove the .orig file.

PR:             296506
Reported by:    Kamigishi Rei <spambox at haruhiism.net>
Approved by:    Sebastian Oswald <sko at rostwald.de> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+3-4www/iocaine/Makefile
+2-5www/iocaine/pkg-plist
+5-92 files

LLVM/project 6e4eadcflang/lib/Parser openmp-parsers.cpp, llvm/include/llvm/Frontend/OpenMP OMP.h

[OpenMP] Add constexpr enum ranges for all clauses and all directives
DeltaFile
+9-0llvm/include/llvm/Frontend/OpenMP/OMP.h
+2-5flang/lib/Parser/openmp-parsers.cpp
+2-4llvm/lib/Frontend/OpenMP/OMP.cpp
+2-4llvm/unittests/Frontend/OpenMPDirectiveNameParserTest.cpp
+15-134 files

NetBSD/src bBdvqRqsys/arch/sun2/sun2 pmap.c

   Remove some trailing whitespace that led to increased diffs between
   sun2 and sun3 pmap.
VersionDeltaFile
1.60+66-66sys/arch/sun2/sun2/pmap.c
+66-661 files

LLVM/project c739ce6llvm/test/TableGen subreg-index-overflow-allowed.td subreg-index-overflow.td, llvm/utils/TableGen/Common CodeGenRegisters.cpp CodeGenRegisters.h

[TableGen] Diagnose sub-register indices that overflow their register (#206346)
DeltaFile
+79-0llvm/utils/TableGen/Common/CodeGenRegisters.cpp
+37-0llvm/test/TableGen/subreg-index-overflow-allowed.td
+29-0llvm/test/TableGen/subreg-index-overflow.td
+5-0llvm/utils/TableGen/Common/CodeGenRegisters.h
+150-04 files

LLVM/project 53096b7llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86/apx sub.ll

[X86][APX] Optimize usub.sat(X,1) to cmp+adc with NDD (#208475)

When NDD is available, usub.sat(X, 1) is lowered from xor+sub+cmov (3
insns) to cmp+adc (2 insns).

All X86 tests pass.

Fixes #207888

Co-authored-by: AntonyCJ30 <cj6186609 at gmail@gmail.com>
DeltaFile
+188-195llvm/test/CodeGen/X86/apx/sub.ll
+24-2llvm/lib/Target/X86/X86ISelLowering.cpp
+212-1972 files

NetBSD/pkgsrc 9eNXwwndoc TODO

   doc/TODO: wordpress

   + wordpress-7.0.2.
VersionDeltaFile
1.27602+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc ZqXpjcLdoc pkg-vulnerabilities

   doc/pkg-vulnerabilities: Add ruby-simplecov-html
VersionDeltaFile
1.771+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc uFyKOYBdoc eol-packages

   doc/eol-packages: Add ruby-simplecov-html
VersionDeltaFile
1.29+5-1doc/eol-packages
+5-11 files

NetBSD/pkgsrc AFDw1stdoc CHANGES-2026

   doc: Removed devel/ruby-simplecov-html
VersionDeltaFile
1.4543+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cLVZJoudevel/ruby-simplecov-html distinfo Makefile

   devel/ruby-simplecov-html: remove package

   Merged to devel/ruby-simplecov package.
VersionDeltaFile
1.16+1-1devel/ruby-simplecov-html/distinfo
1.15+1-1devel/ruby-simplecov-html/Makefile
1.10+1-1devel/ruby-simplecov-html/PLIST
1.2+0-0devel/ruby-simplecov-html/DESCR
+3-34 files

OpenBSD/ports jIoYWs6devel/codex distinfo Makefile

   devel/codex: update to 0.144.6
VersionDeltaFile
1.37+2-2devel/codex/distinfo
1.38+1-1devel/codex/Makefile
+3-32 files

NetBSD/pkgsrc CLMUv58devel Makefile

   devel/Makefile: remove ruby-simplecov-html
VersionDeltaFile
1.4664+1-2devel/Makefile
+1-21 files

NetBSD/pkgsrc HfY6T3idevel Makefile

   devel/Makefile: add and enable ruby-anonymous_loader
VersionDeltaFile
1.4663+2-1devel/Makefile
+2-11 files

NetBSD/pkgsrc No9z1Vkdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.0.2
VersionDeltaFile
1.4542+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9O3nFxgdevel/ruby-simplecov PLIST DESCR

   devel/ruby-simplecov: update to 1.0.2

   1.0.0 (2026-07-12)

   Changes are too many to write here, please refer:
   <https://github.com/simplecov-ruby/simplecov/releases/tag/v1.0.0> in detail.

   1.0.1 (2026-07-14)

   * Code coverage for Ruby with a powerful configuration library and
   * automatic merging of coverage across test suites.

   1.0.2 (2026-07-18)

   * Bump ruby/setup-ruby from 1.315.0 to 1.316.0 by @dependabot[bot] in #1229
   * Bump step-security/harden-runner from 2.19.4 to 2.20.0 by @dependabot[bot]
     in #1230
VersionDeltaFile
1.18+74-3devel/ruby-simplecov/PLIST
1.2+21-2devel/ruby-simplecov/DESCR
1.29+5-7devel/ruby-simplecov/Makefile
1.26+4-4devel/ruby-simplecov/distinfo
+104-164 files

LLVM/project be68a88llvm/include/llvm/ADT Sequence.h

[ADT] Fix non-assertion build after 36c812f771 (#210511)

E.g. https://lab.llvm.org/buildbot/#/builders/228/builds/5253
DeltaFile
+7-2llvm/include/llvm/ADT/Sequence.h
+7-21 files

NetBSD/pkgsrc zoTQzHGdoc CHANGES-2026

   doc: Updated devel/ruby-io-event to 1.19.2
VersionDeltaFile
1.4541+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2GbYnfBdevel/ruby-io-event distinfo Makefile

   devel/ruby-io-event: upddate to 1.19.2

   1.19.2 (2026-07-12)

   * Use rb_process_status_for when available to construct URing process_wait
     results directly from waitid, avoiding the extra reap syscall previously
     needed to build a Process::Status.
VersionDeltaFile
1.39+4-4devel/ruby-io-event/distinfo
1.41+2-2devel/ruby-io-event/Makefile
+6-62 files

NetBSD/pkgsrc RtN1Zj8doc CHANGES-2026

   doc: Updated devel/ruby-console to 1.37.0
VersionDeltaFile
1.4540+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YNRUIbIdevel/ruby-console distinfo Makefile

   devel/ruby-console: update to 1.37.0

   1.37.0 (2026-07-10)

   * Show compound units in elapsed time display.
VersionDeltaFile
1.25+4-4devel/ruby-console/distinfo
1.25+2-2devel/ruby-console/Makefile
+6-62 files

NetBSD/pkgsrc tPvneGZdoc CHANGES-2026

   doc: Updated devel/ruby-bindata to 3.0.0
VersionDeltaFile
1.4539+2-1doc/CHANGES-2026
+2-11 files