FreeBSD/ports b6b8d5fdevel/arduino Makefile

devel/arduino: pin to openjdk8

Dependency comms/rxtx is tied to openjdk8 and installs jars in
PREFIX/openjdk8/jre/lib/ext. This directory is gone in jdk9+, but
arduino expects it.
So pin arduino to openjdk8 also.
If anybody wants this to be supported by jdk9+, patches are welcome.

PR:     292651
DeltaFile
+3-3devel/arduino/Makefile
+3-31 files

FreeBSD/ports 50e6daegraphics/darktable Makefile

graphics/darktable: Add `llvm:build` after `compiler:*` in USES=

The move of `USES+=compiler:*` later in the file to be able to check
`${ARCH}` apparently triggered the following warning:

    make: .../Mk/Uses/compiler.mk:86: warning: Command "/usr/local/llvm19/bin/clang --version" exited with status 127
    make: .../Mk/Uses/compiler.mk:134: warning: Command "/usr/local/llvm19/bin/clang++ -### /dev/null 2>&1" exited with status 127

It looks like the order of `compiler:*` and `llvm:*` is important.
Moving the addition of `llvm:compiler` after `compiler:*` was added
conditionally fixes that warning.

PR:             292128
Reported by:    Trond Endrestøl <Trond.Endrestol at ximalas.info>
Tested by:      Trond Endrestøl <Trond.Endrestol at ximalas.info>,
                Herbert J. Skuhra <herbert at gojira.at>
DeltaFile
+10-2graphics/darktable/Makefile
+10-21 files

FreeBSD/ports 02c2969net/wireguard-tools/files wireguard_lite.in

net/wireguard-tools: Add possibility to configure keys in rc script

Add possibility to ingest WireGuard keys from files using the rc script.
It basically adds two more options: "wireguard_<iface>_key" and
"wireguard_<iface>_psk". Both are optional.

PR:     291997
DeltaFile
+10-0net/wireguard-tools/files/wireguard_lite.in
+10-01 files

FreeBSD/ports 29bc7b2net/netatalk4 distinfo Makefile

net/netatalk4: Update to 4.4.1

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-4-1 for
a list of changes in this release.
DeltaFile
+3-3net/netatalk4/distinfo
+1-1net/netatalk4/Makefile
+4-42 files

FreeBSD/ports 01c5d9fsysutils/logwatch Makefile distinfo, sysutils/logwatch/files patch-scripts_services_postfix pkg-message.in

sysutils/logwatch: Update 7.13 => 7.14

Commit log:
https://sourceforge.net/p/logwatch/git/ci/93cb38bb54f0ca12f4e792d9167993c9213e2c66/log/

- Remove no longer needed files/pkg-message.in and
  files/patch-scripts_services_postfix.
- Optimize post-install-DOCS-on.

PR:     292655
DeltaFile
+0-43sysutils/logwatch/files/patch-scripts_services_postfix
+0-24sysutils/logwatch/files/pkg-message.in
+2-6sysutils/logwatch/Makefile
+3-3sysutils/logwatch/distinfo
+4-0sysutils/logwatch/pkg-plist
+2-0sysutils/logwatch/files/Makefile
+11-766 files

FreeBSD/ports a2327c8www/angie-console-light distinfo Makefile

www/angie-console-light: Update 1.8.1 => 1.8.2

Changelog:
- Fixed the Angie ADC documentation link.
https://github.com/webserver-llc/angie-console-light/releases/tag/1.8.2

While here remove unnecessary MKDIR - COPYTREE_SHARE does it itself.

PR:     292650
DeltaFile
+3-3www/angie-console-light/distinfo
+1-2www/angie-console-light/Makefile
+4-52 files

FreeBSD/ports 6199a57www/angie distinfo, www/angie-module-njs Makefile

www/angie-module-njs: Update 0.9.4 => 0.9.5

Changelog:
https://github.com/nginx/njs/releases/tag/0.9.5

Commit log:
https://github.com/nginx/njs/compare/0.9.4...0.9.5

PR:     292649
DeltaFile
+2-2www/angie-module-njs/Makefile
+2-2www/angie/distinfo
+4-42 files

FreeBSD/ports 21629ecwww/angie distinfo Makefile

www/angie: Update 1.11.1 => 1.11.2

This release mainly fixes 3 linux-specifig bugs (docker and BPF-related).

Changelog:
https://git.angie.software/web-server/angie/releases/tag/Angie-1.11.2

Commit log:
https://git.angie.software/web-server/angie/compare/Angie-1.11.1..Angie-1.11.2

