FreeBSD/ports a96759cgraphics/cairomm pkg-plist

graphics/cairomm: Fix plist when DOCS is off

Reported by:    olgeni
DeltaFile
+1-1graphics/cairomm/pkg-plist
+1-11 files

FreeBSD/ports 347eefbgraphics/tulip Makefile

graphics/tulip: Add WWW

Reported by:    dinoex
DeltaFile
+1-0graphics/tulip/Makefile
+1-01 files

FreeBSD/ports 635cd36net-mgmt/nagios-plugins Makefile, net-mgmt/nagios-plugins/files patch-plugins-root_check_icmp.c

net-mgmt/nagios-plugins: fix TTL on outgoing packets for IPv6
DeltaFile
+16-0net-mgmt/nagios-plugins/files/patch-plugins-root_check_icmp.c
+1-0net-mgmt/nagios-plugins/Makefile
+17-02 files

FreeBSD/ports bd4b3cdnet/gorss distinfo Makefile.deps, net/gorss/files modules.txt

net/gorss: update the port to version 0.5

- Convert PLIST_FILES into a static `pkg-plist'
  which is 10 lines long after adding new themes
- Cache generated `files/modules.txt' for Golang
  1.23+ as explained in the commit 024490a280d1
DeltaFile
+152-0net/gorss/files/modules.txt
+47-49net/gorss/distinfo
+22-23net/gorss/Makefile.deps
+4-8net/gorss/Makefile
+10-0net/gorss/pkg-plist
+235-805 files

FreeBSD/ports efed9adx11/wvkbd distinfo Makefile

x11/wvkbd: update to 0.19.2

Changes:        https://git.sr.ht/~proycon/wvkbd/log/v0.19.2
Reported by:    GitHub (watch releases)
DeltaFile
+3-3x11/wvkbd/distinfo
+1-1x11/wvkbd/Makefile
+4-42 files

FreeBSD/ports 61d57c2mail/msmtp Makefile

mail/msmtp: remove ca_root_nss dep

msmtp 1.8.2[0] onwards selects the system trust store by
default when TLS is enabled, so ca_root_nss is no longer
necessary.

Other minor changes:
* PORTVERSION -> DISTVERSION
* enable test suite
* simplify Makefile style

[0] https://marlam.de/msmtp/news/msmtp-1-8-2/

Reviewed by:            novel
Approved by:            lwhsu (mentor)
Signed-off-by:          Siva Mahadevan <siva at FreeBSD.org>
Sponsored by:           The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54720
DeltaFile
+11-15mail/msmtp/Makefile
+11-151 files

FreeBSD/ports 958febaastro Makefile, astro/calceph Makefile pkg-plist

astro/calceph: New port

CALCEPH Library is designed to access the binary planetary ephemeris
files, such INPOPxx and JPL DExxx ephemeris files, (called 'original
JPL binary' or 'INPOP 2.0 or 3.0 binary' ephemeris files in the next
sections) and the SPICE kernel files (called 'SPICE' ephemeris files
in the next sections).
DeltaFile
+21-0astro/calceph/Makefile
+14-0astro/calceph/pkg-plist
+5-0astro/calceph/pkg-descr
+3-0astro/calceph/distinfo
+1-0astro/Makefile
+44-05 files

FreeBSD/ports fd51f59security/netbird distinfo Makefile

security/netbird: Update 0.64.0 => 0.64.1

Changelogs:
https://github.com/netbirdio/netbird/releases/tag/v0.64.1

Commit log:
https://github.com/netbirdio/netbird/compare/v0.64.0...v0.64.1

PR:     292685
DeltaFile
+5-5security/netbird/distinfo
+1-1security/netbird/Makefile
+6-62 files

FreeBSD/ports a0e4094games/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260123

Changes:        https://gitlab.com/veloren/veloren/-/compare/547fc9f725...v0.18.0
(cherry picked from commit 75e485d67888cbb078150179f9f281c152ddb2c8)
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 3ac25a8graphics/mesa-devel/files patch-amdgpu_log

graphics/mesa-devel: unbreak on 64-bit archs after b95e493d187f

../src/gallium/winsys/amdgpu/drm/amdgpu_cs.cpp:1653:84: error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat]
 1652 |          mesa_logi("amdgpu: uq_log: %s:  num_wait_fences=%d  uq_va=%llx  job=%llx\n",
      |                                                                    ~~~~
      |                                                                    %lx
 1653 |                    amdgpu_userq_str[acs->queue_index], userq_wait_data.num_fences, fence_info[i].va,
      |                                                                                    ^~~~~~~~~~~~~~~~
../src/util/log.h:78:78: note: expanded from macro 'mesa_logi'
   78 | #define mesa_logi(fmt, ...) mesa_log(MESA_LOG_INFO, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__)
      |                                                                      ~~~     ^~~~~~~~~~~
../src/gallium/winsys/amdgpu/drm/amdgpu_cs.cpp:1654:20: error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat]
 1652 |          mesa_logi("amdgpu: uq_log: %s:  num_wait_fences=%d  uq_va=%llx  job=%llx\n",
      |                                                                              ~~~~
      |                                                                              %lx
 1653 |                    amdgpu_userq_str[acs->queue_index], userq_wait_data.num_fences, fence_info[i].va,
 1654 |                    fence_info[i].value);
      |                    ^~~~~~~~~~~~~~~~~~~
