FreeBSD/ports 5a15eb6sysutils/webmin pkg-plist Makefile

sysutils/webmin: Add missing files to pkg-plist

The 2.652 update added new files (miniserv-lib.pl among them) that were
not listed in pkg-plist, so they were staged but never packaged. Without
miniserv-lib.pl the server failed to start.

PR:             296885
Reported by:    matthew at wener.org
DeltaFile
+10-0sysutils/webmin/pkg-plist
+1-0sysutils/webmin/Makefile
+11-02 files

FreeBSD/ports fb3a568net-im/toxic distinfo Makefile

net-im/toxic: upgrade to v0.16.3

Release notes at https://github.com/JFreegman/toxic/releases#release-v0.16.3
DeltaFile
+3-3net-im/toxic/distinfo
+1-1net-im/toxic/Makefile
+4-42 files

FreeBSD/ports cddcfe8lang/lfortran Makefile distinfo

lang/lfortran: upgrade to v0.64.0

Release notes at https://github.com/lfortran/lfortran/releases/tag/v0.64.0
DeltaFile
+4-5lang/lfortran/Makefile
+3-3lang/lfortran/distinfo
+7-82 files

FreeBSD/ports 2170302math/openblas64 distinfo Makefile

math/openblas64: upgrade to 0.3.34

Release notes at
        https://github.com/OpenMathLib/OpenBLAS/releases#release-v0.3.34
DeltaFile
+3-3math/openblas64/distinfo
+3-2math/openblas64/Makefile
+6-52 files

FreeBSD/ports 58ec6abeditors/mined Makefile

editors/mined: chase UCD
DeltaFile
+2-2editors/mined/Makefile
+2-21 files

LLVM/project 4812a67clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp, clang/test/CIR/CodeGenHIP builtins-amdgcn.hip builtins-amdgcn-vi-f16.hip

[CIR][AMDGPU] Add support for AMDGCN frexp_mant builtins (#198121)

Adds codegen for the following AMDGCN frexp mantissa builtins:

- __builtin_amdgcn_frexp_mant (double)
- __builtin_amdgcn_frexp_mantf (float)
- __builtin_amdgcn_frexp_manth (half)

These are lowered to the corresponding `llvm.amdgcn.frexp.mant`
intrinsic.
DeltaFile
+16-0clang/test/CIR/CodeGenHIP/builtins-amdgcn.hip
+8-0clang/test/CIR/CodeGenHIP/builtins-amdgcn-vi-f16.hip
+2-4clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+26-43 files

FreeBSD/src 2038232sys/kern kern_sig.c

thread_stopped(): style

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+2-2sys/kern/kern_sig.c
+2-21 files

OpenBSD/ports e7NznvYdevel/autoconf Makefile

   +2.73
VersionDeltaFile
1.45+1-0devel/autoconf/Makefile
+1-01 files

FreeBSD/ports d4cb878devel/p5-Mac-PropertyList distinfo Makefile

devel/p5-Mac-PropertyList: Update to 1.605
DeltaFile
+3-3devel/p5-Mac-PropertyList/distinfo
+1-1devel/p5-Mac-PropertyList/Makefile
+4-42 files

OpenBSD/ports LP7SocQdevel/autoconf/2.73/patches patch-Makefile_in patch-configure, devel/autoconf/2.73/pkg PLIST

   Initial revision
VersionDeltaFile
1.1+120-0devel/autoconf/2.73/patches/patch-Makefile_in
1.1+69-0devel/autoconf/2.73/pkg/PLIST
1.1+60-0devel/autoconf/2.73/patches/patch-configure
1.1+42-0devel/autoconf/2.73/patches/patch-doc_autoconf_texi
1.1+38-0devel/autoconf/2.73/patches/patch-bin_autom4te_in
1.1+26-0devel/autoconf/2.73/patches/patch-lib_m4sugar_m4sugar_m4
+355-018 files not shown
+435-024 files

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