PR:     292648
DeltaFile
+3-3www/angie/distinfo
+1-1www/angie/Makefile
+4-42 files

FreeBSD/ports 00a76a7sysutils/stackit distinfo Makefile

sysutils/stackit: update to 0.52.0

PR:             292642
DeltaFile
+5-5sysutils/stackit/distinfo
+1-2sysutils/stackit/Makefile
+6-72 files

FreeBSD/ports fc42790net/rsync Makefile

net/rsync: Reinstate rrsync by flavorizing

The previous update removed the rrsync script from binary packages built
with the default options. This replaces the PYTHON option with a python
flavor so there is a package available that contains rrsync.

PR:             286073
Reported by:    Dan Langille <dvl at freebsd.org>
DeltaFile
+17-7net/rsync/Makefile
+17-71 files

FreeBSD/ports 0622047science/afni distinfo Makefile

science/afni: Update to 26.0.05
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

FreeBSD/ports 387cd38devel/onetbb Makefile, devel/onetbb/files patch-include_oneapi_tbb_detail__exception.h patch-test_common_utils_concurrency_limit.h

devel/onetbb: Fix more tests

Fix/improve the following tests (see patches for details):

 29 - test_resumable_tasks (SEGFAULT)
 63 - test_hw_concurrency (ILLEGAL)
 66 - test_global_control (Subprocess aborted)
 67 - test_task (SEGFAULT)
 74 - test_tbb_header (Failed)
105 - conformance_resumable_tasks (SEGFAULT)
131 - test_malloc_compliance (Subprocess aborted)

This leads to a single test still failing:

 63 - test_hw_concurrency (Subprocess aborted)

because get_cpuset_indices() is not working on FreeBSD.

PR:     292088
Reported by:    diizzy
DeltaFile
+26-0devel/onetbb/files/patch-include_oneapi_tbb_detail__exception.h
+24-0devel/onetbb/files/patch-test_common_utils_concurrency_limit.h
+23-0devel/onetbb/files/patch-src_tbb_co_context.h
+17-0devel/onetbb/files/patch-test_tbbmalloc_test_malloc_compliance.cpp
+1-1devel/onetbb/Makefile
+91-15 files

FreeBSD/ports 5a7eba0java/jfreechart Makefile

java/jfreechart: allow building with jdk21

PR:     292647
Approved-by:    olgeni@ (maintainer)
DeltaFile
+1-0java/jfreechart/Makefile
+1-01 files

FreeBSD/ports 8fbe6damath/libsemigroups distinfo Makefile

math/libsemigroups: upgrade to 3.4.0

Release notes at https://github.com/libsemigroups/libsemigroups/releases/tag/v3.4.0
DeltaFile
+3-3math/libsemigroups/distinfo
+1-1math/libsemigroups/Makefile
+4-42 files

FreeBSD/ports 04968acastro/py-skyfield pkg-plist distinfo

astro/py-skyfield: upgrade to 1.54
DeltaFile
+181-181astro/py-skyfield/pkg-plist
+3-3astro/py-skyfield/distinfo
+1-2astro/py-skyfield/Makefile
+185-1863 files

FreeBSD/ports 88541fadevel/R-cran-rJava Makefile distinfo

devel/R-cran-rJava: upgrade to 1.0-14

Release notes at https://cran.r-project.org/web/packages/rJava/NEWS
DeltaFile
+8-4devel/R-cran-rJava/Makefile
+3-3devel/R-cran-rJava/distinfo
+11-72 files

FreeBSD/ports 8c5be62devel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and patch update to 18.8.2

Changes:        https://about.gitlab.com/releases/2026/01/21/patch-release-gitlab-18-8-2-released/
Security:       61dc7f67-f6e5-11f0-b051-2cf05da270f3
(cherry picked from commit ddde0f2986a0984b4d32abf9094a5a2e3054860e)
DeltaFile
+13-13devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5net/gitlab-agent/distinfo
+5-5www/gitlab-pages/distinfo
+5-5www/gitlab-workhorse/distinfo
+1-1www/gitlab/Makefile.common
+35-356 files

FreeBSD/ports bd91cdadevel/glab distinfo Makefile

devel/glab: update to 1.81.0

Changes:        https://gitlab.com/gitlab-org/cli/-/releases
(cherry picked from commit 1a79ea73561980f6e499e6f8cdafa53850421279)
DeltaFile
+5-5devel/glab/distinfo
+2-2devel/glab/Makefile
+2-0devel/glab/pkg-plist
+9-73 files

