FreeBSD/ports a3b51b9misc/codex distinfo Makefile

misc/codex: Update to 0.77.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.74.0
- https://github.com/openai/codex/releases/tag/rust-v0.75.0
- https://github.com/openai/codex/releases/tag/rust-v0.76.0
- https://github.com/openai/codex/releases/tag/rust-v0.77.0

Reported by:    GitHub (watch releases)
DeltaFile
+19-9misc/codex/distinfo
+11-2misc/codex/Makefile
+8-3misc/codex/Makefile.crates
+38-143 files

LLVM/project 6a7d550flang/docs OpenMP-declare-target.md OpenMP-descriptor-management.md

[flang][NFC] Strip trailing whitespace from markdown files (2 of 2)

Strip trailing whitespace from the remaining markdown files. This
completes the sequence of NFC commits cleaning up trailing
whitespace from markdown files.
DeltaFile
+112-112flang/docs/OpenMP-declare-target.md
+34-34flang/docs/OpenMP-descriptor-management.md
+10-10flang/docs/Overview.md
+10-10flang/docs/OptionComparison.md
+9-9flang/docs/OpenACC-descriptor-management.md
+5-5flang/docs/OpenACC.md
+180-18012 files not shown
+214-21518 files

pfSense/pfsense b803fd3src/usr/local/bin kea2unbound

kea2unbound: don't crash if include file is empty
DeltaFile
+5-2src/usr/local/bin/kea2unbound
+5-21 files

FreeBSD/src 97fa627share/man/man4 udl.4

udl.4: Consolidate HARDWARE and add HISTORY

Some of the information needed for the HARDWARE section was the entire
DESCRIPTION section, so merge the two. While here, add the HISTORY of
this driver, add "driver" to the document description matching other
drivers, and tag the SPDX license identifier for mechanical parsing.

MFC after:      3 days
DeltaFile
+15-7share/man/man4/udl.4
+15-71 files

FreeBSD/ports 1dc63edwww/qt6-webengine/files patch-src_3rdparty_chromium_third__party_dav1d_libdav1d_src_arm_cpu.c patch-src_3rdparty_chromium_third__party_dav1d_libdav1d_src_cpu.c

www/qt6-webengine: Fix build on aarch64

Accepted by:    portmgr (build fix blanket)
DeltaFile
+0-23www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_dav1d_libdav1d_src_arm_cpu.c
+21-0www/qt6-webengine/files/patch-src_3rdparty_chromium_third__party_dav1d_libdav1d_src_cpu.c
+21-232 files

FreeBSD/ports 81d7744devel/jenkins distinfo Makefile

devel/jenkins: Update to 2.543

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins/distinfo
+1-1devel/jenkins/Makefile
+4-42 files

LLVM/project a3c8b09lldb/include/lldb/ValueObject DILAST.h DILEval.h, lldb/source/Target StackFrame.cpp

[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)

1. Every `ASTNodeUP` is asserted before being used in creating another
`ASTNodeUP`.
2. Removed returning `nullptr` in `ParseIntegerLiteral` and
`ParseFloatingPointLiteral` to avoid confusion.
3. All `ASTNodes` are now passed by reference instead of pointer.
DeltaFile
+74-74lldb/source/ValueObject/DILEval.cpp
+37-37lldb/include/lldb/ValueObject/DILAST.h
+12-12lldb/include/lldb/ValueObject/DILEval.h
+9-9lldb/source/ValueObject/DILAST.cpp
+10-5lldb/source/ValueObject/DILParser.cpp
+1-1lldb/source/Target/StackFrame.cpp
+143-1386 files

LLVM/project 6ac8004clang/lib/Headers __clang_hip_libdevice_declares.h, clang/test/Headers __clang_hip_math_deprecated.hip

