FreeBSD/ports 03fcb78cad/freecad-devel/files patch-cMake_FreeCAD__Helspers_SetupCoin3D.cmake, cad/freecad/files patch-cMake_FreeCAD__Helspers_SetupCoin3D.cmake

cad/freecad: prepare freecad and freecad-devel for coin 4.0.10

Ref https://github.com/FreeCAD/FreeCAD/pull/30899
DeltaFile
+29-0cad/freecad-devel/files/patch-cMake_FreeCAD__Helspers_SetupCoin3D.cmake
+29-0cad/freecad/files/patch-cMake_FreeCAD__Helspers_SetupCoin3D.cmake
+58-02 files

FreeBSD/ports 6c6e914audio/py-music21 Makefile distinfo

audio/py-music21: update 10.1.0 → 10.5.0
DeltaFile
+3-3audio/py-music21/Makefile
+3-3audio/py-music21/distinfo
+6-62 files

FreeBSD/ports 12ff649devel/git-town distinfo Makefile

devel/git-town: update 23.0.2 → 23.0.3
DeltaFile
+7-7devel/git-town/distinfo
+1-1devel/git-town/Makefile
+8-82 files

FreeBSD/ports 9be1b87misc/nanocoder pkg-plist distinfo, misc/nanocoder/files package-lock.json

misc/nanocoder: update 1.27.0 → 1.28.0
DeltaFile
+1,429-429misc/nanocoder/pkg-plist
+663-113misc/nanocoder/files/package-lock.json
+3-3misc/nanocoder/distinfo
+2-2misc/nanocoder/Makefile
+2,097-5474 files

FreeBSD/ports a71d273databases/rqlite distinfo Makefile

databases/rqlite: update 10.2.2 → 10.2.3
DeltaFile
+5-5databases/rqlite/distinfo
+1-1databases/rqlite/Makefile
+6-62 files

FreeBSD/ports 6396a28audio/intersect-lv2 distinfo Makefile, audio/intersect-lv2/files patch-meson.build

audio/intersect-lv2: update 2.0 → 2.2
DeltaFile
+0-11audio/intersect-lv2/files/patch-meson.build
+3-3audio/intersect-lv2/distinfo
+1-1audio/intersect-lv2/Makefile
+4-153 files

FreeBSD/ports f037d3adevel/pegtl pkg-plist Makefile, devel/pegtl/files patch-CMakeLists.txt

devel/pegtl: update 3.2.8 → 4.0.0
DeltaFile
+278-124devel/pegtl/pkg-plist
+16-4devel/pegtl/files/patch-CMakeLists.txt
+5-3devel/pegtl/Makefile
+3-3devel/pegtl/distinfo
+302-1344 files

FreeBSD/ports 89a69ccdevel/cargo-tarpaulin distinfo Makefile.crates

devel/cargo-tarpaulin: update 0.35.4 → 0.35.5
DeltaFile
+11-11devel/cargo-tarpaulin/distinfo
+4-4devel/cargo-tarpaulin/Makefile.crates
+1-2devel/cargo-tarpaulin/Makefile
+16-173 files

OpenBSD/src dcor7Mrlib/libc/asr gethostnamadr_async.c

   Skip aliases that are not valid hostnames in gethostbyname(3).

   Consider the following CNAME chain:

   chain7.narrans.de.      60      IN      CNAME   chain\007.tlakh.xyz.
   chain\007.tlakh.xyz.    60      IN      CNAME   chain.sha256.net.
   chain.sha256.net.       60      IN      CNAME   sha256.net.
   sha256.net.             60      IN      A       213.239.192.17

   gethostbyname(3) would fail the query when it encounters
   chain\007.tlakh.xyz. and tries to add it to h_aliases member of struct
   hostent because it's not a valid hostname. This in turn would fail the
   whole query.

   With this, resolution succeeds and we get an alias list of
   "chain7.narrans.de chain.sha256.net".

   hostent_add_alias() can no longer fail, so make it void.


    [3 lines not shown]
VersionDeltaFile
1.52+8-11lib/libc/asr/gethostnamadr_async.c
+8-111 files

FreeBSD/doc aa803abwebsite/data/ru/press press.toml

website: RU - fix translation en/press entries

Reviewed by: andy
Differential Revision: https://reviews.freebsd.org/D56886
DeltaFile
+6-6website/data/ru/press/press.toml
+6-61 files

OpenBSD/src o3EzsZAbin/date date.c

   date: use idiomatic error check for timegm() and mktime() per timegm(3)

   ok deraadt florian
VersionDeltaFile
1.61+3-2bin/date/date.c
+3-21 files

OpenBSD/src DhkSHiMusr.bin/touch touch.c

   touch: improve error check for timegm() and mktime() per timegm(3)

   ok deraadt florian