../src/util/log.h:78:78: note: expanded from macro 'mesa_logi'

    [4 lines not shown]
DeltaFile
+13-0graphics/mesa-devel/files/patch-amdgpu_log
+13-01 files

FreeBSD/ports 75e485dgames/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260123

Changes:        https://gitlab.com/veloren/veloren/-/compare/547fc9f725...v0.18.0
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 91dda99x11/xscreensaver pkg-plist Makefile, x11/xscreensaver/files patch-hacks_glx_xshadertoy-compile.pl

x11/xscreensaver: Update 6.13 => 6.14

New savers in this release are actually shell scripts, however still
being stripped which fails. Work around this by performing stripping
manually on the files are known or detected as binary executables.

While here, deduplicate MASTER_SITES/WWW--those are the same. Also,
download will go through HTTPS now.

Changelog:
* Added the ability to run shadertoy.com programs as screen savers.
* New shader-based savers: alienbeacon, batteredplanet, elementalring,
  fluxcore, gimbalharmonics, hexplasma, logarithmiccircles, neongravity,
  neontriangulator, protophore, selfreflect, skyline, stardome,
  starnest, stripeytorus, synthwavecity, topologica and truchetzoom.
* Better label wrapping in carousel and photopile.
* Fixed glslideshow preferences and title display.
* X11: Decrufted PAM, including /etc/pam.d/xscreensaver.
* macOS: Sparkle 2.8.

    [4 lines not shown]
DeltaFile
+57-1x11/xscreensaver/pkg-plist
+19-16x11/xscreensaver/Makefile
+21-0x11/xscreensaver/files/patch-hacks_glx_xshadertoy-compile.pl
+3-3x11/xscreensaver/distinfo
+100-204 files

FreeBSD/ports 8c3888bmail/thunderbird distinfo Makefile

mail/thunderbird: update to 147.0.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0.1/releasenotes/

(cherry picked from commit 5301e57ff394862965d5fc88e888237fe9b84365)
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

FreeBSD/ports 5301e57mail/thunderbird distinfo Makefile

mail/thunderbird: update to 147.0.1 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0.1/releasenotes/
DeltaFile
+3-3mail/thunderbird/distinfo
+1-1mail/thunderbird/Makefile
+4-42 files

FreeBSD/ports 5400d13cad/netgen pkg-plist Makefile

cad/netgen: Update 6.2.2505 => 6.2.2601

* Simplify post-install stance
* Improve pkg-descr

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+27-4cad/netgen/pkg-plist
+5-11cad/netgen/Makefile
+5-5cad/netgen/distinfo
+5-0cad/netgen/pkg-descr
+42-204 files

FreeBSD/ports 480d43fdevel/air-go distinfo Makefile

devel/air-go: Update to 1.64.4
DeltaFile
+5-5devel/air-go/distinfo
+1-1devel/air-go/Makefile
+6-62 files

FreeBSD/ports 2daf5ccsysutils/siegfried distinfo Makefile

sysutils/siegfried: Update to 1.11.4

ChangeLog:      https://github.com/richardlehane/siegfried/blob/main/CHANGELOG.md
MFH:            2026Q1
(cherry picked from commit f30daff35dcfb92a441bea998e6701f317e482f9)
DeltaFile
+5-5sysutils/siegfried/distinfo
+1-2sysutils/siegfried/Makefile
+6-72 files

FreeBSD/ports f30daffsysutils/siegfried distinfo Makefile

sysutils/siegfried: Update to 1.11.4

ChangeLog:      https://github.com/richardlehane/siegfried/blob/main/CHANGELOG.md
MFH:            2026Q1
DeltaFile
+5-5sysutils/siegfried/distinfo
+1-2sysutils/siegfried/Makefile
+6-72 files

FreeBSD/ports 9651651sysutils/helm distinfo Makefile

sysutils/helm: Update to 3.20.0

- Bump Go version to 1.25+

Changelogs:
https://github.com/helm/helm/releases/tag/v3.19.5
https://github.com/helm/helm/releases/tag/v3.20.0
DeltaFile
+5-5sysutils/helm/distinfo
+3-4sysutils/helm/Makefile
+8-92 files