clang/HIP: Remove deprecated rcp pseudo-intrinsics (#171123)

These shouldn't have been used by external users in the first place,
but have also been marked as deprecated for a number of releases.
DeltaFile
+0-29clang/test/Headers/__clang_hip_math_deprecated.hip
+0-22clang/lib/Headers/__clang_hip_libdevice_declares.h
+0-512 files

FreeBSD/src 7eb5a5blibexec/atrun atrun.man

at cron file is now in /etc/cron.d

PR: 243380
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1106

(cherry picked from commit 783baf00128f6cf6fc08404eaad6a11b29d4025d)
DeltaFile
+1-1libexec/atrun/atrun.man
+1-11 files

FreeBSD/src c6cddb8libexec/atrun atrun.man

at cron file is now in /etc/cron.d

PR: 243380
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1106

(cherry picked from commit 783baf00128f6cf6fc08404eaad6a11b29d4025d)
DeltaFile
+1-1libexec/atrun/atrun.man
+1-11 files

LLVM/project 38a3ec5llvm/test/CodeGen/AArch64 arm64-vshift.ll

[AArch64][GlobalISel] Added test coverage for sri intrinsic

Previously, generation of sri intrinsics was tested during the ACLE -> IR stage, but not in the IR -> MIR stage. Now, correct generation of sri intrinsics is tested in both stages.
DeltaFile
+110-6llvm/test/CodeGen/AArch64/arm64-vshift.ll
+110-61 files

LLVM/project 7b4741fllvm/lib/Target/AArch64 AArch64InstrGISel.td, llvm/lib/Target/AArch64/GISel AArch64LegalizerInfo.cpp AArch64RegisterBankInfo.cpp

[AArch64][GlobalISel] Added support for sri intrinsic
DeltaFile
+8-0llvm/lib/Target/AArch64/AArch64InstrGISel.td
+7-0llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+2-0llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
+17-03 files

LLVM/project 0e5ff20llvm/lib/Target/AArch64 AArch64InstrGISel.td, llvm/lib/Target/AArch64/GISel AArch64LegalizerInfo.cpp AArch64RegisterBankInfo.cpp

[GlobalISel][AArch64] Added support for sli intrinsic

sli intrinsic now lowers correctly for all vector types.
DeltaFile
+6-9llvm/test/CodeGen/AArch64/arm64-vshift.ll
+7-0llvm/lib/Target/AArch64/AArch64InstrGISel.td
+7-0llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+2-0llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
+22-94 files

LLVM/project 7878adellvm/lib/Target/AArch64 AArch64InstrGISel.td

[AArch64][GlobalISel] Changed G_VSLI input operand list to correctly reflect operand types
DeltaFile
+1-1llvm/lib/Target/AArch64/AArch64InstrGISel.td
+1-11 files

LLVM/project f8144ballvm/lib/Target/AArch64 AArch64InstrGISel.td, llvm/lib/Target/AArch64/GISel AArch64RegisterBankInfo.cpp AArch64LegalizerInfo.cpp

[AArch64][GlobalISel] Renamed G_VSLI to G_SLI

The name now better reflects the machine code instruction, over the IR intrinsic.
DeltaFile
+2-2llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
+1-2llvm/lib/Target/AArch64/AArch64InstrGISel.td
+1-1llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
+4-53 files

LLVM/project e538385clang/include/clang/Basic BuiltinsAMDGPU.def, clang/test/CodeGenOpenCL builtins-fp-atomics-gfx90a.cl

[Clang] Remove 't' from __builtin_amdgcn_flat_atomic_fadd_f32/f64

Allows for type checking depending on the builtin signature.

This introduces some subtle changes in code generation: before, since
the signature was meaningless, we would accept any pointer type wihtout
casting. After this change, the pointer of the atomicrmw matches the
flat address space.
DeltaFile
+4-5clang/test/SemaHIP/amdgpu-flat-atomic-fadd-err.hip
+2-2clang/test/CodeGenOpenCL/builtins-fp-atomics-gfx90a.cl
+2-2clang/include/clang/Basic/BuiltinsAMDGPU.def
+8-93 files

LLVM/project d78d3e1clang/test/SemaHIP amdgpu-flat-atomic-fadd-err.hip

Pre-commit test: [Clang] Remove 't' from __builtin_amdgcn_flat_atomic_fadd_f32/f64
DeltaFile
+30-0clang/test/SemaHIP/amdgpu-flat-atomic-fadd-err.hip
+30-01 files

NetBSD/pkgsrc qHqYtpNdoc CHANGES-2025

   Updated archivers/libarchive, archivers/bsdtar
VersionDeltaFile
1.7366+3-1doc/CHANGES-2025
+3-11 files

LLVM/project 95bdb33flang/lib/Semantics check-omp-structure.cpp

Apply suggestions from code review

Co-authored-by: Kareem Ergawy <kareem.ergawy at amd.com>
DeltaFile
+1-1flang/lib/Semantics/check-omp-structure.cpp
+1-11 files

LLVM/project 9a23802flang/test/Semantics/OpenMP init-clause.f90

Update init-clause.f90
DeltaFile
+1-1flang/test/Semantics/OpenMP/init-clause.f90
+1-11 files

NetBSD/pkgsrc 3zKcl3Varchivers/libarchive/files Makefile.in Makefile.am, archivers/libarchive/files/libarchive archive_read_disk_posix.c

   libarchive: updated to 3.8.4

   3.8.4

   Notable bugxies:

   bsdtar: Fix zero-length pattern issue
   lib: Fix regression introduced in libarchive 3.8.2 when walking enterable but unreadable directories
VersionDeltaFile
1.25+518-528archivers/libarchive/files/Makefile.in
1.21+225-225archivers/libarchive/files/libarchive/test/list.h
1.23+120-103archivers/libarchive/files/Makefile.am
1.33+24-24archivers/libarchive/files/configure
1.15+15-15archivers/libarchive/files/tar/test/list.h
1.15+11-14archivers/libarchive/files/libarchive/archive_read_disk_posix.c
+913-909105 files not shown
+1,314-1,297111 files

pfSense/pfsense ff266a3src/usr/local/bin kea2unbound

kea2unbound: insure parsed Kea config is an array type
DeltaFile
+3-2src/usr/local/bin/kea2unbound
+3-21 files

FreeBSD/src f7245a2share/man/man4 cdce.4

cdce.4: Add RTL8153 to HARDWARE

Fixes:  1b1fb628a1af (Quirk Realtek RTL8153 to config#1)
DeltaFile
+3-1share/man/man4/cdce.4
+3-11 files

OpenBSD/ports 2xbbDRfwww/hugo modules.inc distinfo

   www/hugo: update to 0.153.2

   Changes:
    - https://github.com/gohugoio/hugo/releases/tag/v0.153.0
    - https://github.com/gohugoio/hugo/releases/tag/v0.153.1
    - https://github.com/gohugoio/hugo/releases/tag/v0.153.2
VersionDeltaFile
1.46+735-759www/hugo/modules.inc
1.80+330-368www/hugo/distinfo
1.88+1-1www/hugo/Makefile
+1,066-1,1283 files

FreeBSD/src 0375204share/man/man4 cdce.4

cdce.4: Minor polish

+ Tag spdx license identifier   + Fix "e.g.,"s to quiet linter
+ Remove useless Nd quoting     + Put example in EXAMPLES

MFC after:      3 days
DeltaFile
+20-15share/man/man4/cdce.4
+20-151 files

LLVM/project 619e984clang/lib/Format WhitespaceManager.cpp, clang/unittests/Format FormatTest.cpp

[clang-format] Align multi-line expressions (#173152)

This patch updates the code in the `AlignTokens` function for finding
regions to align. Now it uses the same logic as the `AlignTokenSequence`
function. Previously it only recognized string literals split across
multiple lines.

Fixes #171022.

The new way for finding where the expression ends identifies a ternary
`?` or `:` operator at the start of the line as the continuation of the
preceding line. The code around line 577 for figuring out whether there
are multiple matches on the same line is updated so that it does not
require the first token on a continued line not to match.

The sample in the bug report has `/**/`. The added test has `//`. This
is because the mess up procedure in the test will remove the line break
following `/**/`.


    [18 lines not shown]
DeltaFile
+10-10clang/lib/Format/WhitespaceManager.cpp
+16-0clang/unittests/Format/FormatTest.cpp
+26-102 files

OpenBSD/ports EMfVaZbdatabases/gdbm Makefile distinfo

   Update to gdbm-1.26.
VersionDeltaFile
1.56+2-3databases/gdbm/Makefile
1.17+2-2databases/gdbm/distinfo
+4-52 files

NetBSD/pkgsrc qfceBCNdoc CHANGES-2025

   doc: Updated mail/mu to 1.12.14
VersionDeltaFile
1.7365+2-1doc/CHANGES-2025
+2-11 files

LLVM/project ea036a3llvm/lib/Analysis ValueTracking.cpp, llvm/test/Transforms/Attributor nofpclass-log.ll

ValueTracking: log may never return -0
DeltaFile
+74-74llvm/test/Transforms/Attributor/nofpclass-log.ll
+52-52llvm/test/Transforms/Attributor/AMDGPU/nofpclass-amdgcn-log.ll
+2-0llvm/lib/Analysis/ValueTracking.cpp
+128-1263 files

NetBSD/pkgsrc IW4CuCFmail/mu distinfo Makefile

   mu: update to 1.12.14

   - improved guix (and other systems) compatibility: make fewer
     assumptions about where system programs are
   - documentations improvements, in manpages and the mu4e reference
     manual
   - labels: better messages when importing
   - scm: stabilize tests. tweaks api.
   - mu4e: add mu4e-view-mark-and-next
   - mu4e: mu4e-dbus-mode; a new experimental minor in which mu4e
     exposes some of
     its data over DBus.
VersionDeltaFile
1.12+4-4mail/mu/distinfo
1.21+2-3mail/mu/Makefile
1.5+3-1mail/mu/PLIST
1.2+2-1mail/mu/options.mk
+11-94 files