FreeBSD/ports 380c1cbarchivers/py-pyppmd Makefile distinfo

archivers/py-pyppmd: Update 1.2.0 => 1.3.1

Changelog:
https://github.com/miurahr/pyppmd/blob/v1.3.1/Changelog.rst

Commit log:
https://github.com/miurahr/pyppmd/compare/v1.2.0...v1.3.1

Add missing strip.
Fix warning from portclippy - move do-test.

PR:     291289
DeltaFile
+7-4archivers/py-pyppmd/Makefile
+3-3archivers/py-pyppmd/distinfo
+10-72 files

FreeBSD/ports 71b103atextproc/py-sphinxcontrib-spelling Makefile distinfo

textproc/py-sphinxcontrib-spelling: Update 8.0.1 => 8.0.2

Changelog:
https://github.com/sphinx-contrib/spelling/releases/tag/8.0.2

PR:     291292
DeltaFile
+3-4textproc/py-sphinxcontrib-spelling/Makefile
+3-3textproc/py-sphinxcontrib-spelling/distinfo
+6-72 files

FreeBSD/ports 75173a9archivers/py-pybcj distinfo Makefile

archivers/py-pybcj: Update 1.0.3 => 1.0.7

Changelog:
https://github.com/miurahr/pybcj/blob/v1.0.7/Changelog.rst

Commit log:
https://github.com/miurahr/pybcj/compare/v1.0.4...v1.0.7

PR:     291287
DeltaFile
+3-3archivers/py-pybcj/distinfo
+4-1archivers/py-pybcj/Makefile
+7-42 files

FreeBSD/ports 480c5dcarchivers/py-inflate64 distinfo Makefile

archivers/py-inflate64: Update 1.0.1 => 1.0.4

Commit log:
https://github.com/miurahr/inflate64/compare/v1.0.1...v1.0.4

PR:     291290
DeltaFile
+3-3archivers/py-inflate64/distinfo
+2-2archivers/py-inflate64/Makefile
+5-52 files

FreeBSD/ports 9360981www/librewolf distinfo Makefile

www/librewolf: Update 145.0.1-2 => 145.0.2-1

Changelog:
https://www.firefox.com/en-US/firefox/145.0.2/releasenotes/

PR:     291284
MFH:    2025Q4
(cherry picked from commit eb3895d89744907b2c590b820c10d129abe529c6)
DeltaFile
+3-3www/librewolf/distinfo
+2-3www/librewolf/Makefile
+5-62 files

FreeBSD/ports eb3895dwww/librewolf distinfo Makefile

www/librewolf: Update 145.0.1-2 => 145.0.2-1

Changelog:
https://www.firefox.com/en-US/firefox/145.0.2/releasenotes/

PR:     291284
MFH:    2025Q4
DeltaFile
+3-3www/librewolf/distinfo
+2-3www/librewolf/Makefile
+5-62 files

NetBSD/src B7vrn4Hsys/kern kern_tc.c

   remove closing parentheses that I added in the last commit, it is closed in the
   next line.
VersionDeltaFile
1.79+3-3sys/kern/kern_tc.c
+3-31 files

NetBSD/src iUg4uxBsys/dev/pcmcia pcmciadevs.h pcmciadevs_data.h

   regen.
VersionDeltaFile
1.236+2-2sys/dev/pcmcia/pcmciadevs.h
1.236+1-1sys/dev/pcmcia/pcmciadevs_data.h
+3-32 files

NetBSD/src mPE0MkSsys/dev/pcmcia pcmciadevs

   s/Fujutsu/Fujitsu/ in comment.
VersionDeltaFile
1.237+2-2sys/dev/pcmcia/pcmciadevs
+2-21 files

NetBSD/src Rdonzj9sys/arch/hp300/DOC Debug.tips, sys/arch/ia64/ia64 trap.c

   Fix various typos, mainly in comments.
VersionDeltaFile
1.99+4-4sys/dev/ic/mb86960.c
1.42+3-3usr.bin/fgen/fgen.l
1.17+3-3sys/arch/ia64/ia64/trap.c
1.18+3-3sys/arch/shark/shark/sequoia.c
1.9+2-2sys/arch/sun2/include/pte.h
1.7+2-2sys/arch/hp300/DOC/Debug.tips
+17-172 files not shown
+20-208 files

NetBSD/src 2h1gZ3Lsys/arch/m68k/m68k pmap_motorola.c

   Avoid using anything from <sys/atomic.h> if __HAVE_M68K_BROKEN_RMC is
   defined.  On m68k, the atomics in question are implemented in terms of
   CAS, and that instruction must be avoided on __HAVE_M68K_BROKEN_RMC
   systems.

   (Really, the use of atomics they're they're used isn't necessary *at
   all* here, but I'm looking for the minimal change necessary for possible
   pullup-11.)
