FreeBSD/ports cda35b3devel/R-cran-rJava Makefile

devel/R-cran-rJava: switch to JDK21
DeltaFile
+8-5devel/R-cran-rJava/Makefile
+8-51 files

FreeBSD/ports b2fc3ddsysutils/lnav Makefile

sysutils/lnav: Take maintainership

PR:             294017
Approved by:    Thomas Hurst <tom at hur.st> (former maintainer)
DeltaFile
+1-1sysutils/lnav/Makefile
+1-11 files

FreeBSD/ports 0665373devel/p5-TimeDate distinfo pkg-plist

devel/p5-TimeDate: Update to 2.35

Changelog:
https://metacpan.org/changes/distribution/TimeDate

PR:             294008
Reported by:    Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Approved by:    maintainer, vvd (mentor)
DeltaFile
+3-3devel/p5-TimeDate/distinfo
+2-0devel/p5-TimeDate/pkg-plist
+1-1devel/p5-TimeDate/Makefile
+6-43 files

FreeBSD/ports 341c10edevel/R-cran-vctrs distinfo Makefile

devel/R-cran-vctrs: Update to 0.7.2

Changelog: https://cran.r-project.org/web/packages/vctrs/news/news.html
DeltaFile
+3-3devel/R-cran-vctrs/distinfo
+1-1devel/R-cran-vctrs/Makefile
+4-42 files

FreeBSD/ports 0f8d925games/libretro-nestopia distinfo Makefile

games/libretro-nestopia: Update 20250814 => 20260228

Commit log:
https://github.com/libretro/nestopia/compare/51ad831...c0ae3bc

PR:     293991
DeltaFile
+3-3games/libretro-nestopia/distinfo
+2-2games/libretro-nestopia/Makefile
+5-52 files

FreeBSD/ports 153c798games/libretro-mgba distinfo Makefile

games/libretro-mgba: Update 20250724 => 20251013

Commit log:
https://github.com/libretro/mgba/compare/affc86e...c758314

PR:     293990
DeltaFile
+3-3games/libretro-mgba/distinfo
+2-2games/libretro-mgba/Makefile
+5-52 files

FreeBSD/ports 5fe27aasysutils/loki distinfo Makefile

sysutils/loki: Remove GH_TUPLE

GH_TUPLE is not required when using go:modules.
As a side-effect, this solves a hash issue in distfiles.

Approved by:    portmgr (blanket)
Differential Revision:  https://reviews.freebsd.org/D55695

(cherry picked from commit 02cf1b3851b540b042e67db4f8d42ab4c7f62bfe)
DeltaFile
+1-609sysutils/loki/distinfo
+1-323sysutils/loki/Makefile
+2-9322 files

FreeBSD/ports a905fbasysutils/vm-bhyve-devel distinfo Makefile

sysutils/vm-bhyve-devel: Update to the latest commit

Approved by:    driesm (maintainer)
Differential Revision:  https://reviews.freebsd.org/D56039
DeltaFile
+3-3sysutils/vm-bhyve-devel/distinfo
+2-2sysutils/vm-bhyve-devel/Makefile
+5-52 files

FreeBSD/ports cca0b13games/gemrb pkg-plist distinfo

games/gemrb: update to 0.9.5

Changelog:      https://gemrb.org/2026/03/23/gemrb-0-9-5-released.html
DeltaFile
+225-27games/gemrb/pkg-plist
+3-3games/gemrb/distinfo
+1-2games/gemrb/Makefile
+229-323 files

FreeBSD/ports 02cf1b3sysutils/loki distinfo Makefile

sysutils/loki: Remove GH_TUPLE

GH_TUPLE is not required when using go:modules.
As a side-effect, this solves a hash issue in distfiles.

Approved by:    portmgr (blanket)
Differential Revision:  https://reviews.freebsd.org/D55695
DeltaFile
+1-609sysutils/loki/distinfo
+1-323sysutils/loki/Makefile
+2-9322 files

FreeBSD/ports 822171cgames/libretro-beetle_psx distinfo Makefile

games/libretro-beetle_psx: Update 0.20250806 => 0.20260113

Commit log:
https://github.com/libretro/beetle-psx-libretro/compare/1e42a90...254285d

PR:     293989
DeltaFile
+3-3games/libretro-beetle_psx/distinfo
+2-2games/libretro-beetle_psx/Makefile
+5-52 files

FreeBSD/ports 2a7e351graphics/libheif Makefile, graphics/libheif/files patch-svt-av1-4.1

graphics/libheif: unbreak after 17339df99b0c

libheif/plugins/encoder_svt.cc:850:37: error: assigning to 'PredStructure' from \
incompatible type 'int'
  850 |         svt_config.pred_structure = 2; // RANDOM_ACCESS
      |                                     ^

