FreeBSD/ports 9b29896x11/kitty Makefile distinfo, x11/kitty/files patch-setup.py

x11/kitty: Update to 0.45.0

- Update list of build dependencies
- Temporarily disable build/installation of docs and man pages on FreeBSD >= 15.0 [1]
  See:
  https://pkg-status.freebsd.org/beefy23/data/150amd64-default/e05e2042985b/logs/kitty-0.44.0_1.log
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291485

PR:             291485 [1]
DeltaFile
+25-2x11/kitty/Makefile
+9-5x11/kitty/files/patch-setup.py
+5-5x11/kitty/distinfo
+5-4x11/kitty/pkg-plist
+44-164 files

NetBSD/pkgsrc-wip 057f0fd. Makefile, yr distinfo go-modules.mk

wip/yr: import yr-1.0.0 as wip/yr

Get the weather delivered to your command-line, or use as a
Go package.

The project uses Meteorologisk institutt's public API, and
OpenStreetMap's Nominatim API.
DeltaFile
+155-0yr/distinfo
+52-0yr/go-modules.mk
+18-0yr/Makefile
+5-0yr/DESCR
+2-0yr/PLIST
+1-0Makefile
+233-06 files

LLVM/project 2c13075mlir/lib/Analysis DataFlowFramework.cpp

