FreeBSD/ports 97e8bdfdevel/electron39 distinfo Makefile.version, devel/electron39/files patch-electron_BUILD.gn patch-content_browser_service__host_utility__process__host.cc

devel/electron39: Update to 39.6.0

Changelog:
- https://github.com/electron/electron/releases/tag/v39.5.2
- https://github.com/electron/electron/releases/tag/v39.6.0

Reported by:    GitHub (watch releases)
DeltaFile
+11-25devel/electron39/files/packagejsons/yarn.lock
+7-7devel/electron39/files/patch-electron_BUILD.gn
+5-5devel/electron39/distinfo
+6-1devel/electron39/files/packagejsons/package.json
+3-3devel/electron39/files/patch-content_browser_service__host_utility__process__host.cc
+1-1devel/electron39/Makefile.version
+33-426 files

FreeBSD/doc 4db0217website/content/ru/releases/15.0R relnotes.adoc

website/ru: Update releases/15.0R/relnotes.adoc

Update to EN c43ac4d9e7cf2c74d418af923df3e457fd5bcd85
DeltaFile
+23-22website/content/ru/releases/15.0R/relnotes.adoc
+23-221 files

NetBSD/pkgsrc-wip fed63b1. TODO

TODO: + crush-0.43.0, py-typer-0.23.1, resterm-0.22.0.
DeltaFile
+3-0TODO
+3-01 files

NetBSD/pkgsrc DuQh9IKdoc TODO

   doc/TODO: add some

   + aspell-0.60.8.2, dasel-3.2.2, enchant2-2.8.15, gopls-0.21.1,
     grafana-12.3.3, jjui-0.9.11, moor-2.10.4, ocaml-dune-3.21.1,
     py-astroid-4.1.0, py-filelock-3.24.0,
     py-google-api-python-client-2.190.0, py-icalendar-7.0.0,
     py-librt-0.8.0, py-maturin-1.12.0, py-nh3-0.3.3, py-platformdirs-4.9.1,
     py-project-metadata-0.11.0, py-ruff-0.15.1, py-setuptools-82.0.0,
     py-sphinx-autoapi-3.7.0, py-trio-0.33.0, py-uv-build-0.10.2,
     py-zopfli-0.4.1, rumdl-0.1.21, slumber-5.0.0, zxing-cpp-3.0.1.
VersionDeltaFile
1.26797+27-3doc/TODO
+27-31 files

GhostBSD/ports 93c3fbbx11/ghostbsd-xfce-settings pkg-plist

x11/ghostbsd-xfce-settings: fixed plist
DeltaFile
+6-6x11/ghostbsd-xfce-settings/pkg-plist
+6-61 files

NetBSD/pkgsrc 4kTawHSdoc TODO

   doc/TODO: + miniflux-2.2.17.
VersionDeltaFile
1.26796+2-1doc/TODO
+2-11 files

LLVM/project afd4df0llvm/include/llvm/CodeGen SelectionDAG.h, llvm/lib/CodeGen/SelectionDAG SelectionDAG.cpp

