FreeBSD/ports f571cb3cad/freecad-devel Makefile.git_rev distinfo

cad/freecad-devel: Use vtk9/Makefile.version

Follow vtk9 by using vtk9/Makefile.version
While there update to 2026.03.07
DeltaFile
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+1-2cad/freecad-devel/Makefile
+7-83 files

FreeBSD/doc ab8fdf5website/content/en/cgi man.cgi

add FreeBSD 14.4-RELEASE & ports manual pages

Approved by: re
DeltaFile
+9-4website/content/en/cgi/man.cgi
+9-41 files

FreeBSD/ports 775fb77www/py-google-api-python-client distinfo Makefile

www/py-google-api-python-client: Update to 2.192.0

ChangeLog:      https://github.com/googleapis/google-api-python-client/releases/tag/v2.192.0
Reported by:    "release-please[bot]" <notifications at github.com>
DeltaFile
+3-3www/py-google-api-python-client/distinfo
+1-1www/py-google-api-python-client/Makefile
+4-42 files

FreeBSD/ports 8a3cdf7sysutils/treemd distinfo Makefile

sysutils/treemd: Update to 0.5.9

ChangeLog:      https://github.com/Epistates/treemd/releases/tag/v0.5.9
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3sysutils/treemd/distinfo
+1-1sysutils/treemd/Makefile
+4-42 files

FreeBSD/ports 0457a8dwww/linux-freetube distinfo Makefile

www/linux-freetube: Update to 0.23.14.b

ChangeLog:      https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.23.14-beta
Reported by:    efb4f5ff-1298-471a-8973-3d47447115dc <notifications at github.com>
DeltaFile
+3-3www/linux-freetube/distinfo
+1-1www/linux-freetube/Makefile
+4-42 files

FreeBSD/ports 8fa061fdatabases/sabiql distinfo Makefile.crates

databases/sabiql: Update to 1.7.0

ChangeLog:      https://github.com/riii111/sabiql/releases/tag/v1.7.0
Reported by:    riii111 <notifications at github.com>
DeltaFile
+17-15databases/sabiql/distinfo
+7-6databases/sabiql/Makefile.crates
+1-1databases/sabiql/Makefile
+25-223 files

FreeBSD/ports af1ad7dwww/nextcloud-forms distinfo Makefile

www/nextcloud-forms: Update to 5.2.5
DeltaFile
+3-3www/nextcloud-forms/distinfo
+1-1www/nextcloud-forms/Makefile
+4-42 files

FreeBSD/ports 585b9a1multimedia/gstreamer1-plugins distinfo, multimedia/gstreamer1-plugins-rust distinfo Makefile.crates

GStreamer1: Update to 1.28.1

multimedia/gstreamer1-plugins-rust: Update to 0.15.1

Changes:
https://gstreamer.freedesktop.org/releases/1.28/#1.28.1

Security:       791d4b29-19fb-11f1-87cc-e73692421fef
DeltaFile
+915-449multimedia/gstreamer1-plugins-rust/distinfo
+457-224multimedia/gstreamer1-plugins-rust/Makefile.crates
+12-9multimedia/gstreamer1-plugins-rust/Makefile
+9-9multimedia/gstreamer1-plugins/distinfo
+13-0multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidecoder__h265.c
+10-2multimedia/gstreamer1-plugins-rust/pkg-plist
+1,416-69312 files not shown
+1,455-72318 files

FreeBSD/ports 39bb3e5security/vuxml/vuln 2026.xml

security/vuxml: Add GStreamer1 < 1.28.1

https://gstreamer.freedesktop.org/security/
DeltaFile
+70-0security/vuxml/vuln/2026.xml
+70-01 files

FreeBSD/ports 10f58b5textproc/groff Makefile

textproc/groff: Clean and improve the port

* Define directory layout directly via MAKE_ARGS instead of working
around predefined defaults via post-install stances.

Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D55637
DeltaFile
+8-8textproc/groff/Makefile
+8-81 files

FreeBSD/ports 0737278devel/p5-Dist-Build Makefile pkg-plist

devel/p5-Dist-Build: Modern perl module builder

Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.
This new port is needed as a dependency for ver.0.030 of the existing port security/p5-Crypt-Argon2.

PR:             293592
DeltaFile
+28-0devel/p5-Dist-Build/Makefile
+22-0devel/p5-Dist-Build/pkg-plist
+4-0devel/p5-Dist-Build/pkg-descr
+3-0devel/p5-Dist-Build/distinfo
+57-04 files