[mlir][dataflow] Fix DataFlowFramework crash by add isBlockEnd logic in the ProgramPoint::print (#173471)

Running -test-dead-code-analysis -debug on the following IR will trigger
a data-flow analysis framework assert, you can see
https://github.com/llvm/llvm-project/blob/2d6b1b174194198498eb10ae811632b3dd945ecf/mlir/include/mlir/Analysis/DataFlowFramework.h#L110
Fix DataFlowFramework crash by add isBlockEnd logic in the
ProgramPoint::print.
```
func.func @trs(%idx1: index, %idx2: index, %s: f32) {
  scf.parallel (%i) = (%idx1) to (%idx2) step (%idx2) {
    %r = memref.alloca() : memref<10xf32>
    scf.forall (%e2) in (%idx2) {
      %a = memref.load %r[%idx2] : memref<10xf32>
    }
  }
  return
}
```
DeltaFile
+6-2mlir/lib/Analysis/DataFlowFramework.cpp
+6-21 files

FreeBSD/doc da52f09shared mirrors.adoc

Retire central-cvsup mirror link

It is not used anywhere within our documents anymore.
DeltaFile
+1-2shared/mirrors.adoc
+1-21 files

FreeBSD/ports 70d12b1audio/openal-soft Makefile, audio/openal-soft/files patch-alc_backends_oss.cpp

audio/openal-soft: Add more upstream fixes

The OSS backend is really fixed now.
DeltaFile
+467-13audio/openal-soft/files/patch-alc_backends_oss.cpp
+1-0audio/openal-soft/Makefile
+468-132 files

NetBSD/pkgsrc-wip 1a3a031py-gdal PLIST Makefile, py-hmmlearn PLIST Makefile

py-collectd, py-gdal, py-hmmlearn, py-xopen: removed; already present in the base
DeltaFile
+0-348py-gdal/PLIST
+0-77py-hmmlearn/PLIST
+0-41py-gdal/Makefile
+0-34py-hmmlearn/Makefile
+0-27py-xopen/Makefile
+0-21py-gdal/DESCR
+0-54812 files not shown
+1-61618 files

NetBSD/pkgsrc Ps1ODTzdoc CHANGES-2025

   Updated archivers/par2, security/py-cyclonedx-bom
VersionDeltaFile
1.7441+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc vQnrRwcsecurity/py-cyclonedx-bom PLIST distinfo

   py-cyclonedx-bom: updated to 7.2.1

   7.2.1
   Basic support for CycloneDX 1.7
VersionDeltaFile
1.6+13-1security/py-cyclonedx-bom/PLIST
1.7+4-4security/py-cyclonedx-bom/distinfo
1.11+2-3security/py-cyclonedx-bom/Makefile
+19-83 files

NetBSD/pkgsrc r4ilu9Barchivers/par2 distinfo Makefile

   par2: updated to 1.0.0

   1.0.0

   Support:
     * build fails in Cygwin
     * A potential Data Race
     * Understanding par2cmdline performance
     * Understanding The Par2 Spec and par2cmdline
     * performance with hundreds of small files
     * A better error correcting code
     * Recover impossible without a .par2 "main" file?
     * Thread count option not shown on Arm based Mac version
     * Increase block count limit 32768
     * Behaviour with insufficient read permissions
     *  Help to create a compatible implementation!
     * Flag for automatic Blocksize in commandline
     * Repair-Files created amount to size twice as high as expected from redundancy
     * New release?

    [42 lines not shown]
VersionDeltaFile
1.26+4-4archivers/par2/distinfo
1.34+2-2archivers/par2/Makefile
+6-62 files

OpenBSD/src T7VSvVlsys/uvm uvm_map.c

   Only call uvm_fault_wire() on entries that are not already wired.

   ok kettenis@
VersionDeltaFile
1.353+10-5sys/uvm/uvm_map.c
+10-51 files

NetBSD/pkgsrc LMLcpg5doc CHANGES-2025

   Updated textproc/py-json-logger, graphics/py-imageio
VersionDeltaFile
1.7440+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc DBumVGigraphics/py-imageio distinfo Makefile

   py-imageio: updated to 2.37.2

   2.37.2

   Bug

   Gracefully handle reading of invalid EXIF orientation in Pillow plugin
   Prevent OverflowError for FPS in pyav plugin

   Maint

   Allow github actions to push to master in CD
   Fix publishing to GH and PyPI in CD
   Remove obsolete code for Python <= 3.4
VersionDeltaFile
1.17+4-4graphics/py-imageio/distinfo
1.27+2-3graphics/py-imageio/Makefile
+6-72 files

NetBSD/pkgsrc vC5fqlbtextproc/py-json-logger distinfo Makefile

   py-json-logger: updated to 4.0.0

   4.0.0

   Added

   Support DictConfigurator prefixes for rename_fields and static_fields.
   Allows using values like ext://sys.stderr in fileConfig/dictConfig value fields.
   Support comma seperated lists for Formatter fmt (style=",") e.g. "asctime,message,levelname"
   Note that this style is specific to python-json-logger and thus care should be taken not to pass this format to other logging Formatter implementations.
   Supports sequences of strings (e.g. lists and tuples) of field names for Formatter fmt.

   Changed

   Rename pythonjsonlogger.core.LogRecord and log_record arguments to avoid confusion / overlapping with logging.LogRecord.
   Affects arguments to pythonjsonlogger.core.BaseJsonFormatter (and any child classes).
   serialize_log_record
   add_fields
   jsonify_log_record

    [9 lines not shown]
VersionDeltaFile
1.4+4-4textproc/py-json-logger/distinfo
1.6+2-3textproc/py-json-logger/Makefile
+6-72 files

LLVM/project 1f54d26mlir/docs Canonicalization.md

address comments: link to Linalg forms
DeltaFile
+5-4mlir/docs/Canonicalization.md
+5-41 files

NetBSD/pkgsrc yDYPZENdoc CHANGES-2025

   Updated misc/py-fastprogress, devel/py-falcon
VersionDeltaFile
1.7439+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc 9whjP88devel/py-falcon PLIST distinfo

   py-falcon: updated to 4.2.0

   4.2.0

   Falcon 4.2.0 primarily contains typing enhancements and performance
   optimizations. This release also marks the debut of pre-compiled wheels for the
   :ref:`free-threaded <faq_free_threading>` CPython 3.14 build.
   :ref:`Let us know <chat>` if you are experimenting with scaling Falcon
   applications using free-threading!

   The typing improvements focus on making the WSGI and ASGI App types
   :ref:`generic <generic_app_types>` (parametrized by the request and response
   types). This should make it significantly easier to properly annotate
   applications that leverage custom request and/or response types.

   Additionally, we have fixed a reproducibility issue (thanks to
   `@bmwiedemann <https://github.com/bmwiedemann>`__ from openSUSE for reporting!)
   in our documentation build process. Regarding packaging Falcon for
   distributions in general, we would like to remind you of the

    [2 lines not shown]
VersionDeltaFile
1.9+1-37devel/py-falcon/PLIST
1.11+4-4devel/py-falcon/distinfo
1.21+3-4devel/py-falcon/Makefile
+8-453 files

NetBSD/pkgsrc aAZ3v7smisc/py-fastprogress distinfo Makefile

   py-fastprogress: updated to 1.0.5

   1.0.5
   Solveit compat
VersionDeltaFile
1.2+4-4misc/py-fastprogress/distinfo
1.4+3-4misc/py-fastprogress/Makefile
1.3+4-1misc/py-fastprogress/PLIST
+11-93 files

NetBSD/pkgsrc a85rAMtwww/qt6-qtwebengine Makefile

   qt6-qtwebengine: use explicit Python binary
VersionDeltaFile
1.3+4-5www/qt6-qtwebengine/Makefile
+4-51 files

NetBSD/pkgsrc 1rGmOc9doc CHANGES-2025

   Updated graphics/py-leather, devel/py-tracerite
VersionDeltaFile
1.7438+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc p3Umds1devel/py-tracerite PLIST Makefile

   py-tracerite: updated to 2.2.0

   2.2.0

   Syntax error handling
   Support running in a terminal (TTY) with formatted colored text output
   FastAPI
   Change testpypi index to publish url
   Various other minor improvements
VersionDeltaFile
1.3+14-3devel/py-tracerite/PLIST
1.4+4-4devel/py-tracerite/Makefile
1.4+4-4devel/py-tracerite/distinfo
+22-113 files

NetBSD/pkgsrc cl32mHugraphics/py-leather distinfo Makefile

   py-leather: updated to 0.4.1

   0.4.1 - December 15, 2025
   * Add Python 3.13 and 3.14 support. Drop support for end-of-life versions 3.8 and 3.9.
VersionDeltaFile
1.6+4-4graphics/py-leather/distinfo
1.9+2-3graphics/py-leather/Makefile
+6-72 files

NetBSD/pkgsrc PylYRwzdoc CHANGES-2025

   Updated graphics/gnuplot, graphics/tesseract
VersionDeltaFile
1.7437+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc qiGyXrzdevel/apel Makefile

   (devel/apel) Emacs30 adaptation
VersionDeltaFile
1.44+4-3devel/apel/Makefile
+4-31 files

NetBSD/pkgsrc J61O00Pgraphics/tesseract distinfo Makefile

   tesseract: updated to 5.5.2

   5.5.2

   Simplify code for osdetect
   Fix and improve configuration for cmake builds
   Modernize some for loops and fix some signed/unsigned issues
   Cmake optimization with warp2
   Update checkout action
   chore: fix cyrillic typo
   Move version info. to appropriate ALTO element
   CI: Remove unneeded export statements from cmake workflow for macOS
   Bump actions/checkout from 5 to 6
   Bump github/codeql-action from 2 to 4
   Bump actions/upload-artifact from 4 to 5
   Bump mikepenz/action-junit-report from 4 to 6
   Bump actions/upload-artifact from 5 to 6
VersionDeltaFile
1.36+4-4graphics/tesseract/distinfo
1.92+2-3graphics/tesseract/Makefile
+6-72 files

NetBSD/pkgsrc r8QKF8hgraphics/gnuplot distinfo Makefile

   gnuplot: updated to 6.0.4

   6.0.4

   NEW (back-ported from development version)

   variable Inf is pre-set to floating point INFINITY
   "sharpen" filter handles vertical edges in a step function
   gprintf format specifiers %C and %Ci
   %C formats a complex value as {a, b} This is the format used by the gnuplot "print" command
   %Ci formats a complex value as a + bi Both the real and imaginary parts are printed using libc format %g with optional width and precision
   Support for Windows on ARM 64-bit architectures
   mingw: optionally use the MSYS2/CLANG64 environment
   Cross-compilation for Windows on ARM is possible using MSYS2/CLANG64/CLANGARM64

   CHANGES

   better adherence to c23 standard
   splot with pm3d fillcolor <x> generates a matching key sample

    [28 lines not shown]
VersionDeltaFile
1.56+4-4graphics/gnuplot/distinfo
1.202+2-3graphics/gnuplot/Makefile
+6-72 files

NetBSD/pkgsrc R3D6tRbx11/gxmessage Makefile

   gxmessage: comment out dead site
VersionDeltaFile
1.34+3-4x11/gxmessage/Makefile
+3-41 files

NetBSD/pkgsrc rMNjv2Nemulators/gxemul Makefile

   gxemul: switch to https
VersionDeltaFile
1.77+2-2emulators/gxemul/Makefile
+2-21 files

NetBSD/pkgsrc i4Ju7tHwww/gwt Makefile

   gwt: switch to https
VersionDeltaFile
1.4+2-3www/gwt/Makefile
+2-31 files

NetBSD/pkgsrc ZiSM9tBdevel/guile30-slib Makefile

   guile30-slib: switch to https
VersionDeltaFile
1.2+2-2devel/guile30-slib/Makefile
+2-21 files

NetBSD/pkgsrc ZhDJcgBdevel/guile22-slib Makefile

   guile22-slib: switch to https
VersionDeltaFile
1.11+2-2devel/guile22-slib/Makefile
+2-21 files