NetBSD/pkgsrc NZaoZHkdevel/objfw options.mk Makefile

   devel/objfw: Always use system compiler on Darwin

   This removes the clang option for Darwin.
VersionDeltaFile
1.7+7-5devel/objfw/options.mk
1.64+2-1devel/objfw/Makefile
+9-62 files

NetBSD/src fG6k60Alib/libm/src e_hypotl.c

   Fix case of normal numbers starting with a highword of 0x0 for m68k.

   In the case of mac68k there can still be normal numbers with a highword
   value of 0.  This differs from x86 where they would be considered denormals.
VersionDeltaFile
1.4+1-1lib/libm/src/e_hypotl.c
+1-11 files

NetBSD/src PCZlyzcsys/arch/m68k/include float.h

   No need for special handling for m68ksf.

   Also the previous LDBL_MIN was a denormal on m68k...opps.
VersionDeltaFile
1.28+1-8sys/arch/m68k/include/float.h
+1-81 files

NetBSD/pkgsrc nTw0kHXdoc CHANGES-2026

   doc: Updated net/bind918 to 9.18.48
VersionDeltaFile
1.2054+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UvLKPIUnet/bind918 distinfo Makefile

   net/bind918: update to 9.18.48

   9.18.48 (2026-04-01)

   Security Fixes

   * Fix crash when reconfiguring zone update policy during active updates.

     We fixed a crash that could occur when running rndc reconfig to change a
     zone's update policy (e.g., from allow-update to update-policy) while DNS
     UPDATE requests were being processed for that zone.

     ISC would like to thank Vitaly Simonovich for bringing this issue to our
     attention.  [GL #5817]

   Bug Fixes

   * Fix a crash triggered by rndc modzone on a zone from a configuration file.


    [10 lines not shown]
VersionDeltaFile
1.39+4-4net/bind918/distinfo
1.67+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc 1nqKxFWdoc CHANGES-pkgsrc-2026Q1

   doc: update for #7067
VersionDeltaFile
1.1.2.5+4-1doc/CHANGES-pkgsrc-2026Q1
+4-11 files

NetBSD/pkgsrc fieBADQgraphics/xplot distinfo, graphics/xplot/patches patch-configure patch-configure

   Pullup ticket #7067 - requested by wiz
   graphics/xplot: Build fix

   Revisions pulled up:
   - graphics/xplot/distinfo                                       1.15
   - graphics/xplot/patches/patch-ab                               1.8
   - graphics/xplot/patches/patch-configure                        1.1

   ---
      Module Name:      pkgsrc
      Committed By:     wiz
      Date:             Wed Apr  1 06:46:56 UTC 2026

      Modified Files:
        pkgsrc/graphics/xplot: distinfo
        pkgsrc/graphics/xplot/patches: patch-ab
      Added Files:
        pkgsrc/graphics/xplot/patches: patch-configure


    [4 lines not shown]
VersionDeltaFile
1.1.2.2+13-0graphics/xplot/patches/patch-configure
1.1.2.1+0-13graphics/xplot/patches/patch-configure
1.7.160.1+4-4graphics/xplot/patches/patch-ab
1.14.2.1+3-2graphics/xplot/distinfo
+20-194 files

NetBSD/pkgsrc sXvMS79doc CHANGES-pkgsrc-2026Q1

   doc: amend #7059
VersionDeltaFile
1.1.2.4+2-1doc/CHANGES-pkgsrc-2026Q1
+2-11 files

NetBSD/pkgsrc JbjtOz1lang/ruby rubyversion.mk

   Pullup ticket #7059 - requested by taca
   lang/ruby: Build fix

   Revisions pulled up:
   - lang/ruby/rubyversion.mk                                      1.317

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Tue Mar 31 14:44:03 UTC 2026

      Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

      Log Message:
      lang/ruby: fix build problem of ruby34

      Fix build problem of ruby34, correcting version of pstore gem.
VersionDeltaFile
1.314.2.3+2-2lang/ruby/rubyversion.mk
+2-21 files

NetBSD/src prLtXDfdistrib/sets/lists/debug mi, distrib/sets/lists/tests mi

   libc: test long double conversions

   On sparc64, tests/usr.bin/xlint/lint1/msg_380.c and msg_381.c fail.
VersionDeltaFile
1.1+114-0tests/lib/libc/t_long_double.c
1.53+3-2tests/lib/libc/Makefile
1.510+2-1distrib/sets/lists/debug/mi
1.1416+2-1distrib/sets/lists/tests/mi
+121-44 files

NetBSD/pkgsrc-wip f963b39. Makefile, py-git-bayesect Makefile PLIST

py-git-bayesect: add new package
DeltaFile
+21-0py-git-bayesect/Makefile
+11-0py-git-bayesect/PLIST
+8-0py-git-bayesect/DESCR
+5-0py-git-bayesect/distinfo
+2-0py-git-bayesect/ALTERNATIVES
+2-0Makefile
+49-06 files

NetBSD/pkgsrc UKXP1QDlang/python wheel.mk

   python: pkglint fix
VersionDeltaFile
1.24+2-2lang/python/wheel.mk
+2-21 files

NetBSD/pkgsrc Z0qZyuFlang/python wheel.mk

   python: add PY_RENAME_BINARIES variable

   This will rename the listed binaries in ${PREFIX}/bin from "foo" to
   "foo-${PYVERSSUFFIX}", e.g. "foo-3.14.

   This will allow us to get rid of a lot of post-install targets in
   Python packages.
VersionDeltaFile
1.23+11-1lang/python/wheel.mk
+11-11 files

NetBSD/src uKNs3yllib/libcurses refresh.c addbytes.c

   libcurses: fix wrong NULL guard

   Move the NULL guard in _cursesi_waddbytes() out of #ifdef DEBUG .
   Delay initialization of all variables that require dereferencing pointers
   that might be NULL until after the NULL guards.  This is what KNF calls
   for anyway.

   Fixes PR lib/60153 .
VersionDeltaFile
1.131+8-6lib/libcurses/refresh.c
1.71+10-4lib/libcurses/addbytes.c
1.37+4-4lib/libcurses/attributes.c
1.25+4-3lib/libcurses/insdelln.c
1.11+4-3lib/libcurses/add_wch.c
1.36+3-3lib/libcurses/touchwin.c
+33-236 files

NetBSD/pkgsrc-wip 015a876webkit-gtk TODO distinfo, webkit-gtk/patches patch-Source_JavaScriptCore_runtime_JSCJSValueInlines.h patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp

webkit-gtk: update to 2.52.1

new build failure, reported upstream
DeltaFile
+27-0webkit-gtk/TODO
+0-19webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_JSCJSValueInlines.h
+8-9webkit-gtk/distinfo
+6-6webkit-gtk/patches/patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp
+6-6webkit-gtk/patches/patch-Source_WebCore_page_NavigatorBase.cpp
+6-6webkit-gtk/patches/patch-Source_WebCore_platform_graphics_gbm_MemoryMappedGPUBuffer.cpp
+53-463 files not shown
+61-549 files

NetBSD/pkgsrc VTzq19wdoc CHANGES-2026 TODO

   doc: Updated devel/py-uv-dynamic-versioning to 0.14.0
VersionDeltaFile
1.2053+2-1doc/CHANGES-2026
1.27035+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YzVrZEkdevel/py-uv-dynamic-versioning Makefile distinfo

   py-uv-dynamic-versioning: update to 0.14.0.

   Improve Version Source Docs by @ninoseki in #85
   ci: update actions by @ninoseki in #86
   docs: update README by @ninoseki in #87
   feat: support highest-tag option by @ninoseki in #89
   docs: update tips by @ninoseki in #90
VersionDeltaFile
1.2+6-2devel/py-uv-dynamic-versioning/Makefile
1.2+4-4devel/py-uv-dynamic-versioning/distinfo
1.2+4-1devel/py-uv-dynamic-versioning/PLIST
+14-73 files

NetBSD/pkgsrc-wip d143c84. TODO, crush distinfo go-modules.mk

crush: update to 0.54.0
DeltaFile
+141-129crush/distinfo
+46-42crush/go-modules.mk
+1-1crush/Makefile
+0-1TODO
+188-1734 files

NetBSD/pkgsrc-wip 122a8cf. TODO, wlroots PLIST distinfo

wlroots: update to 0.20
DeltaFile
+125-121wlroots/PLIST
+3-3wlroots/distinfo
+1-1wlroots/Makefile
+0-1TODO
+129-1264 files

NetBSD/pkgsrc UyMGv5idoc CHANGES-2026 TODO

   doc: Updated devel/wayland-protocols to 1.48
VersionDeltaFile
1.2052+2-1doc/CHANGES-2026
1.27034+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc AUA4oFadevel/wayland-protocols distinfo PLIST

   wayland-protocols: update to 1.48.

   Protocol updates.
VersionDeltaFile
1.20+4-4devel/wayland-protocols/distinfo
1.13+5-0devel/wayland-protocols/PLIST
1.24+2-2devel/wayland-protocols/Makefile
+11-63 files

NetBSD/pkgsrc CmJwHKAdoc CHANGES-2026

   doc: Updated fonts/harfbuzz-icu to 14.0.0
VersionDeltaFile
1.2051+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8T9B0tTdoc TODO CHANGES-2026

   doc: Updated fonts/harfbuzz to 14.0.0
VersionDeltaFile
1.27033+1-2doc/TODO
1.2050+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Fy8jZCWfonts/harfbuzz PLIST distinfo

   harfbuzz: update to 14.0.0.

   Overview of changes leading to 14.0.0
   Wednesday, April 1, 2026
   =====================================
   - New `libharfbuzz-gpu` library: GPU text rasterization based on the
     Slug algorithm by Eric Lengyel.  Encodes glyph outlines on the CPU
     into compact blobs that the GPU decodes and rasterizes directly in
     the fragment shader, with no intermediate bitmap atlas.
     Shader sources provided in GLSL, WGSL, MSL, and HLSL.
     New `hb-gpu` installed utility for interactive GPU text rendering.
     Live web demo: https://harfbuzz.github.io/hb-gpu-demo/
   - New `harfbuzz-world.cc` amalgamated source for building a subset of
     all HarfBuzz libraries into one compilation unit, driven by a custom
     `hb-features.h`.
   - Updated README with libraries overview and project description.
   - Various bug fixes.
   - New API:
     + hb_gpu_draw_t

    [14 lines not shown]
VersionDeltaFile
1.90+19-1fonts/harfbuzz/PLIST
1.170+4-4fonts/harfbuzz/distinfo
1.80+2-2fonts/harfbuzz/Makefile.common
+25-73 files

NetBSD/pkgsrc t0OOMZzfonts Makefile, fonts/tex-figureversions-doc Makefile distinfo

   tex-figureversions-doc: actually commit it this time.
VersionDeltaFile
1.1+13-0fonts/tex-figureversions-doc/Makefile
1.1+5-0fonts/tex-figureversions-doc/distinfo
1.1+3-0fonts/tex-figureversions-doc/PLIST
1.457+2-1fonts/Makefile
1.1+1-0fonts/tex-figureversions-doc/DESCR
+24-15 files

NetBSD/pkgsrc lhtAcfcdoc TODO CHANGES-2026

   doc: Updated net/arti to 2.2.0
VersionDeltaFile
1.27032+3-1doc/TODO
1.2049+2-1doc/CHANGES-2026
+5-22 files

NetBSD/pkgsrc PyX2NyYnet/arti distinfo cargo-depends.mk

   arti: update to 2.2.0.

   Arti 2.2.0 continues our work on relay development,
   and brings us even closer to a working middle relay.

   This release also adds some useful client-side features,
   and includes various bugfixes and cleanups.
VersionDeltaFile
1.16+343-340net/arti/distinfo
1.16+113-112net/arti/cargo-depends.mk
1.21+2-2net/arti/Makefile
+458-4543 files

NetBSD/pkgsrc GHkHctxdoc CHANGES-2026

   doc: Added fonts/nerd-fonts-Monaspace version 1.400
VersionDeltaFile
1.2048+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qvVE0Fsfonts Makefile

   fonts/Makefile: + nerd-fonts-Monaspace, - tex-figureversions-doc (not here)
VersionDeltaFile
1.456+2-2fonts/Makefile
+2-21 files

NetBSD/pkgsrc jZYgezBfonts/nerd-fonts-Monaspace PLIST Makefile

   fonts/nerd-fonts-Monaspace: import nerd-fonts-Monaspace-1.400

   The Monaspace type system is a monospaced type superfamily with
   some modern tricks up its sleeve. It consists of five variable axis
   typefaces. Each one has a distinct voice, but they are all
   metrics-compatible with one another, allowing you to mix and match
   them for a more expressive typographical palette.

   This is the nerd-fonts variant of Monaspace.
VersionDeltaFile
1.1+211-0fonts/nerd-fonts-Monaspace/PLIST
1.1+25-0fonts/nerd-fonts-Monaspace/Makefile
1.1+7-0fonts/nerd-fonts-Monaspace/DESCR
1.1+5-0fonts/nerd-fonts-Monaspace/distinfo
+248-04 files