FreeBSD/ports 0737277Mk/Uses perl5.mk

Mk/Uses/perl5.mk: Prepare for Dist::Build - a new perl module builder

Dist::Build is a new perl module builder - with Build.PL as a starting point.
Dist::Build comes from the author of Module::Build and of Module::Build::Tiny.

PR:             293591                                                                                                                                                                   
DeltaFile
+24-17Mk/Uses/perl5.mk
+24-171 files

FreeBSD/src 3570b19bin/uuidgen uuidgen.c uuidgen.1, sys/kern kern_uuid.c

uuidgen: generate UUIDs in bounded batches to respect kernel limit

The uuidgen(2) system call enforces a hard upper limit of 2048 UUIDs per
invocation. uuidgen(1) previously attempted to generate arbitrary counts
in a single call and allocated memory accordingly, leading to EINVAL
errors, unnecessary memory usage, and potential overflow risks.

Generate UUIDs in fixed-size batches, streaming output incrementally
while preserving existing semantics. Mirror the kernel limit explicitly
since it is not exposed via a public interface.

Signed-off-by: NVSRahul <nvsrahul at hotmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1965
DeltaFile
+44-37bin/uuidgen/uuidgen.c
+6-0sys/sys/uuid.h
+0-4bin/uuidgen/uuidgen.1
+1-1sys/kern/kern_uuid.c
+51-424 files

FreeBSD/src 895a97clibexec/rc/rc.d zfs

rc.d/zfs: align zfs mount verbosity in host and jail environments

ZFS script runs different startup seqneces depending on where it runs:
on the host (`zfs_start_main()`) or in a jail (`zfs_start_jail()`):

- `zfs_start_main()` mounts ZFS datasets in verbose mode `zfs mount -va`
- `zfs_start_jail()` mounts ZFS datasets silently `zfs mount -a`.

This change aligns the verbose levels.

NO_ISSUE

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2030
DeltaFile
+1-1libexec/rc/rc.d/zfs
+1-11 files

FreeBSD/src cb69951sbin/fsck_msdosfs dir.c

fsck_msdosfs: reduce the scope of dentry deletion

When dentry flag is ATTR_VOLUME because of 1 bit flip(from 0x10 to 0x18),
removede function will delete all dentry from invalid dentry postion,
so some normal dentries will be deleted in the same cluster.Unfortunately,
these normal directories and files will not be visible to the user
after wo do fsck_msdos

Signed-off-by: YangWen <anmuxixixi at gmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1694
DeltaFile
+1-1sbin/fsck_msdosfs/dir.c
+1-11 files

FreeBSD/src cecd12asys/dev/asmc asmc.c

use ASMC_FAN_FUNCS2 to avoid trying to read non-existent keys

Signed-off-by: tslight <tslight at pm.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2051
DeltaFile
+1-1sys/dev/asmc/asmc.c
+1-11 files

FreeBSD/src d7922c3libexec/rc debug.sh

Fix debug.sh comment typo

Signed-off-by: Kalevi Kolttonen <kalevi at kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2012
DeltaFile
+1-1libexec/rc/debug.sh
+1-11 files

FreeBSD/src 75858ca. .editorconfig

Add .editorconfig

FreeBSD developers use different text editors or sometimes use GUI
editors such as VSCode or Zed on different platforms for convinence.
However, there is lack of unified config for those editors to follow
style(9) including indent rules.

Although most "modern" editors support .editorconfig out of box, basic
editors such as vim needs a plugin for autoloading .editorconfig file.

Sponsored by:   The FreeBSD Foundation

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2024
DeltaFile
+23-0.editorconfig
+23-01 files

FreeBSD/src 3be98a0libexec/rc hooks.sh

Fix hooks.sh comment typo

Signed-off-by: Kalevi Kolttonen <kalevi at kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2013
DeltaFile
+1-1libexec/rc/hooks.sh
+1-11 files

FreeBSD/src 16c82e2sys/dev/asmc asmcvar.h asmc.c

Add ASMC support for Macbook Pro 8,3

Signed-off-by: tslight <tslight at pm.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1992
DeltaFile
+33-0sys/dev/asmc/asmcvar.h
+6-0sys/dev/asmc/asmc.c
+39-02 files