Reported by:    Tatsuki Makino, mfechner
Regressed by:   https://gitlab.com/AOMediaCodec/SVT-AV1/-/commit/3b5e5e8d4dda
Obtained from:  upstream (open PR)
DeltaFile
+25-0graphics/libheif/files/patch-svt-av1-4.1
+1-1graphics/libheif/Makefile
+26-12 files

FreeBSD/ports ffe7f23deskutils/kdepim-runtime Makefile

deskutils/kdepim-runtime: fix build with clang 21

With clang 21 deskutils/kdepim-runtime fails to build, with errors
similar to:

    ld: error: undefined symbol: KPIM::Maildir::Maildir(QString const&, bool)
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

    ld: error: undefined symbol: KPIM::Maildir::isValid(bool) const
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

This is because various CMake configure checks fail, due to the port
Makefile adding -Wno-error=enum-constexpr-conversion, which is no longer

    [7 lines not shown]
DeltaFile
+1-1deskutils/kdepim-runtime/Makefile
+1-11 files

FreeBSD/ports 441cd2bdeskutils/kdepim-runtime Makefile

deskutils/kdepim-runtime: fix build with clang 21

With clang 21 deskutils/kdepim-runtime fails to build, with errors
similar to:

    ld: error: undefined symbol: KPIM::Maildir::Maildir(QString const&, bool)
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

    ld: error: undefined symbol: KPIM::Maildir::isValid(bool) const
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())
    >>> referenced by configwidget.cpp
    >>>               CMakeFiles/mixedmaildirconfig.dir/configwidget.cpp.o:(ConfigWidget::checkPath())

This is because various CMake configure checks fail, due to the port
Makefile adding -Wno-error=enum-constexpr-conversion, which is no longer

    [5 lines not shown]
DeltaFile
+1-1deskutils/kdepim-runtime/Makefile
+1-11 files

FreeBSD/ports 5b95854devel/blueprint-compiler pkg-plist Makefile, devel/blueprint-compiler/files patch-meson.build

devel/blueprint-compiler: Update to 0.20.4

- Switch to official tarball
- Add a patch to fix path of pkg-config file

ChangeLog:      https://gitlab.gnome.org/GNOME/blueprint-compiler/-/releases/v0.20.4

PR:             293806
DeltaFile
+65-4devel/blueprint-compiler/pkg-plist
+4-7devel/blueprint-compiler/Makefile
+11-0devel/blueprint-compiler/files/patch-meson.build
+3-3devel/blueprint-compiler/distinfo
+83-144 files

FreeBSD/ports 9607da6cad/netgen-lvs distinfo Makefile

cad/netgen-lvs: Update 1.5.306 => 1.5.316

Summary: * Add WWW for source code repository.

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D56059
DeltaFile
+3-3cad/netgen-lvs/distinfo
+3-2cad/netgen-lvs/Makefile
+6-52 files

FreeBSD/ports 923c323cad/nvc distinfo Makefile

cad/nvc: Update 1.19.0 => 1.19.3

Summary: * Pet portclippy(1) and portfmt(1)

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D56057
DeltaFile
+3-3cad/nvc/distinfo
+3-3cad/nvc/Makefile
+6-62 files

FreeBSD/ports 0b167f4devel/dwarves/files patch-lib_bpf_src_bpf.c

devel/dwarves: fix build on powerpc*

/wrkdirs/usr/ports/devel/dwarves/work/dwarves-1.31/lib/bpf/src/bpf.c:63:4: error: __NR_bpf not defined. libbpf does not support your arch.

I found __NR_bpf in Linux kernel, other architectures we use also match that macro in Linux.
DeltaFile
+11-0devel/dwarves/files/patch-lib_bpf_src_bpf.c
+11-01 files

FreeBSD/ports c028d2amultimedia/obs-studio Makefile

multimedia/obs-studio: enable NVENC only on amd64

Fixes pkg-plist on !amd64.
In plugins/CMakeLists.txt:
add_obs_plugin(obs-nvenc PLATFORMS WINDOWS LINUX FREEBSD ARCHITECTURES x64 x86_64)
DeltaFile
+2-1multimedia/obs-studio/Makefile
+2-11 files

FreeBSD/ports 9996092filesystems/gvfs Makefile distinfo, filesystems/gvfs/files patch-client_gvfsfusedaemon.c patch-daemon_gvfswritechannel.c

filesystems/gvfs: update to 1.58.4