[DAG] isKnownToBeAPowerOfTwo - add DemandedElts, OrZero arguments and support for zero constants (#181485)

Update the signature for isKnownToBeAPowerOfTwo methods to take
DemandedElts and OrZero arguments.

So far all I've done is add OrZero support for constants
(scalars/buildvector/splat), with the intention to incrementally extend
support in the future (or spread the work as beginner GFI patches).

Similarly the DemandedElts argument is currently only used for constant
build vector tests but support can be extended in future patches.

Fixes #178938
DeltaFile
+56-23llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+46-0llvm/unittests/Target/AArch64/AArch64SelectionDAGTest.cpp
+13-2llvm/include/llvm/CodeGen/SelectionDAG.h
+115-253 files

FreeBSD/ports 2ddc5e6net-im/kaidan distinfo Makefile

net-im/kaidan: Update to 0.15.0
DeltaFile
+3-3net-im/kaidan/distinfo
+1-2net-im/kaidan/Makefile
+4-52 files

FreeBSD/ports 8590e5enet-im/qxmpp distinfo Makefile

net-im/qxmpp: Update to 1.14.0

- Enable GStreamer by default, it is required by net-im/kaidan
DeltaFile
+3-3net-im/qxmpp/distinfo
+3-2net-im/qxmpp/Makefile
+2-0net-im/qxmpp/pkg-plist
+8-53 files

FreeBSD/ports 0bee307net-im/qxmpp pkg-plist Makefile

net-im/qxmpp: clean up

Sort plist, use helpers
DeltaFile
+4-4net-im/qxmpp/pkg-plist
+4-3net-im/qxmpp/Makefile
+8-72 files

FreeBSD/ports d2c8bd4devel/libphonenumber distinfo Makefile

devel/libphonenumber: Update to 9.0.24
DeltaFile
+3-3devel/libphonenumber/distinfo
+1-1devel/libphonenumber/Makefile
+4-42 files

FreeBSD/ports 930d9f4games/gcompris-qt pkg-plist distinfo

games/gcompris-qt: Update to 26.0

Announcement: https://gcompris.net/news-en.html#2026-02-04
DeltaFile
+74-45games/gcompris-qt/pkg-plist
+3-5games/gcompris-qt/distinfo
+2-5games/gcompris-qt/Makefile
+79-553 files

FreeBSD/ports 1d82335devel/okteta distinfo Makefile

devel/okteta: Update to 0.26.25

Release notes:

The port to Qt6 is still on-going (only remaining blocker as before the port
from QtScript to some other JS engine), no ETA currently.

Changes since 0.26.24:
* Improved: ensure focus is set on view after bookmark activation/creation
* Improved: use correct offsets after too large primitive structures arrays
  BUG: https://bugs.kde.org/514151
* Fixed: do not scan parent dir of structures data dir for definitions
* Fixed: do not crash on warning for too large structures array length
DeltaFile
+3-3devel/okteta/distinfo
+1-1devel/okteta/Makefile
+4-42 files

FreeBSD/src 6ce85d6usr.sbin/daemon daemon.c daemon.8

daemon: Add option for output file mode

The daemon utility has always created its output file with a fixed mode
of 0600. This causes issues for log collection setups where the collector
does not run as root but instead relies on group access to the watched
daemon’s log file.

Introduce a new option that allows specifying the output file mode using
install(1)-style semantics. This enables non-root log collectors to access
the file as intended and improves compatibility with log rotation tools.

Reviewed by:    kevans
MFC after:      1 week
Relnotes:       yes
Differential Revision:  https://reviews.freebsd.org/D54930

(cherry picked from commit a3b90a1f008365d9f62773998f89f9c872e2bed5)
DeltaFile
+21-7usr.sbin/daemon/daemon.c
+15-2usr.sbin/daemon/daemon.8
+36-92 files

FreeBSD/src cc35db9usr.sbin/daemon daemon.c daemon.8

daemon: Add option for output file mode

The daemon utility has always created its output file with a fixed mode
of 0600. This causes issues for log collection setups where the collector
does not run as root but instead relies on group access to the watched
daemon’s log file.

Introduce a new option that allows specifying the output file mode using
install(1)-style semantics. This enables non-root log collectors to access
the file as intended and improves compatibility with log rotation tools.

Reviewed by:    kevans
MFC after:      1 week
Relnotes:       yes
Differential Revision:  https://reviews.freebsd.org/D54930

(cherry picked from commit a3b90a1f008365d9f62773998f89f9c872e2bed5)
DeltaFile
+21-7usr.sbin/daemon/daemon.c
+15-2usr.sbin/daemon/daemon.8
+36-92 files

FreeBSD/src 4bc40d5usr.sbin/daemon daemon.c daemon.8

daemon: Add option for output file mode

The daemon utility has always created its output file with a fixed mode
of 0600. This causes issues for log collection setups where the collector
does not run as root but instead relies on group access to the watched
daemon’s log file.

Introduce a new option that allows specifying the output file mode using
install(1)-style semantics. This enables non-root log collectors to access
the file as intended and improves compatibility with log rotation tools.

Reviewed by:    kevans
MFC after:      1 week
Relnotes:       yes
Differential Revision:  https://reviews.freebsd.org/D54930

(cherry picked from commit a3b90a1f008365d9f62773998f89f9c872e2bed5)
DeltaFile
+21-7usr.sbin/daemon/daemon.c
+15-2usr.sbin/daemon/daemon.8
+36-92 files

FreeBSD/ports 185a69cwww/opengist pkg-plist Makefile, www/opengist/files patch-package.json

www/opengist: Update to 1.12.1

Remove aarch64 support, since tailwindcss 4 is currently not supported
in aarch64.

Changes since 1.11.1:

v1.12.1

Added

  * More translation strings (#605)

Fixed

  * Allow Access Tokens with Required Login (#611)
  * Make text files renderable with mimetypes different than text/plain
    (#612)
  * Improve security on raw files endpoint (#613)

    [30 lines not shown]
DeltaFile
+79-73www/opengist/pkg-plist
+2-13www/opengist/Makefile
+7-7www/opengist/distinfo
+6-7www/opengist/files/patch-package.json
+94-1004 files

NetBSD/pkgsrc-wip 3e1a8adgtk4 options.mk PLIST, gtk4/patches patch-gdk_wayland_gdkseat-wayland.c

gtk4: add wayland support
DeltaFile
+15-13gtk4/options.mk
+21-0gtk4/patches/patch-gdk_wayland_gdkseat-wayland.c
+12-0gtk4/PLIST
+5-0gtk4/buildlink3.mk
+2-1gtk4/Makefile
+1-0gtk4/distinfo
+56-146 files

LLVM/project ee9aeb4llvm/lib/CodeGen CodeGenPrepare.cpp, llvm/lib/Transforms/Scalar InferAddressSpaces.cpp

[NFC] Fix typos 'bicast' -> 'bitcast' (#180890)

Fix typos bicast -> bitcast. I find this when I'm resovling a codegen
prepare optimazation.
DeltaFile
+1-1llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
+1-1llvm/lib/CodeGen/CodeGenPrepare.cpp
+2-22 files

OpenBSD/xenocara q1tVlq6. MODULES 3RDPARTY

   update
VersionDeltaFile
1.552+10-10MODULES
1.459+2-23RDPARTY
+12-122 files

NetBSD/pkgsrc-wip 243bac1gtk4 PLIST options.mk, gtk4/patches patch-meson.build

Import x11/gtk4
DeltaFile
+594-0gtk4/PLIST
+74-0gtk4/options.mk
+63-0gtk4/Makefile
+32-0gtk4/modules.mk
+31-0gtk4/buildlink3.mk
+27-0gtk4/patches/patch-meson.build
+821-05 files not shown
+867-011 files

OpenBSD/ports 2Z7MeJsmath/py-netcdf4 distinfo Makefile

   Update py-netcdf4 to 1.7.4.
VersionDeltaFile
1.16+2-2math/py-netcdf4/distinfo
1.34+1-1math/py-netcdf4/Makefile
+3-32 files

FreeBSD/ports bee2e12devel/py-urwidgets Makefile, devel/py-urwidgets/files patch-setup.py

devel/py-urwidgets: allow to package with urwid 3.0

PR:             293175
Approved by:    sunpoet@ (maintainer)
DeltaFile
+11-0devel/py-urwidgets/files/patch-setup.py
+2-1devel/py-urwidgets/Makefile
+13-12 files

OpenBSD/xenocara yXXIcXaapp/bitmap config.sub config.guess

   update to bitmap 1.1.2
VersionDeltaFile
1.4+1,471-1,293app/bitmap/config.sub
1.4+1,028-753app/bitmap/config.guess
1.13+468-201app/bitmap/Makefile.in
1.3+206-202app/bitmap/depcomp
1.3+144-259app/bitmap/missing
1.18+149-127app/bitmap/aclocal.m4
+3,466-2,83516 files not shown
+4,122-3,21622 files

OpenBSD/xenocara KII9QEplib/libXrandr config.sub config.guess

   Update to libXrandr 1.5.5
VersionDeltaFile
1.4+1,471-1,293lib/libXrandr/config.sub
1.4+1,028-753lib/libXrandr/config.guess
1.4+206-202lib/libXrandr/depcomp
1.4+144-259lib/libXrandr/missing
1.22+72-239lib/libXrandr/configure
1.19+148-126lib/libXrandr/aclocal.m4
+3,069-2,87211 files not shown
+3,621-3,14517 files

OpenBSD/xenocara M5P3n7plib/libXpm configure config.sub, lib/libXpm/test Makefile.in

   Update to libXpm 3.5.18
VersionDeltaFile
1.20+4,809-4,246lib/libXpm/configure
1.4+1,471-1,293lib/libXpm/config.sub
1.4+1,028-753lib/libXpm/config.guess
1.2+481-146lib/libXpm/test/Makefile.in
1.4+216-202lib/libXpm/install-sh
1.4+206-202lib/libXpm/depcomp
+8,211-6,84249 files not shown
+9,592-8,56655 files

OpenBSD/xenocara gh2Z2UQdistrib/sets/lists/xbase mi

   sync
VersionDeltaFile
1.161+1-1distrib/sets/lists/xbase/mi
+1-11 files

OpenBSD/xenocara S9ew2Uylib/libXmu depcomp missing, lib/libXmu/test Makefile.in

   Update to libXmu 1.3.1
VersionDeltaFile
1.3+523-139lib/libXmu/test/Makefile.in
1.3+206-202lib/libXmu/depcomp
1.3+144-259lib/libXmu/missing
1.17+146-124lib/libXmu/aclocal.m4
1.14+121-104lib/libXmu/Makefile.in
1.17+68-146lib/libXmu/configure
+1,208-97420 files not shown
+1,738-1,20726 files

OpenBSD/xenocara XFq3jDplib/libXinerama configure config.sub

   Update to libXinerama 1.1.6
VersionDeltaFile
1.20+4,595-3,974lib/libXinerama/configure
1.4+1,471-1,293lib/libXinerama/config.sub
1.4+1,028-753lib/libXinerama/config.guess
1.4+216-202lib/libXinerama/install-sh
1.4+206-202lib/libXinerama/depcomp
1.4+144-259lib/libXinerama/missing
+7,660-6,68314 files not shown
+8,371-7,08720 files

OpenBSD/xenocara I4pYQ1Olib/libXext depcomp missing, lib/libXext/man DBE.man Xmbuf.man

   Update to libXext 1.3.7
VersionDeltaFile
1.3+206-202lib/libXext/depcomp
1.3+144-259lib/libXext/missing
1.22+72-239lib/libXext/configure
1.5+146-128lib/libXext/man/DBE.man
1.22+146-124lib/libXext/aclocal.m4
1.7+147-120lib/libXext/man/Xmbuf.man
+861-1,07232 files not shown
+1,816-1,85038 files