FreeBSD/ports f0ff995x11/contour distinfo Makefile, x11/contour/files patch-src_crispy_FNV.h

x11/contour: Replace patch for crispy::fnv with upstreamed one
DeltaFile
+0-67x11/contour/files/patch-src_crispy_FNV.h
+3-1x11/contour/distinfo
+4-0x11/contour/Makefile
+7-683 files

FreeBSD/ports 4471edadevel/py-wheel distinfo Makefile

devel/py-wheel: Update to 0.46.3

ChangeLog:      https://github.com/pypa/wheel/releases/tag/0.46.3
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3devel/py-wheel/distinfo
+1-1devel/py-wheel/Makefile
+4-42 files

FreeBSD/ports 5c428abdevel/libunicode-contour/files patch-src_libunicode_CMakeLists.txt

devel/libunicode-contour: Fix build on aarch64

(cherry picked from commit 8ae1fa6e8744475676984e30e40a8214735d2334)
DeltaFile
+2-5devel/libunicode-contour/files/patch-src_libunicode_CMakeLists.txt
+2-51 files

FreeBSD/ports 8ae1fa6devel/libunicode-contour/files patch-src_libunicode_CMakeLists.txt

devel/libunicode-contour: Fix build on aarch64
DeltaFile
+2-5devel/libunicode-contour/files/patch-src_libunicode_CMakeLists.txt
+2-51 files

FreeBSD/ports 1ce7989editors/lapce distinfo Makefile

editors/lapce: Update to 0.4.6

ChangeLog: https://github.com/lapce/lapce/releases/tag/v0.4.6
DeltaFile
+3-3editors/lapce/distinfo
+1-2editors/lapce/Makefile
+4-52 files

FreeBSD/ports abe58actextproc/R-cran-rbibutils distinfo Makefile

textproc/R-cran-rbibutils: Update to 2.4.1

ChangeLog: https://cran.r-project.org/web/packages/rbibutils/news/news.html
DeltaFile
+3-3textproc/R-cran-rbibutils/distinfo
+1-1textproc/R-cran-rbibutils/Makefile
+4-42 files

FreeBSD/ports e9b3b4fdevel/R-cran-cpp11 distinfo Makefile

devel/R-cran-cpp11: Update to 0.5.3

- Switch WWW to canonical form

ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
DeltaFile
+3-3devel/R-cran-cpp11/distinfo
+2-2devel/R-cran-cpp11/Makefile
+5-52 files

FreeBSD/ports 17af5f2sysutils/gomplate distinfo Makefile

sysutils/gomplate: Update to 5.0.0

ChangeLog: https://github.com/hairyhenderson/gomplate/releases/tag/v5.0.0
DeltaFile
+5-5sysutils/gomplate/distinfo
+3-6sysutils/gomplate/Makefile
+8-112 files

FreeBSD/ports db28316converters/convmv distinfo Makefile, converters/convmv/files patch-Makefile

converters/convmv: Update 2.05 => 2.06, take maintaiership

Changelog:
- allow IMAPUTF7 encoding if the Perl Encode pakage is installed, too.

Refresh patch.

PR:     292643
DeltaFile
+4-6converters/convmv/files/patch-Makefile
+3-3converters/convmv/distinfo
+2-3converters/convmv/Makefile
+9-123 files

FreeBSD/ports 7d9b2bbdevel/py-wheel distinfo Makefile

devel/py-wheel: Update to 0.46.2 (security release)

ChangeLog:      https://github.com/pypa/wheel/releases/tag/0.46.2
Reported by:    "github-actions[bot]" <notifications at github.com>

Security:       CVE-2026-24049
DeltaFile
+3-3devel/py-wheel/distinfo
+1-1devel/py-wheel/Makefile
+4-42 files

FreeBSD/ports d5594efsecurity/vuxml/vuln 2026.xml

security/vuxml: Add devel/py-wheel < 0.46.2
DeltaFile
+41-0security/vuxml/vuln/2026.xml
+41-01 files

FreeBSD/ports 8fd5533www/iridium distinfo, www/iridium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_metrics_chrome__metrics__service__client.cc

www/iridium: update to 2026.01.144.1
DeltaFile
+51-51www/iridium/files/patch-chrome_browser_about__flags.cc
+13-13www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc
+4-4www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc
+4-4www/iridium/files/patch-chrome_common_chrome__features.cc
+3-3www/iridium/distinfo
+3-3www/iridium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc
+78-788 files not shown
+95-9514 files