FreeBSD/ports ddeff03devel/freebsd-gcc12 distinfo Makefile, devel/freebsd-gcc12/files patch-gcc_system.h patch-gcc_configure

devel/freebsd_gcc12: Update to 12.4.0
DeltaFile
+0-42devel/freebsd-gcc12/files/patch-gcc_system.h
+22-0devel/freebsd-gcc12/files/patch-gcc_configure
+3-3devel/freebsd-gcc12/distinfo
+1-2devel/freebsd-gcc12/Makefile
+26-474 files

FreeBSD/ports 28b7c40devel/freebsd-gcc14 distinfo Makefile

devel/freebsd_gcc14: Update to 14.2.0
DeltaFile
+3-3devel/freebsd-gcc14/distinfo
+1-1devel/freebsd-gcc14/Makefile
+4-42 files

FreeBSD/ports 4be82b1devel/freebsd-gcc13 distinfo Makefile, devel/freebsd-gcc13/files patch-gcc_system.h patch-gcc_configure

devel/freebsd_gcc13: Update to 13.3.0
DeltaFile
+0-42devel/freebsd-gcc13/files/patch-gcc_system.h
+22-0devel/freebsd-gcc13/files/patch-gcc_configure
+3-3devel/freebsd-gcc13/distinfo
+1-2devel/freebsd-gcc13/Makefile
+26-474 files

FreeBSD/ports a5496b3textproc Makefile, textproc/caps-log Makefile pkg-message

textproc/caps-log: NEW PORT Small TUI journaling tool

Sponsored by:   SkunkWerks, GmbH
DeltaFile
+24-0textproc/caps-log/Makefile
+16-0textproc/caps-log/pkg-message
+3-0textproc/caps-log/distinfo
+1-0textproc/caps-log/pkg-descr
+1-0textproc/Makefile
+45-05 files

FreeBSD/ports fc1b4c7deskutils/nextcloudclient distinfo Makefile

deskutils/nextcloudclient: Update to 4.0.5
DeltaFile
+3-3deskutils/nextcloudclient/distinfo
+1-1deskutils/nextcloudclient/Makefile
+4-42 files

FreeBSD/ports 5b7b8dfdeskutils/ekphos distinfo Makefile

deskutils/ekphos: Update to 0.20.0

ChangeLog:      https://github.com/hanebox/ekphos/releases/tag/v0.20.0
Reported by:    han <notifications at github.com>
DeltaFile
+7-3deskutils/ekphos/distinfo
+1-1deskutils/ekphos/Makefile
+2-0deskutils/ekphos/Makefile.crates
+10-43 files

FreeBSD/ports 4546447audio/sonicradio distinfo Makefile

audio/sonicradio: Update to 0.8.13

ChangeLog:      https://github.com/dancnb/sonicradio/releases/tag/v0.8.13
Reported by:    portscout!
DeltaFile
+5-5audio/sonicradio/distinfo
+3-2audio/sonicradio/Makefile
+8-72 files

FreeBSD/ports 0bb32f6math/scilab Makefile

math/scilab: pin to java 8

Does not build with jdk11+.

[javac] /wrkdirs/usr/ports/math/scilab/work/scilab-6.1.1/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/xmlloader/CSSParser.java:17: error: package javax.annotation does not exist

PR:     272855
Approved-by:    no maintainer
DeltaFile
+1-0math/scilab/Makefile
+1-01 files

FreeBSD/ports 98d61a3sysutils Makefile, sysutils/mdfried distinfo Makefile.crates

sysutils/mdfried: Add new port

Mdfried is a markdown viewer for the terminal that renders headers
as Bigger Text than the rest.

https://crates.io/crates/mdfried
DeltaFile
+983-0sysutils/mdfried/distinfo
+490-0sysutils/mdfried/Makefile.crates
+39-0sysutils/mdfried/Makefile
+2-0sysutils/mdfried/pkg-descr
+1-0sysutils/Makefile
+1,515-05 files

FreeBSD/ports 3042fe8devel/jiic/files build.xml

devel/jiic: support building with any jdk

Builds fine with jdk21.

PR:     292661
Approved-by:    ale@ (maintainer)
DeltaFile
+1-1devel/jiic/files/build.xml
+1-11 files

FreeBSD/ports 3573372x11/walker distinfo Makefile.crates

x11/walker: Update to 2.14.1

Changelog:
- https://github.com/abenz1267/walker/releases/tag/v2.14.0
- https://github.com/abenz1267/walker/releases/tag/v2.14.1

Reported by:    GitHub (watch releases)
DeltaFile
+3-23x11/walker/distinfo
+0-10x11/walker/Makefile.crates
+1-1x11/walker/Makefile
+4-343 files