VersionDeltaFile
1.100+12-2sys/arch/m68k/m68k/pmap_motorola.c
+12-21 files

NetBSD/src ATX9SDFsys/arch/alpha/include elf_machdep.h

   alpha/elf_machdep.h: Organize symbols into local and ABI groups.

   Permit this file to be used alongside <sys/elfdefinitions.h>.

   PR lib/59564
VersionDeltaFile
1.17+31-24sys/arch/alpha/include/elf_machdep.h
+31-241 files

LLVM/project 24b87b8llvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize/RISCV gather-scatter-cost.ll

[VPlan] Skip cost verification for loops with EVL gather/scatter.

The VPlan-based cost model use vp_gather/vp_scatter for gather/scatter
costs, which is different to the legacy cost model and cannot be matched
there. Don't verify the costs match for plans containing gather/scatters
with EVL.

Fixes https://github.com/llvm/llvm-project/issues/169948.
DeltaFile
+116-0llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
+23-11llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+139-112 files

NetBSD/src uz3QXdvcommon/lib/libc/arch/m68k/atomic atomic_cas.S atomic_op_asm.h, sys/arch/hp300/hp300 genassym.cf

   Introduce __HAVE_M68K_BROKEN_RMC, which can be defined by m68k platforms
   that cannot perform indivisible READ-MODIFY-WRITE bus cycles.  The
   define is named for the /RMC output signal on the CPU that is asserted
   when such a cycle is performed.  These cycles are only used by the CAS,
   CAS2, and TAS instructions.  The cycles are, as far as I can tell,
   otherwise indistinguishable from garden-variety read followed by write
   bus cycles, except for the assertion of /RMC.  Note that other single-
   instruction "read-modify-write" instructions (e.g. OR, AND, ADD, etc.
   with a memory destination operand) do not assert /RMC, and are thus not
   considered truly atomic from the perspective of the 68k architecture.

   When __HAVE_M68K_BROKEN_RMC is defined, then we must make unavailable
   the CAS, CAS2, and TAS instructions, because using them will typically
   cause a bus error to occur.  In this case, we handle _atomic_cas_32()
   (and its aliases) in the kernel environment the same way as the 68010
   does: a restartable atomic sequence.  8- and 16-bit CAS operations are
   not available in the kernel environment on such platforms.

   We define __HAVE_M68K_BROKEN_RMC for the hp300 platform because 68020-based

    [5 lines not shown]
VersionDeltaFile
1.12+18-8sys/arch/m68k/m68k/lock_stubs.s
1.15+12-2common/lib/libc/arch/m68k/atomic/atomic_cas.S
1.24+11-1sys/arch/hp300/include/types.h
1.36+4-4sys/arch/m68k/include/frame.h
1.54+5-1sys/arch/hp300/hp300/genassym.cf
1.7+4-1common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
+54-171 files not shown
+56-197 files

LLVM/project 9ffd2e4llvm/lib/Transforms/Utils BasicBlockUtils.cpp, llvm/test/Transforms/SimplifyCFG skip-merging-duplicate-convergence-instrinsics.ll