FreeBSD/src 9f2eb94tools/build/cross-build/include/linux/sys types.h

Add __unused workaround for linux/sys/types.h

Signed-off-by: Perdixky <3293789706 at qq.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2063
DeltaFile
+3-0tools/build/cross-build/include/linux/sys/types.h
+3-01 files

FreeBSD/src 9006a73bin/ps print.c keyword.c

/bin/ps: Fix display of negative nice values on ARMv7/aarch64

On Arm-based systems (and maybe others), 'char' defaults to unsigned,
causing negative nice values to be displayed incorrectly (e.g., 246
instead of -10). Explicitly using 'signed char' ensures consistent
behaviour across architectures.

[ tested on RPI2 and generic aarch64 qemu install ]

Before:
  # /usr/bin/nice --10 ps -l | awk '(NR == 1 || $(NF-1) == "ps")'
  UID   PID  PPID C PRI  NI  VSZ  RSS MWCHAN  STAT TT     TIME COMMAND
    0 23606 22800 2 -32 246 5400 2544 -       R<+   0  0:00.06 ps -l

After:
  # /usr/bin/nice --10 ps -l | awk '(NR == 1 || $(NF-1) == "ps")'
  UID   PID  PPID C PRI  NI  VSZ  RSS MWCHAN  STAT TT     TIME COMMAND
    0 23614 22800 3 -32 -10 5400 2544 -       R<+   0  0:00.05 ps -l


    [3 lines not shown]
DeltaFile
+3-0bin/ps/print.c
+1-1bin/ps/keyword.c
+1-1bin/ps/ps.h
+5-23 files

FreeBSD/ports 2ee1785devel/lace Makefile pkg-plist, devel/lace/files patch-CMakeLists.txt patch-benchmarks_CMakeLists.txt

devel/lace: update 2.0.2 → 2.2.1

Reported by:    portscout
DeltaFile
+15-30devel/lace/files/patch-CMakeLists.txt
+9-10devel/lace/files/patch-benchmarks_CMakeLists.txt
+6-4devel/lace/Makefile
+5-5devel/lace/files/patch-benchmarks_strassen_strassen-lace.c
+6-3devel/lace/pkg-plist
+4-4devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
+45-568 files not shown
+76-8714 files

FreeBSD/ports 9f05424graphics/pencil2d Makefile distinfo

graphics/pencil2d: update 0.7.0 → 0.7.1

Reported by:    portscout
DeltaFile
+4-4graphics/pencil2d/Makefile
+3-3graphics/pencil2d/distinfo
+7-72 files

FreeBSD/ports a89bf44devel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.10.6 → 0.10.9
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports bf78592math/faiss distinfo Makefile, math/py-faiss distinfo Makefile

math/{,py-}faiss: update 1.14.0 → 1.14.1

Reported by:    portscout
DeltaFile
+3-3math/py-faiss/distinfo
+3-3math/faiss/distinfo
+1-1math/faiss/Makefile
+2-0math/faiss/pkg-plist
+1-1math/py-faiss/Makefile
+10-85 files

FreeBSD/ports 036e899devel/xbyak distinfo Makefile

devel/xbyak: update 7.35 → 7.35.2

Reported by:    portscout
DeltaFile
+3-3devel/xbyak/distinfo
+1-1devel/xbyak/Makefile
+4-42 files

FreeBSD/ports accba12devel/fnm distinfo Makefile

devel/fnm: update 1.38.1 → 1.39.0

Reported by:    portscout
DeltaFile
+89-87devel/fnm/distinfo
+44-44devel/fnm/Makefile
+133-1312 files

FreeBSD/ports 740f382science/phonopy distinfo Makefile, science/py-phonopy Makefile distinfo

science/{,py-}phonopy: update 2.48.0 → 3.0.1

Reported by:    portscout
DeltaFile
+29-0science/py-phonopy/files/patch-test_unfolding_plot__band.py
+8-2science/py-phonopy/Makefile
+3-3science/phonopy/distinfo
+3-3science/py-phonopy/distinfo
+1-1science/phonopy/Makefile
+44-95 files

FreeBSD/ports aded1edx11-toolkits/py-superqt distinfo Makefile

x11-toolkits/py-superqt: update 0.7.6 → 0.8.0

Reported by:    portscout
DeltaFile
+3-3x11-toolkits/py-superqt/distinfo
+1-1x11-toolkits/py-superqt/Makefile
+4-42 files