FreeBSD/ports 3798423java/apache-commons-lang Makefile

java/apache-commons-lang: set expiration date

Expire together with its only consumer in the ports tree editors/openoffice-4.
This port was already deprecated. Superseded by port java/apache-commons-lang3.

Approved by:    no maintainer
DeltaFile
+2-1java/apache-commons-lang/Makefile
+2-11 files

FreeBSD/ports f93ade1devel/py-stevedore Makefile distinfo

devel/py-stevedore: Update to 5.9.1

Reported by:    portscout!
DeltaFile
+3-3devel/py-stevedore/distinfo
+2-2devel/py-stevedore/Makefile
+5-52 files

FreeBSD/ports 47b198awww/p5-WWW-Mechanize-Shell Makefile distinfo

www/p5-WWW-Mechanize-Shell: update 0.62 -> 0.63

Changelog: https://metacpan.org/dist/WWW-Mechanize-Shell/changes
DeltaFile
+3-3www/p5-WWW-Mechanize-Shell/distinfo
+1-1www/p5-WWW-Mechanize-Shell/Makefile
+4-42 files

FreeBSD/ports e21954cmisc/p5-Business-ISBN-Data Makefile distinfo

misc/p5-Business-ISBN-Data: update 20260721.001 -> 20260812.001

Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports b36ce05devel/p5-Module-Metadata Makefile distinfo

devel/p5-Module-Metadata: update 1.000039 -> 1.000040

Changelog: https://metacpan.org/dist/Module-Metadata
DeltaFile
+3-3devel/p5-Module-Metadata/distinfo
+1-1devel/p5-Module-Metadata/Makefile
+4-42 files

FreeBSD/ports 4968e4ddevel/p5-Cache-FastMmap Makefile distinfo, devel/p5-Cache-FastMmap/files patch-t__18.t

devel/p5-Cache-FastMmap: update 1.62 -> 1.63

Changelog: https://metacpan.org/dist/Cache-FastMmap/changes

Add a patch to unbreak the tests under FreeBSD
(use "fstats -p PID" to count file descriptors instead of counting /proc/PID/fd)
DeltaFile
+11-0devel/p5-Cache-FastMmap/files/patch-t__18.t
+3-3devel/p5-Cache-FastMmap/distinfo
+1-1devel/p5-Cache-FastMmap/Makefile
+15-43 files

FreeBSD/ports 5b48609converters/p5-Sereal-Encoder Makefile distinfo

converters/p5-Sereal-Encoder: update 5.009 -> 5.010

Changelog: https://metacpan.org/dist/Sereal-Encoder/changes
DeltaFile
+3-3converters/p5-Sereal-Encoder/distinfo
+1-1converters/p5-Sereal-Encoder/Makefile
+4-42 files

FreeBSD/ports b7d4180devel/git-graph Makefile Makefile.crates

devel/git-graph: update 0.7.0 -> O.8.0

Changelog: https://github.com/git-bahn/git-graph/releases/tag/v0.8.0
DeltaFile
+155-213devel/git-graph/distinfo
+77-106devel/git-graph/Makefile.crates
+1-2devel/git-graph/Makefile
+233-3213 files

FreeBSD/ports 53f0f82converters/p5-Sereal Makefile distinfo

converters/p5-Sereal: update 5.009 -> 5.010

Changelog: https://metacpan.org/dist/Sereal/changes
DeltaFile
+3-3converters/p5-Sereal/distinfo
+1-1converters/p5-Sereal/Makefile
+4-42 files

FreeBSD/ports cfe5ee2audio/ncspot Makefile Makefile.crates

audio/ncspot: update 1.3.4 -> 1.4.0

Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.4.0
DeltaFile
+543-527audio/ncspot/distinfo
+270-262audio/ncspot/Makefile.crates
+1-2audio/ncspot/Makefile
+814-7913 files

FreeBSD/ports 0bf653aconverters/p5-Sereal-Decoder Makefile distinfo

converters/p5-Sereal-Decoder: update 5.009 -> 5.010

Changelog: https://metacpan.org/dist/Sereal-Decoder/changes
DeltaFile
+3-3converters/p5-Sereal-Decoder/distinfo
+1-1converters/p5-Sereal-Decoder/Makefile
+4-42 files

FreeBSD/ports 889e346editors/omegaT Makefile distinfo

editors/omegaT: update 6.0.1 -> 6.1.1

Changelog: https://github.com/omegat-org/omegat/releases/tag/v6.1.0
           https://github.com/omegat-org/omegat/releases/tag/v6.1.1
DeltaFile
+513-1,213editors/omegaT/pkg-plist
+3-3editors/omegaT/distinfo
+1-2editors/omegaT/Makefile
+517-1,2183 files

FreeBSD/ports 8598ed3www/py-google-api-python-client Makefile distinfo

www/py-google-api-python-client: Update to 2.199.0

ChangeLog:      https://github.com/googleapis/google-api-python-client/releases/tag/v2.199.0
Reported by:    "release-please[bot]" <notifications at github.com>
DeltaFile
+3-3www/py-google-api-python-client/distinfo
+1-1www/py-google-api-python-client/Makefile
+4-42 files