[SimplifyCFG] Fix `SimplifyCFG` pass to skip folding when both blocks contain convergence loop/entry intrinsics. (#166452)

Fixes a bug https://github.com/llvm/llvm-project/issues/165642. [Similar
fix](https://github.com/llvm/llvm-project/pull/165643) is being made in
`IndVarSimplify` pass to account for convergence tokens.

[LLVM
Spec](https://llvm.org/docs/ConvergentOperations.html#llvm-experimental-convergence-loop)
states that only a single loop / entry convergence token can be included
in a basic block.

This PR fixes the issue in `SimplifyCFG` pass so that when a basic block
and its predecessor both contain such convergence intrinsics, it skips
merging the two blocks.
DeltaFile
+68-0llvm/test/Transforms/SimplifyCFG/skip-merging-duplicate-convergence-instrinsics.ll
+16-0llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
+84-02 files

FreeBSD/ports 5b20a51x11-wm/cosmic-comp distinfo Makefile

x11-wm/cosmic-comp: update to 1.0.0.b.8

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.7...epoch-1.0.0-beta.8
Reported by:    Repology

(cherry picked from commit 96be2886b3f4044488a32f9d534ead235655e880)
DeltaFile
+3-5x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile
+0-1x11-wm/cosmic-comp/Makefile.crates
+4-73 files

FreeBSD/ports 96be288x11-wm/cosmic-comp distinfo Makefile

x11-wm/cosmic-comp: update to 1.0.0.b.8

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.7...epoch-1.0.0-beta.8
Reported by:    Repology
DeltaFile
+3-5x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile
+0-1x11-wm/cosmic-comp/Makefile.crates
+4-73 files

LLVM/project bd56806llvm/test/Transforms/WholeProgramDevirt import.ll

Fix RUN line
DeltaFile
+17-3llvm/test/Transforms/WholeProgramDevirt/import.ll
+17-31 files

NetBSD/src rgXlDXFsys/fs/cd9660 cd9660_vfsops.c

   Interpret p_cdsession field in partition info only when the type
   is set to FS_ISO9660. Other filesystem types use the field for p_fsize,
   and default values there confuse the cd9660 filesystem code.

   Fixes PR 59783.
VersionDeltaFile
1.106+4-3sys/fs/cd9660/cd9660_vfsops.c
+4-31 files

OpenBSD/ports CBnjnFogeo/libpostal Makefile distinfo

   Update libpostal to 1.1.4.
VersionDeltaFile
1.9+2-2geo/libpostal/Makefile
1.4+2-2geo/libpostal/distinfo
+4-42 files

NetBSD/pkgsrc-wip 8faf0edaudacity distinfo, audacity/patches patch-libraries_lib-nyquist-effects_NyquistBase.cpp

audacity: add comment to patch
DeltaFile
+6-0audacity/patches/patch-libraries_lib-nyquist-effects_NyquistBase.cpp
+1-1audacity/distinfo
+7-12 files

NetBSD/pkgsrc-wip bc0d831audacity distinfo

audacity: add patch to distinfo
DeltaFile
+1-0audacity/distinfo
+1-01 files

NetBSD/src rJgcJGKsys/arch/amd64/include elf_machdep.h

   amd64/elf_machdep.h: Organize symbols into local and psABI groups.

   Permit this file to be used alongside <sys/elfdefinitions.h>.

   PR lib/59564
VersionDeltaFile
1.7+23-17sys/arch/amd64/include/elf_machdep.h
+23-171 files

GhostBSD/ports d91f4f8sysutils/install-station distinfo Makefile

sysutils/install-station: update to 0.2
DeltaFile
+3-3sysutils/install-station/distinfo
+1-1sysutils/install-station/Makefile
+4-42 files

OpenBSD/ports G8FwWC8benchmarks/vegeta distinfo Makefile

   Update vegeta to 12.13.0.
VersionDeltaFile
1.6+2-2benchmarks/vegeta/distinfo
1.6+1-1benchmarks/vegeta/Makefile
+3-32 files

FreeBSD/ports fd2ae92devel/pycharm pkg-plist distinfo

devel/pycharm: update to 2025.2.5
DeltaFile
+7-8devel/pycharm/pkg-plist
+3-3devel/pycharm/distinfo
+1-1devel/pycharm/Makefile
+11-123 files

FreeBSD/ports 905287dsecurity/cowrie Makefile pkg-descr, security/cowrie/files patch-pyproject.toml

security/cowrie: update 2.5.0 → 2.9.0

Reported by:    portscout
DeltaFile
+21-19security/cowrie/Makefile
+17-0security/cowrie/files/patch-pyproject.toml
+12-2security/cowrie/pkg-descr
+3-3security/cowrie/distinfo
+53-244 files

FreeBSD/ports 25533e3math/py-libpoly Makefile distinfo, math/py-libpoly/files patch-CMakeLists.txt

math/py-libpoly: update 0.1.13 → 0.2.1
DeltaFile
+11-9math/py-libpoly/files/patch-CMakeLists.txt
+1-5math/py-libpoly/Makefile
+3-3math/py-libpoly/distinfo
+15-173 files

FreeBSD/ports e5d3202net/zapret distinfo Makefile

net/zapret: update 72.2 → 72.3
DeltaFile
+3-3net/zapret/distinfo
+1-1net/zapret/Makefile
+4-42 files

FreeBSD/ports 641c004graphics Makefile, graphics/py-easyocr Makefile pkg-descr

graphics/py-easyocr: New port: End-to-end multi-lingual Optical Character Recognition (OCR) solution
DeltaFile
+38-0graphics/py-easyocr/Makefile
+8-0graphics/py-easyocr/pkg-descr
+3-0graphics/py-easyocr/distinfo
+1-0graphics/Makefile
+50-04 files