FreeBSD/ports 5f2a8eceditors/libreoffice/files patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx

editors/libreoffice: remove staled patches

PR:     295569
DeltaFile
+0-13editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx
+0-13editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx
+0-262 files

NetBSD/pkgsrc 8cadNigmultimedia/mkvtoolnix distinfo Makefile

   mkvtoolnix: updated to 99.0

   99.0 "Buka" 2026-05-24

   New features and enhancements

   * MKVToolNix GUI: the GUI will now remember the last used directory for
     selecting audio files for playback in "play audio file" program runners
     separately from any other "open file"-type situations. This directory will
     also default to `/System/Library/Sounds` on macOS now.
   * MKVToolNix GUI: executing actions → running programs: added new variables:
     `MTX_DESTINATION_FILE_BASE_NAME` (the name without the drive letter, path or
     the suffix; e.b. `/movies/A.new.hope.mkv` → `A.new.hope`) and
     `MTX_DESTINATION_FILE_SUFFIX` (only the letters after the last `.`,
     e.g. `/movies/A.new.hope.mkv` → `mkv`). Added examples to all the
     destination file variables in the popup menu when adding variables in the
     preferences.
   * MKVToolNix GUI: executing actions → running programs: the command-line input
     widget will now receive focus again after using the popup menu for adding a

    [56 lines not shown]
VersionDeltaFile
1.137+4-4multimedia/mkvtoolnix/distinfo
1.265+2-3multimedia/mkvtoolnix/Makefile
+6-72 files

GhostBSD/ports 54e1425devel/llvm22-libs distinfo Makefile

devel/llvm22-libs: update to 22.1.5
DeltaFile
+3-3devel/llvm22-libs/distinfo
+2-2devel/llvm22-libs/Makefile
+5-52 files

LLVM/project c59178dlibc/src/__support/net address.cpp address.h, libc/src/arpa/inet inet_aton.cpp inet_addr.cpp