NetBSD/pkgsrc-wip a45bc42forge Makefile distinfo

forge: update to 0.9.0.
DeltaFile
+3-3forge/distinfo
+1-1forge/Makefile
+4-42 files

LLVM/project 294c9c8mlir/lib/Dialect/SCF/Transforms LoopSpecialization.cpp, mlir/test/Dialect/SCF for-loop-peeling.mlir

[mlir][SCF] Skip dynamic peeling for non-index loops (#217909)

`scf-for-loop-peeling` constructs an `affine.apply` on its dynamic path
to compute the split bound. However, `affine.apply` requires `index`
operands, while `scf.for` also permits signless integer induction
variables and bounds.

Skip the dynamic peeling path when the loop induction variable is not
`index`. The existing constant-bounds path remains unchanged, so
constant integer loops can still be peeled.

Add a regression test for a loop with dynamic `i32` bounds, verifying
that the pass leaves it unchanged rather than producing invalid IR.

Fixes #216631.

Co-authored-by: Purnima Shrivastava <purnimashrivastava05@.com>
DeltaFile
+22-0mlir/test/Dialect/SCF/for-loop-peeling.mlir
+7-0mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
+29-02 files

NetBSD/pkgsrc-wip 5b7069apy-anydoc Makefile cargo-depends.mk

py-anydoc: update to 0.2.3.
DeltaFile
+3-21py-anydoc/distinfo
+0-6py-anydoc/cargo-depends.mk
+1-1py-anydoc/Makefile
+4-283 files

FreeBSD/ports 3dbeb48x11-toolkits/p5-Tk Makefile distinfo

x11-toolkits/p5-Tk: update 804.035 -> 804.036

Changes:        https://metacpan.org/dist/Tk/changes
DeltaFile
+3-3x11-toolkits/p5-Tk/distinfo
+1-2x11-toolkits/p5-Tk/Makefile
+4-52 files

LLVM/project 8132d4dmlir/lib/Dialect/SCF/Utils Utils.cpp, mlir/test/Dialect/SCF loop-unroll.mlir

[mlir][scf] Do not read non-constant loop bounds when unrolling (#217392)

`loopUnrollByFactor` asserts `expected constant loop bound`
(`SCF/Utils/Utils.cpp`) when the loop bounds are not constant.
`getStaticTripCount` takes the constant path whenever
`constantTripCount` answers, but `constantTripCount` answers on three
shapes where the bounds themselves are **not** constant:

- `lb == ub` (same `Value`), giving 0 iterations,
- `lb == 0` and `ub == step`, giving 1 iteration,
- `ub` a constant offset from a non-constant `lb`, via
`computeUbMinusLb` under `nsw`.

In all three the code then reads the bounds as constants and asserts.

The fix takes the constant path only when `lb`, `ub` and `step` are all
constant, and otherwise falls through to the dynamic path that already
handles them. The other two callers of `getStaticTripCount` in that file
use only the count, never the bounds, so the defect is confined to this

    [4 lines not shown]
DeltaFile
+60-0mlir/test/Dialect/SCF/loop-unroll.mlir
+10-0mlir/lib/Dialect/SCF/Utils/Utils.cpp
+70-02 files

FreeBSD/ports 8308629x11-toolkits/p5-Tk-FontDialog Makefile distinfo

x11-toolkits/p5-Tk-FontDialog: update 0.17 -> 0.19

Changes:        https://metacpan.org/dist/Tk-FontDialog/changes
DeltaFile
+3-2x11-toolkits/p5-Tk-FontDialog/distinfo
+1-2x11-toolkits/p5-Tk-FontDialog/Makefile
+4-42 files

FreeBSD/ports 38cd5a6x11/p5-X11-Xlib Makefile distinfo

x11/p5-X11-Xlib: update 0.18 -> 0.25

Changes:        https://metacpan.org/dist/X11-Xlib/changes
DeltaFile
+3-3x11/p5-X11-Xlib/distinfo
+1-2x11/p5-X11-Xlib/Makefile
+4-52 files

FreeBSD/ports 0b7da2esecurity/p5-Crypt-OpenSSL-PKCS10 Makefile distinfo

security/p5-Crypt-OpenSSL-PKCS10: update 0.25 -> 0.37

Changes:        https://metacpan.org/dist/Crypt-OpenSSL-PKCS10/changes
DeltaFile
+3-3security/p5-Crypt-OpenSSL-PKCS10/distinfo
+2-2security/p5-Crypt-OpenSSL-PKCS10/Makefile
+5-52 files

LLVM/project 32e47a2clang/lib/CIR/CodeGen CIRGenCleanup.cpp CIRGenStmt.cpp, clang/test/CIR/CodeGen lifetime-marker.cpp

[CIR] Emit lifetime markers for automatic variables (#206695)

### summary 

This is a follow up of : #199599

Per the consensus from the PR #199599, this implements lifetime-marker
emission in ClangIR that closely follows classic CodeGen.

Emit lifetime markers (cir.lifetime.start/end) for automatic variables
in ClangIR.

- Gated by shouldEmitLifetimeMarkers (optimized builds or
ASan-use-after-scope/
  HWASan/MSan/MemtagStack), like classic CodeGen.
- start at the decl; end as a NormalEHLifetimeMarker cleanup (after the
destructor);
both target the underlying alloca. Wired through the EH stack so they
don't force

    [6 lines not shown]
DeltaFile
+281-0clang/test/CIR/CodeGen/lifetime-marker.cpp
+64-10clang/lib/CIR/CodeGen/CIRGenDecl.cpp
+37-0clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+19-4clang/lib/CIR/CodeGen/CIRGenFunction.h
+11-11clang/lib/CIR/CodeGen/CIRGenStmt.cpp
+9-7clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
+421-322 files not shown
+423-328 files

LLVM/project a88fcdf.github/workflows release-binaries.yml llvm-abi-tests.yml, .github/workflows/get-llvm-version action.yml

workflows/get-llvm-version: Make this action standalone

You can use this action now without first checking out the llvm-project
source code.
DeltaFile
+11-2.github/workflows/get-llvm-version/action.yml
+1-7.github/workflows/llvm-abi-tests.yml
+1-7.github/workflows/libclang-abi-tests.yml
+1-6.github/workflows/release-binaries.yml
+14-224 files

LLVM/project 0a0832c.github/workflows release-binaries.yml

workflows/release-binaries: Use self-repository reference for validate-release-version

https://github.blog/changelog/2026-07-30-reference-same-repository-actions-with-self-repository-syntax/
DeltaFile
+1-1.github/workflows/release-binaries.yml
+1-11 files

NetBSD/pkgsrc xIRnedTdoc TODO CHANGES-2026

   doc: Updated time/libical4 to 4.0.5
VersionDeltaFile
1.27814+1-2doc/TODO
1.5484+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc q0UHbyCtime/libical4 Makefile distinfo

   libical4: update to 4.0.5.

   ## [4.0.5] - 2026-08-15

   - Fix 32-bit time_t upper bound off by two days.
   - Buildsystem: fix libical_deprecated_option() writing the wrong cache value.
   - Bogus TZIDs no longer cause an error.
   - DTEND, DURATION, DUE property types and values are now validated per
     RFC 5545 Sections 3.8.2.2 - 3.8.2.5.
   - Built-in timezones updated to tzdata2026c.

   ## [4.0.4] - 2026-07-25

   - Fix an uninitialized memory issue reading zoneinfo geo coordinates.

   ## [4.0.3] - 2026-06-14

   - Built-in timezones updated to tzdata2026b.
   - Fixes line folding where a line fold could mix with a line ending.

    [7 lines not shown]
VersionDeltaFile
1.2+0-490time/libical4/PLIST
1.3+4-4time/libical4/distinfo
1.6+2-2time/libical4/Makefile
+6-4963 files

OpenBSD/ports PnQLTqTnet/munin Makefile, net/munin/patches patch-plugins_node_d_amavis_in

   Refine amavis plugin autoconf to also check for the presence of amavisd binary

   OK sthen@
VersionDeltaFile
1.5+6-1net/munin/patches/patch-plugins_node_d_amavis_in
1.125+1-1net/munin/Makefile
+7-22 files

NetBSD/pkgsrc-wip 43ef703llama.cpp PLIST Makefile.common, py-llama-cpp-scripts Makefile

llama.cpp: update to 0.2.0 and switch to release versions
DeltaFile
+3-9llama.cpp/Makefile
+6-6llama.cpp/distinfo
+6-5llama.cpp/Makefile.common
+3-3llama.cpp/PLIST
+1-2py-llama-cpp-scripts/Makefile
+19-255 files

NetBSD/src lSuFZ0Dusr.bin/make str.c, usr.bin/make/unit-tests directive-for.mk directive-for.exp

   make: fix newline in word splitting

   The newline character behaved differently depending on whether it
   occurred at the beginning of a word or in the middle of it.  In the
   middle, it didn't act as a word separator but instead stopped splitting,
   thereby ignoring any following words.  This behavior was neither
   documented nor to be expected.  It probably came from a time before 1993
   where the makefiles were read as a single block of text instead of
   splitting them into lines first.
VersionDeltaFile
1.2+49-51usr.bin/make/unit-tests/char-000a-new-line.mk
1.2+21-20usr.bin/make/unit-tests/char-000a-new-line.exp
1.34+12-10usr.bin/make/unit-tests/directive-for.exp
1.35+6-5usr.bin/make/unit-tests/directive-for.mk
1.107+3-3usr.bin/make/str.c
+91-895 files

FreeBSD/ports 1762acfsysutils/bulk_extractor/files patch-src_be20__api_pcap__fake.cpp

sysutils/bulk_extractor: Fix build error on i386
DeltaFile
+11-0sysutils/bulk_extractor/files/patch-src_be20__api_pcap__fake.cpp
+11-01 files