VersionDeltaFile
1.28+7-4usr.bin/touch/touch.c
+7-41 files

OpenBSD/src JLcoTmlusr.bin/ssh misc.c, usr.sbin/acme-client revokeproc.c

   annotate tm_wday = -1 with /* sentinel for error */ per timegm(3) manpage

   suggested by deraadt
VersionDeltaFile
1.31+3-3usr.sbin/acme-client/revokeproc.c
1.215+3-3usr.bin/ssh/misc.c
1.62+3-3usr.sbin/ntpd/constraint.c
1.82+2-2usr.sbin/httpd/server_file.c
1.133+2-2usr.sbin/rpki-client/x509.c
1.31+2-2usr.sbin/dhcpd/parse.c
+15-156 files

FreeBSD/src c37839dshare/mk gendirdeps.mk meta.autodep.mk

meta.autodep.mk remove extra }

remove extra } from GENDIRDEPS_ENV

more debug output for gendirdeps.mk

Reviewed by:    stevek
Differential Revision:  https://reviews.freebsd.org/D57727
DeltaFile
+11-3share/mk/gendirdeps.mk
+3-3share/mk/meta.autodep.mk
+14-62 files

LLVM/project a323090llvm/lib/Transforms/Vectorize VPlan.h VPlanUtils.h