[libc] Fix inet_aton (#198791)

The main (in terms of LOC) change is moving the implementation to an
internal function in order to avoid the inet_addr->inet_aton dependency.

I also fix a bug where we (mistakenly) accepted whitespace and signs
inside the address. I also match the glibc implementation in ignoring
the data after the first whitespace.
DeltaFile
+65-0libc/src/__support/net/address.cpp
+5-37libc/src/arpa/inet/inet_aton.cpp
+30-0libc/src/__support/net/address.h
+25-0libc/test/src/arpa/inet/inet_aton_test.cpp
+13-0libc/src/__support/net/CMakeLists.txt
+6-4libc/src/arpa/inet/inet_addr.cpp
+144-412 files not shown
+149-448 files

FreeBSD/ports f8f7f3fdeskutils/joplin-desktop distinfo Makefile, deskutils/joplin-desktop/files patch-packages_lib_models_settings_builtInMetadata.ts

deskutils/joplin-desktop: Update to 3.6.14

Changelog: https://github.com/laurent22/joplin/releases/tag/v3.6.14

Reported by:    GitHub (watch releases)
DeltaFile
+9-9deskutils/joplin-desktop/distinfo
+2-2deskutils/joplin-desktop/files/patch-packages_lib_models_settings_builtInMetadata.ts
+1-2deskutils/joplin-desktop/Makefile
+1-1deskutils/joplin-desktop/files/packagejsons/packages/app-desktop/package.json
+13-144 files

LLVM/project dead187llvm/test/Transforms/SLPVectorizer/X86 scalarize-ctlz.ll arith-fp-inseltpoison.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+31-37llvm/test/Transforms/SLPVectorizer/X86/scalarize-ctlz.ll
+27-18llvm/test/Transforms/SLPVectorizer/X86/arith-fp-inseltpoison.ll
+30-15llvm/test/Transforms/SLPVectorizer/X86/sitofp.ll
+27-18llvm/test/Transforms/SLPVectorizer/X86/arith-fp.ll
+21-17llvm/test/Transforms/SLPVectorizer/X86/vec_list_bias_external_insert_shuffled.ll
+21-17llvm/test/Transforms/SLPVectorizer/X86/vec_list_bias.ll
+157-1229 files not shown
+244-18015 files

LLVM/project af92edflibc/src/__support/OSUtil/linux auxv.h, libc/src/__support/OSUtil/linux/syscall_wrappers mprotect.h munmap.h

[libc] Port munmap and mprotect to the new syscall interface (#199199)

Assisted by Gemini.
DeltaFile
+7-5libc/src/__support/threads/linux/thread.cpp
+2-6libc/src/__support/OSUtil/linux/syscall_wrappers/mprotect.h
+2-5libc/src/__support/OSUtil/linux/syscall_wrappers/munmap.h
+3-2libc/src/__support/OSUtil/linux/auxv.h
+2-1libc/startup/linux/riscv/tls.cpp
+2-1libc/startup/linux/aarch64/tls.cpp
+18-206 files not shown
+26-2112 files

GhostBSD/ports 1eeda5clang/ghc92 pkg-plist, lang/ruby32 pkg-plist

Merge branch 'main' into llvm-libs

# Conflicts:
#       devel/llvm22/Makefile
DeltaFile
+0-75,163misc/openclaw/pkg-plist
+0-15,936www/firefox-esr/files/patch-bug1962139-c27-ffmpeg8
+0-13,444lang/ruby32/pkg-plist
+1,121-5,604misc/openclaw/files/package-lock.json
+2,552-2,967www/homepage/pkg-plist
+0-5,063lang/ghc92/pkg-plist
+3,673-118,1778,779 files not shown
+169,915-207,6348,785 files

LLVM/project 5f6a7f6llvm/lib/Transforms/Scalar LoopInterchange.cpp

[LoopInterchange] drop duplicate Instruction type check in populateDependencyMatrix (#199498)

Remove a duplicate isa<Instruction> check in populateDependencyMatrix.
DeltaFile
+0-2llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+0-21 files

NetBSD/pkgsrc TbfjVBzdoc CHANGES-2026

   sysutils/py-kubernetes, lang/py-ast-serialize
VersionDeltaFile
1.3269+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 5xVJ0o3lang/py-ast-serialize distinfo cargo-depends.mk, lang/py-ast-serialize/patches patch-Cargo.toml

   py-ast-serialize: updated to 0.5.0

   0.5.0
   Unknown changes
VersionDeltaFile
1.2+23-23lang/py-ast-serialize/distinfo
1.2+9-9lang/py-ast-serialize/patches/patch-Cargo.toml
1.2+5-5lang/py-ast-serialize/cargo-depends.mk
1.2+3-3lang/py-ast-serialize/Makefile
+40-404 files

LLVM/project f56b506lld/ELF SyntheticSections.cpp Relocations.cpp, lld/ELF/Arch AArch64.cpp

[PAC][lld] Do not emit AUTH relocs against undef weak non-preemptible symbols

Undefined weak non-preemptible symbols should be statically resolved to
the addend value and not signed. Previously, a dynamic relocation
against such symbols was emitted, which is not a correct behavior.

See also docs: https://github.com/ARM-software/abi-aa/pull/391

Resolves #173296
DeltaFile
+118-17lld/ELF/Arch/AArch64.cpp
+48-0lld/test/ELF/aarch64-reloc-pauth-undef-weak-dso.s
+48-0lld/test/ELF/aarch64-reloc-pauth-undef-weak.s
+47-0lld/test/ELF/aarch64-reloc-pauth-undef-weak-pie.s
+15-5lld/ELF/SyntheticSections.cpp
+13-6lld/ELF/Relocations.cpp
+289-283 files not shown
+300-369 files

LLVM/project 565d156lld/ELF RelocScan.h, lld/ELF/Arch AArch64.cpp

Support R_AARCH64_AUTH_TLSDESC_CALL
DeltaFile
+20-53lld/ELF/Arch/AArch64.cpp
+9-6lld/test/ELF/aarch64-tlsdesc-pauth.s
+3-1lld/ELF/RelocScan.h
+1-1lld/test/ELF/aarch64-reloc-pauth-undef-weak-pie.s
+1-1lld/test/ELF/aarch64-reloc-pauth-undef-weak.s
+1-1lld/test/ELF/aarch64-reloc-pauth-undef-weak-dso.s
+35-636 files

LLVM/project 728f4a1llvm/test/MC/AArch64 tls-auth-relocs.s

Address review comments
DeltaFile
+36-0llvm/test/MC/AArch64/tls-auth-relocs.s
+36-01 files

LLVM/project 51e74d6llvm/lib/Target/AArch64 AArch64AsmPrinter.cpp AArch64InstrInfo.td, llvm/lib/Target/AArch64/AsmParser AArch64AsmParser.cpp

[PAC][ELF] Support R_AARCH64_AUTH_TLSDESC_CALL relocation

The R_AARCH64_AUTH_TLSDESC_CALL is introduced to allow linker relaxation of
AUTH TLSDESC call sequences for non-preemptible undefined weak symbols.

The lld patch introducing the relaxation: #194636

Corresponding ARM docs PR: https://github.com/ARM-software/abi-aa/pull/395
DeltaFile
+11-6llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+10-5llvm/test/CodeGen/AArch64/ptrauth-arm64-tls-dynamics.ll
+12-3llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
+9-0llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
+8-0llvm/lib/Target/AArch64/AArch64InstrInfo.td
+3-0llvm/test/MC/AArch64/directives-case_insensitive.s
+53-146 files

OpenBSD/ports UUWCkHeaudio/ocp Makefile

   ocp: add missing BUILD_DEPENDS on shells/bash.

   Pointed out by ajacoutot@, thanks!
VersionDeltaFile
1.51+2-1audio/ocp/Makefile
+2-11 files

NetBSD/pkgsrc p01EEczsysutils/py-kubernetes PLIST distinfo

   py-kubernetes: updated to 36.0.0

   36.0.0

   Kubernetes API Version: v1.36.1
VersionDeltaFile
1.10+178-28sysutils/py-kubernetes/PLIST
1.10+4-4sysutils/py-kubernetes/distinfo
1.16+3-2sysutils/py-kubernetes/Makefile
+185-343 files

OpenBSD/ports 30iOBWmaudio/schismtracker distinfo Makefile

   Update schismtracker to 20260524.
VersionDeltaFile
1.48+2-2audio/schismtracker/distinfo
1.66+1-2audio/schismtracker/Makefile
+3-42 files

NetBSD/pkgsrc OhGgyzxdoc CHANGES-2026

   Updated devel/py-dulwich, cad/py-simpy
VersionDeltaFile
1.3268+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc RddA5j4cad/py-simpy distinfo Makefile

   py-simpy: updated to 4.1.2

   4.1.2

   - [NEW] Support Python 3.13 and 3.14
   - [FIX] Allow PEP 657 location underlines in ``test_exception_chaining`` so
     the test passes on Python 3.11+
   - [FIX] Update ``docs/conftest.py`` to import ``TerminalRepr`` from
     ``_pytest._code.code`` and use the ``file_path`` collection hook,
     replacing the removed ``py._code`` import and deprecated ``py.path.local``
     hook argument
   - [FIX] Explicitly mark ``ConditionValue`` as unhashable
   - [CHANGE] Address current ruff and mypy findings: switch tests to use
     ``pytest.raises`` as a context manager, mark regex ``match=`` patterns as
     raw strings, hoist module-level imports, and extend the ruff ignore list
     with ``UP045`` (matches the existing ``UP006``/``UP007`` policy)
VersionDeltaFile
1.15+4-4cad/py-simpy/distinfo
1.29+2-3cad/py-simpy/Makefile
+6-72 files

NetBSD/pkgsrc g02t8n9devel/py-dulwich distinfo cargo-depends.mk

   py-dulwich: updated to 1.2.4

   1.2.4   2026-05-21

   * Tolerate ref names with empty path components (e.g. ``refs/tags//v1.0``)
     for now, emitting a ``DeprecationWarning`` rather than raising a
     ``RefFormatError``. Such names are constructed by older Poetry releases
     (fixed in Poetry 2.4.0) and were silently accepted before Dulwich 1.2.3.
     ``local_branch_name``, ``local_tag_name`` and ``local_replace_name``
     likewise warn about, and strip, a leading slash instead of raising
     ``ValueError``. Both will become errors again in a future release.
VersionDeltaFile
1.75+19-7devel/py-dulwich/distinfo
1.16+5-1devel/py-dulwich/cargo-depends.mk
1.80+2-2devel/py-dulwich/Makefile
+26-103 files

FreeBSD/ports 89e246cwww Makefile, www/lua-stream-nginx-module pkg-plist Makefile

www/lua-stream-nginx-module: Add new port

The lua-stream-nginx-module port provides the OpenResty
stream-lua-nginx-module third-party module source tree for
NGINX stream subsystem Lua integration.

WWW: https://github.com/openresty/stream-lua-nginx-module

Sponsored by:   Netzkommune GmbH
DeltaFile
+253-0www/lua-stream-nginx-module/pkg-plist
+28-0www/lua-stream-nginx-module/Makefile
+3-0www/lua-stream-nginx-module/distinfo
+2-0www/lua-stream-nginx-module/pkg-descr
+1-0www/Makefile
+287-05 files

FreeBSD/ports 4f35604devel/py-diff-cover distinfo Makefile

devel/py-diff-cover: update 10.2.0 → 10.2.1
DeltaFile
+3-3devel/py-diff-cover/distinfo
+1-1devel/py-diff-cover/Makefile
+4-42 files

FreeBSD/ports 55b6d84devel/qtutilities distinfo Makefile

devel/qtutilities: update 6.21.1 → 6.21.2
DeltaFile
+3-3devel/qtutilities/distinfo
+1-1devel/qtutilities/Makefile
+1-1devel/qtutilities/pkg-plist
+5-53 files

FreeBSD/ports 97cc835multimedia/qpwgraph distinfo Makefile

multimedia/qpwgraph: update 1.0.1 → 1.0.2
DeltaFile
+3-3multimedia/qpwgraph/distinfo
+1-1multimedia/qpwgraph/Makefile
+4-42 files

FreeBSD/ports ec358c0astro Makefile, astro/cspice pkg-plist Makefile

astro/cspice: New port: NAIF C SPICE Toolkit
DeltaFile
+44-0astro/cspice/pkg-plist
+29-0astro/cspice/Makefile
+5-0astro/cspice/distinfo
+5-0astro/cspice/pkg-descr
+1-0astro/Makefile
+84-05 files

FreeBSD/ports 28149bfastro/py-pykep pkg-plist Makefile, astro/py-pykep/files patch-CMakeLists.txt

astro/{,py-}pykep: update 2.6.2 → 3.0.0
DeltaFile
+47-116astro/pykep/pkg-plist
+59-60astro/py-pykep/pkg-plist
+26-13astro/py-pykep/Makefile
+22-9astro/pykep/Makefile
+20-0astro/py-pykep/files/patch-CMakeLists.txt
+3-3astro/pykep/distinfo
+177-2011 files not shown
+180-2047 files

FreeBSD/ports ac6d824math/xtensor-blas Makefile distinfo

math/xtensor-blas: update 0.21.0 → 0.23.0
DeltaFile
+7-2math/xtensor-blas/Makefile
+3-3math/xtensor-blas/distinfo
+1-0math/xtensor-blas/pkg-plist
+11-53 files

FreeBSD/ports 7548172www/cpp-httplib distinfo Makefile

www/cpp-httplib: update 0.45.0 → 0.45.1
DeltaFile
+3-3www/cpp-httplib/distinfo
+1-1www/cpp-httplib/Makefile
+4-42 files

FreeBSD/ports 8200e2emisc/memo Makefile distinfo

misc/memo: update 0.5.3 → 0.6.0
DeltaFile
+3-3misc/memo/Makefile
+3-3misc/memo/distinfo
+6-62 files