update to 1.58.4

  Major changes in 1.58.4
  =======================
  * Re-release of 1.58.3 due to incorrect release tag; no code changes.

  Major changes in 1.58.3
  =======================
  * CVE-2026-28296: ftp: Reject paths with CR/LF in g_vfs_ftp_file_new_from_ftp (Ondrej Holy)
  * monitor: Do not load monitors when GIO_USE_VFS=local (Ondrej Holy)

  Major changes in 1.58.2
  =======================
  * client: Fix use-after-free when creating async proxy failed (Ondrej Holy)
  * daemon: Fix race on subscribers list when on thread (Ondrej Holy)
  * ftp: Validate fe_size when parsing symlink target (Ondrej Holy)
  * ftp: Check localtime() return value before use (Ondrej Holy)

    [71 lines not shown]
DeltaFile
+5-7filesystems/gvfs/Makefile
+0-12filesystems/gvfs/files/patch-client_gvfsfusedaemon.c
+4-4filesystems/gvfs/files/patch-daemon_gvfswritechannel.c
+3-3filesystems/gvfs/distinfo
+12-264 files

FreeBSD/ports b2d8427x11-toolkits/libpanel distinfo Makefile

x11-toolkits/libpanel: update to 1.10.4

Update to 1.10.4

  libpanel 1.10.4
  ===============

   * Translation updates

Pet portlint, add USE_LDCONFIG (truckman)

PR:             293505
DeltaFile
+3-3x11-toolkits/libpanel/distinfo
+2-1x11-toolkits/libpanel/Makefile
+2-0x11-toolkits/libpanel/pkg-plist
+7-43 files

FreeBSD/ports 5904291security/vuxml/vuln 2026.xml

security/vuxml: add www/*chromium < 146.0.7680.164

Obtained from:  https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_18.html
Obtained from:  https://chromereleases.googleblog.com/2026/03/stable-channel-update-for-desktop_23.html
DeltaFile
+130-0security/vuxml/vuln/2026.xml
+130-01 files

FreeBSD/ports 15555d0net-im/teams distinfo Makefile, net-im/teams/files/packagejsons package-lock.json package.json

net-im/teams: Update to 2.7.12

Changelog:
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.10
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.11
- https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v2.7.12

Reported by:    portscout
DeltaFile
+49-63net-im/teams/files/packagejsons/package-lock.json
+7-9net-im/teams/files/packagejsons/package.json
+5-5net-im/teams/distinfo
+1-2net-im/teams/Makefile
+62-794 files

FreeBSD/ports 17339dfmultimedia/svt-av1 distinfo Makefile

multimedia/svt-av1: update to 4.1.0

Changes:        https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v4.1.0
Reported by:    GitLab (notify releases)
DeltaFile
+3-3multimedia/svt-av1/distinfo
+1-1multimedia/svt-av1/Makefile
+4-42 files

FreeBSD/ports e82b377x11/wl-clipboard distinfo Makefile

x11/wl-clipboard: update to 2.3.0

Changes:        https://github.com/bugaevc/wl-clipboard/releases/tag/v2.3.0
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/wl-clipboard/distinfo
+1-2x11/wl-clipboard/Makefile
+4-52 files

FreeBSD/ports ae414d7multimedia/pipe-viewer distinfo Makefile

multimedia/pipe-viewer: Update to 0.5.7

ChangeLog: https://github.com/trizen/pipe-viewer/blob/0.5.7/Changes
DeltaFile
+3-3multimedia/pipe-viewer/distinfo
+1-1multimedia/pipe-viewer/Makefile
+4-42 files

FreeBSD/ports 5d5e50bgraphics/vhs distinfo Makefile

graphics/vhs: Update to 0.11.0

ChangeLog: https://github.com/charmbracelet/vhs/releases/tag/v0.11.0
DeltaFile
+5-5graphics/vhs/distinfo
+2-3graphics/vhs/Makefile
+7-82 files

FreeBSD/ports d8dfedddevel/RStudio Makefile distinfo.desktop

devel/RStudio: Improve Makefile by adding ELECTRON_VERSION variable

This port was a bit fragile, but it builds and works fine when
electron37 is available. (electron37 is currently broken).
DeltaFile
+11-10devel/RStudio/Makefile
+0-21devel/RStudio/distinfo.desktop
+11-312 files

FreeBSD/ports a2a73aebiology/wfa2-lib distinfo Makefile

biology/wfa2-lib: Update to 2.3.6

Bug fix release
Changes: https://github.com/smarco/WFA2-lib/commits/main/

Reported by:    portscout
DeltaFile
+3-3biology/wfa2-lib/distinfo
+1-1biology/wfa2-lib/Makefile
+2-0biology/wfa2-lib/pkg-plist
+6-43 files

FreeBSD/ports f0dc3edmisc/ggml pkg-plist distinfo, misc/ggml/files patch-19504

misc/ggml: update 0.9.7 → 0.9.8

PR:     293988
DeltaFile
+0-563misc/ggml/files/patch-19504
+5-4misc/ggml/pkg-plist
+3-3misc/ggml/distinfo
+3-2misc/ggml/Makefile
+11-5724 files