[VPlan] Add VPReplicateRecipe::getNumOperandsWithoutMask (NFC) (#205004)

Add a getNumOperandsWithoutMask helper to VPReplicateRecipe, mirroring
the existing VPInstruction::getNumOperandsWithoutMask, and use it to
replace some hand-rolled code.
DeltaFile
+6-0llvm/lib/Transforms/Vectorize/VPlan.h
+2-2llvm/lib/Transforms/Vectorize/VPlanUtils.h
+1-1llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
+9-33 files

FreeBSD/ports da6282aeditors/vscode/files patch-remote_node__modules_keytar_node__modules_node-addon-api_napi.h

editors/vscode: Add one missing patch to fix build error with clang 21

This should have been included in 3666da5f42ad.

PR:             296164
Reported by:    Robert Cina <transitive at gmail.com>
Tested by:      Robert Cina <transitive at gmail.com>
Fixes:          3666da5f42ad (editors/vscode: Add patches to fix build error of keytar node module with clang 21)
DeltaFile
+11-0editors/vscode/files/patch-remote_node__modules_keytar_node__modules_node-addon-api_napi.h
+11-01 files

FreeBSD/ports faaa482deskutils/joplin-desktop distinfo Makefile, deskutils/joplin-desktop/files/packagejsons/packages/app-desktop package.json

deskutils/joplin-desktop: Update to 3.6.15

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

Reported by:    GitHub (watch releases)
DeltaFile
+9-9deskutils/joplin-desktop/distinfo
+1-2deskutils/joplin-desktop/Makefile
+1-1deskutils/joplin-desktop/files/packagejsons/packages/app-desktop/package.json
+11-123 files

FreeBSD/ports 400b509games/openbve pkg-plist distinfo

games/openbve: update OpenBVE to version 1.13.0.5

Reported by:    portscout
DeltaFile
+15-0games/openbve/pkg-plist
+5-9games/openbve/distinfo
+2-4games/openbve/Makefile
+22-133 files

NetBSD/src 8WKb2Rrshare/man/man4 agp.4, sys/arch/x86/pci files.pci

   agp(4): port agp_nvidia driver from FreeBSD.

   It supports the AGP controller in the NVIDIA nForce and nForce2 chipsets.

   Tested on Biostar M7NCD Ultra with Radeon 9550,  GeForce FX 5700 LE and
   ATI Rage 128 Pro.
   All cards attach and work over AGP,  however DRM drivers manage the GART
   internally and do not use the kernel AGP GART path directly.
   Radeon 9550 was working more stable with AGP disabled due to known DRM
   instabilities.

   The GART bind/unbind/flush paths were briefly tested via a custom userspace
   test program using /dev/agpgart ioctls.

   Reviewed by riastradh@ and uwe@.
   Also thanks to abs@ for donating some graphics cards used in testing.

   For more information see the discussion on tech-kern:
   https://mail-index.netbsd.org/tech-kern/2026/06/07/msg031073.html
VersionDeltaFile
1.1+396-0sys/dev/pci/agp_nvidia.c
1.25+18-1sys/dev/pci/agpreg.h
1.90+10-2sys/dev/pci/agp.c
1.18+4-2share/man/man4/agp.4
1.29+3-2sys/arch/x86/pci/files.pci
1.24+3-2sys/dev/pci/agpvar.h
+434-91 files not shown
+438-107 files

NetBSD/pkgsrc 2qRU1yknet/powerdns-recursor Makefile

   pdns-recursor: Add Python as a dependency
VersionDeltaFile
1.62+2-1net/powerdns-recursor/Makefile
+2-11 files

Illumos/gate 6de2cc7usr/src/test/nvme-tests/tests/libnvme sctostr.c

18176 nvme sctostr test fails
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Approved by: Gordon Ross <gordon.w.ross at gmail.com>
DeltaFile
+2-3usr/src/test/nvme-tests/tests/libnvme/sctostr.c
+2-31 files

LLVM/project d3b48ccllvm/utils/gn/secondary/llvm/lib/Transforms/Utils BUILD.gn

[gn build] Port a64928f267f3 (#204997)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+1-01 files

FreeBSD/ports a73cae2www/code-server pkg-plist Makefile.build, www/code-server/files README.md code-server.in

www/code-server: Add new port

code-server enables running Visual Studio Code on a remote system and
accessing it through a web browser. It provides a familiar development
environment without requiring a local VS Code installation.

WWW: https://github.com/coder/code-server

Sponsored by:   Netzkommune GmbH
DeltaFile
+13,704-0www/code-server/pkg-plist
+137-0www/code-server/files/README.md
+85-0www/code-server/Makefile.build
+75-0www/code-server/files/code-server.in
+72-0www/code-server/files/patch-ci_build_build-vscode.sh
+55-0www/code-server/Makefile
+14,128-021 files not shown
+14,440-027 files

LLVM/project 47fd9edllvm/utils/gn/secondary/llvm/lib/Target/AArch64 BUILD.gn

[gn build] Port 60a2d437bd04 (#204996)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
+1-01 files

FreeBSD/ports 2feac87misc/R-cran-xfun distinfo Makefile

misc/R-cran-xfun: Update to 0.59

Changelog: https://github.com/yihui/xfun/releases/tag/v0.59
DeltaFile
+3-3misc/R-cran-xfun/distinfo
+1-1misc/R-cran-xfun/Makefile
+4-42 files

FreeBSD/src 704db3f. UPDATING Makefile, share/man/man7 build.7

Source upgrade doc: etcupdate no longer needs -B

Note: We confusingly have the instructions to build the system in the
build manual, the UPDATING file, and the Makefile. These will get out
of sync and will be harmful when they do.

Fixes:  ddf6fad0295a ("etcupdate: Make nobuild the default")
Reviewed by:            jhb
Differential Revision:  https://reviews.freebsd.org/D57644
DeltaFile
+2-2share/man/man7/build.7
+2-2UPDATING
+1-1Makefile
+5-53 files

FreeBSD/doc a4366bbwebsite/content/en/releases/15.1R errata.adoc

15.1/errata: Add zfskey change

Reported by:            kevans
Differential Revision:  https://reviews.freebsd.org/D57672
DeltaFile
+6-2website/content/en/releases/15.1R/errata.adoc
+6-21 files

LLVM/project 0e13569libc/include/llvm-libc-macros math-function-macros.h, libc/test/include iscanonical_test.c CMakeLists.txt

[libc][math] Extend iscanonical macro to _Float16 and float128

iscanonical is a C23 type-generic macro, so the f16/f128 variants are
surfaced through it rather than as functions in the generated math.h.
float128 is only listed when distinct from long double (LDBL_MANT_DIG !=
113) to avoid two _Generic associations with compatible types.
DeltaFile
+22-1libc/include/llvm-libc-macros/math-function-macros.h
+16-0libc/test/include/iscanonical_test.c
+2-0libc/test/include/CMakeLists.txt
+40-13 files

LLVM/project f19e3e6flang/lib/Semantics check-omp-structure.cpp, llvm/include/llvm/Frontend/OpenMP OMP.td

[flang][OpenMP] Move unique clauses to allowedOnceClauses in OMP.td

Many unique clauses were listed in "allowedClauses", which turned off
the single-occurrence check in flang. Move these clauses to the right
category to enable this check.
One exception to this is the IF clause: the IF clause is unique for
all non-compound directives, but is repeatable on compound ones with
the restriction that at most one IF clause can apply to any of the
constituents. This restriction is currently not enforced correctly
in flang, and so the IF clause was left unchanged.

Although this change is applied to a file shared between flang and
clang, clang does not use these categories for its checks, and hence
is not affected by this patch.
DeltaFile
+312-260llvm/include/llvm/Frontend/OpenMP/OMP.td
+0-3flang/lib/Semantics/check-omp-structure.cpp
+312-2632 files

OpenBSD/src BjS7pD4usr.bin/tmux menu.c

   Do not walk off end or beginning of menu item list if every item is
   disabled, GitHub issue 5255 from aizumusheer2 at gmail dot com.
VersionDeltaFile
1.65+4-4usr.bin/tmux/menu.c
+4-41 files