FreeBSD/ports 57f5fc5textproc/xom Makefile

textproc/xom: deprecate and expire in about 2 months

Unmaintained, unused in the ports tree, only copies a jar, 8 years behind on upstream.

Approved by:    no maintainer
DeltaFile
+4-1textproc/xom/Makefile
+4-11 files

FreeBSD/ports 3b1619dnet/java-beepcore Makefile

net/java-beepcore: deprecate and expire in about 2 months

Unmaintained, unused, upstream is dormant for 10+ years. The repo is still in CVS format.

Approved by:    no maintainer
DeltaFile
+4-1net/java-beepcore/Makefile
+4-11 files

FreeBSD/ports cdffabfdatabases/neo4j Makefile distinfo

databases/neo4j: Update to 4.4.48
DeltaFile
+21-21databases/neo4j/pkg-plist
+3-3databases/neo4j/distinfo
+2-3databases/neo4j/Makefile
+26-273 files

FreeBSD/ports 7cdcc1fmultimedia/kodi-addon-inputstream.adaptive Makefile distinfo

multimedia/kodi-addon-inputstream.adaptive: Update to 22.3.21

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3multimedia/kodi-addon-inputstream.adaptive/distinfo
+1-1multimedia/kodi-addon-inputstream.adaptive/Makefile
+4-42 files

FreeBSD/ports 90c7a3ddns/dnscontrol Makefile distinfo

dns/dnscontrol: Update to 5.0.4

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+5-5dns/dnscontrol/distinfo
+1-1dns/dnscontrol/Makefile
+6-62 files

FreeBSD/ports 593dc1emultimedia/minisatip Makefile distinfo

multimedia/minisatip: Update to 2.0.102

Event:          EuroBSDcon Devsummit 2026
DeltaFile
+3-3multimedia/minisatip/distinfo
+1-1multimedia/minisatip/Makefile
+4-42 files

FreeBSD/ports 4f27a08devel/kcov Makefile distinfo

devel/kcov: Update to 43

Approved by:    asomers (maintainer)
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/616
DeltaFile
+3-3devel/kcov/distinfo
+1-2devel/kcov/Makefile
+4-52 files

FreeBSD/ports 60b6380net/xmlrpc-c Makefile

net/xmlrpc-c: Fix parallel build

The build races with itself: lib/openssl links libxmlrpc_openssl.so
while
lib/libutil is still linking libxmlrpc_util.so. With the symlink
missing,
the linker falls back to the static libxmlrpc_util.a, whose objects are
not
PIC:

  ld: error: relocation R_X86_64_PC32 cannot be used against symbol
  '__stack_chk_guard'; recompile with -fPIC
  >>> asprintf.o:(xmlrpc_asprintf) in archive
.../lib/libutil/libxmlrpc_util.a

Setting MAKE_JOBS_UNSAFE makes the build deterministic.

PR:             298187
Approved by:    garga (maintainer)
Sponsored by:   Netzkommune GmbH
DeltaFile
+2-0net/xmlrpc-c/Makefile
+2-01 files

FreeBSD/ports 18fd821www Makefile, www/nginx-module-form-input distinfo pkg-descr

www/nginx-module-form-input: Add New Port

The form_input module reads HTTP POST and PUT request bodies encoded as
application/x-www-form-urlencoded and puts the parsed values into nginx
variables.  This port installs the module sources only, the module
itself is built by the nginx ports.

Sponsored by:   Netzkommune GmbH
DeltaFile
+36-0www/nginx-module-form-input/Makefile
+14-0www/nginx-module-form-input/files/pkg-message.in
+6-0www/nginx-module-form-input/pkg-descr
+3-0www/nginx-module-form-input/distinfo
+1-0www/Makefile
+60-05 files

FreeBSD/ports 65bc907www/freenginx distinfo Makefile, www/nginx distinfo Makefile

www/{nginx,nginx-devel,freenginx}: 3rd-party modules management

Use the new www/nginx-module-form-input source port instead of fetching
form-input-nginx-module from GitHub.  The module version is now
maintained in one place for these ports.

Sponsored by:   Netzkommune GmbH
DeltaFile
+5-0www/nginx/Makefile
+5-0www/nginx-devel/Makefile
+5-0www/freenginx/Makefile
+1-3www/nginx/distinfo
+1-3www/nginx-devel/distinfo
+1-3www/freenginx/distinfo
+18-93 files not shown
+24-129 files

FreeBSD/ports 41d012fmath/ess pkg-plist distinfo, math/ess/files patch-lisp_ess-site.el patch-test_ess-test.el

math/ess: Update to 26.05.0

- Licensed under GPL 3.0 for some time now
- Remove obsolete CONFLICTS_INSTALL=ess-emacs_*
- Jags mode has been moved to obsolete
- Add test target

Changelog:      https://github.com/emacs-ess/ESS/blob/master/ChangeLog

Reported by:    portscout, Repology
DeltaFile
+21-4math/ess/Makefile
+13-0math/ess/files/patch-test_ess-test.el
+11-0math/ess/files/patch-lisp_ess-site.el
+3-3math/ess/distinfo
+0-1math/ess/pkg-plist
+48-85 files

FreeBSD/ports c489aecnet/py-python-socks Makefile distinfo

net/py-python-socks: Update to 3.1.0
DeltaFile
+3-3net/py-python-socks/distinfo
+1-1net/py-python-socks/Makefile
+4-42 files

FreeBSD/src 1de79e7tools/boot universe.sh

universe.sh: add MK_BEARSSL build

BEARSSL is disabled by default, add this here to make sure it doesn't
break.

Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D59516
DeltaFile
+12-0tools/boot/universe.sh
+12-01 files

FreeBSD/src bac0daatools/boot universe.sh

universe.sh: build with 1.5 * ncpu jobs

Build with 1.5 * ncpu jobs instead of hardcoding 40.

Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D59515
DeltaFile
+1-1tools/boot/universe.sh
+1-11 files

FreeBSD/ports fe65356lang/spidermonkey128 Makefile, lang/spidermonkey128/files patch-js_src_gc_GC.cpp

lang/spidermonkey128: Backport "JS_RemoveExtraGCRootsTracer removes..."

Patch spidermonkey128 with a bug fix that's present in spidermonkey140
already, but which also affects spidermonkey128.

https://bugzilla.mozilla.org/show_bug.cgi?id=1982134
https://github.com/mozilla-firefox/firefox/commit/bf1994b05bae

PR:             293620
Reviewed by:    asomers
Approved by:    vishwin (maintainer timeout)
DeltaFile
+11-0lang/spidermonkey128/files/patch-js_src_gc_GC.cpp
+1-1lang/spidermonkey128/Makefile
+12-12 files

FreeBSD/src 35c935brelease/tools vmimage.subr

vmimage.subr: Use makefs -N

By default, makefs uses the host environment's user and group databases
when creating filesystems.  This causes makefs to fail when trying to
create files owned by users or groups which don't exist in the host
environment, for example when creating a VM with packages pre-installed
which added their own users/groups.

Pass "-N ${DESTDIR}/etc" to makefs to point it at the user and group
databases from the image being created.

MFC after:      1 week
Sponsored by:   Amazon

(cherry picked from commit 7ca0c1eba2e4c49ac92499ef0f6adf27c8b930d4)
DeltaFile
+1-1release/tools/vmimage.subr
+1-11 files

FreeBSD/src a63319erelease/tools vmimage.subr

vmimage.subr: Use makefs -N

By default, makefs uses the host environment's user and group databases
when creating filesystems.  This causes makefs to fail when trying to
create files owned by users or groups which don't exist in the host
environment, for example when creating a VM with packages pre-installed
which added their own users/groups.

Pass "-N ${DESTDIR}/etc" to makefs to point it at the user and group
databases from the image being created.

MFC after:      1 week
Sponsored by:   Amazon

(cherry picked from commit 7ca0c1eba2e4c49ac92499ef0f6adf27c8b930d4)
DeltaFile
+1-1release/tools/vmimage.subr
+1-11 files

FreeBSD/ports 97f9d11www/py-django-q2 Makefile, www/py-django-q2/files patch-pyproject.toml

www/py-django-q2: Fix build after devel/py-uv-build update

Patch pyproject.toml to stretch out devel/py-uv-build version range.

PR:             298327
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+9-0www/py-django-q2/files/patch-pyproject.toml
+1-0www/py-django-q2/Makefile
+10-02 files

FreeBSD/ports 68f1845benchmarks/py-reframe-hpc Makefile distinfo

benchmarks/py-reframe-hpc: Update 4.10.2 => 4.10.3

Changelog:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.3

PR:             298318
Sponsored by:   UNIS Labs (vvd, commit patch)
MFH:            2026Q3

(cherry picked from commit 5e7d6af56be652867e67258f422b0b8f94a80ff4)
DeltaFile
+3-3benchmarks/py-reframe-hpc/distinfo
+1-1benchmarks/py-reframe-hpc/Makefile
+4-42 files

FreeBSD/ports b625182benchmarks/py-reframe-hpc Makefile distinfo

benchmarks/py-reframe-hpc: Update 4.10.0 → 4.10.2

Changelogs:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.1
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.2

PR:             297051
Sponsored by:   UNIS Labs

(cherry picked from commit ca7ba106939a488129189fd13657b9e5f9d535d1)
DeltaFile
+3-3benchmarks/py-reframe-hpc/distinfo
+1-1benchmarks/py-reframe-hpc/Makefile
+4-42 files

FreeBSD/ports 5e7d6afbenchmarks/py-reframe-hpc Makefile distinfo

benchmarks/py-reframe-hpc: Update 4.10.2 => 4.10.3

Changelog:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.3

PR:             298318
Sponsored by:   UNIS Labs (vvd, commit patch)
MFH:            2026Q3
DeltaFile
+3-3benchmarks/py-reframe-hpc/distinfo
+1-1benchmarks/py-reframe-hpc/Makefile
+4-42 files

FreeBSD/ports 849022esysutils/slurm-wlm distinfo, sysutils/slurm-wlm/files patch-testsuite_slurm__unit_common_slurm__protocol__pack_pack__priority__factors-test.c patch-src_conmgr_con.c

sysutils/slurm-wlm: Update 26.05.2 => 26.05.4

Changelog:
https://github.com/SchedMD/slurm/blob/slurm-26.05/CHANGELOG/slurm-26.05.md

- Remove obsolete downstream HDF5 patches; the corresponding changes are
  no longer required with the new upstream release.
- Drop now-obsolete portions of patch-configure, substantially reducing
  the downstream configure patch.
- Rebase the existing FreeBSD conmgr patch against the new upstream
  sources.
- Add a missing <signal.h> include to the pack_priority_factors unit
  test required for the test suite to build on FreeBSD.

PR:             298317
Security:       CVE-2026-65107
Security:       CVE-2026-65108
Security:       CVE-2026-65109
Security:       CVE-2026-65138

    [7 lines not shown]
DeltaFile
+2-395sysutils/slurm-wlm/files/patch-configure
+0-24sysutils/slurm-wlm/files/patch-src_plugins_acct__gather__profile_hdf5_sh5util_Makefile.in
+0-19sysutils/slurm-wlm/files/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in
+5-5sysutils/slurm-wlm/files/patch-src_conmgr_con.c
+8-0sysutils/slurm-wlm/files/patch-testsuite_slurm__unit_common_slurm__protocol__pack_pack__priority__factors-test.c
+3-3sysutils/slurm-wlm/distinfo
+18-4461 files not shown
+19-4477 files

FreeBSD/ports be47f06sysutils/slurm-wlm distinfo, sysutils/slurm-wlm/files patch-testsuite_slurm__unit_common_slurm__protocol__pack_pack__priority__factors-test.c patch-src_conmgr_con.c

sysutils/slurm-wlm: Update 26.05.2 => 26.05.4

Changelog:
https://github.com/SchedMD/slurm/blob/slurm-26.05/CHANGELOG/slurm-26.05.md

- Remove obsolete downstream HDF5 patches; the corresponding changes are
  no longer required with the new upstream release.
- Drop now-obsolete portions of patch-configure, substantially reducing
  the downstream configure patch.
- Rebase the existing FreeBSD conmgr patch against the new upstream
  sources.
- Add a missing <signal.h> include to the pack_priority_factors unit
  test required for the test suite to build on FreeBSD.

PR:             298317
Security:       CVE-2026-65107
Security:       CVE-2026-65108
Security:       CVE-2026-65109
Security:       CVE-2026-65138

    [5 lines not shown]
DeltaFile
+2-395sysutils/slurm-wlm/files/patch-configure
+0-24sysutils/slurm-wlm/files/patch-src_plugins_acct__gather__profile_hdf5_sh5util_Makefile.in
+0-19sysutils/slurm-wlm/files/patch-src_plugins_acct__gather__profile_hdf5_Makefile.in
+5-5sysutils/slurm-wlm/files/patch-src_conmgr_con.c
+8-0sysutils/slurm-wlm/files/patch-testsuite_slurm__unit_common_slurm__protocol__pack_pack__priority__factors-test.c
+3-3sysutils/slurm-wlm/distinfo
+18-4461 files not shown
+19-4477 files

FreeBSD/ports 0171a8fwww/py-yarl Makefile, www/py-yarl/files patch-tests_test__pydantic.py

www/py-yarl: switch testing to pydantic2 as required
DeltaFile
+0-14www/py-yarl/files/patch-tests_test__pydantic.py
+1-1www/py-yarl/Makefile
+1-152 files

FreeBSD/ports edb2f38biology/p5-transdecoder Makefile

biology/p5-transdecoder: Change WWW for portscout

Portscount doesn't seem to find it's way past github.io pages, so
changed WWW to the main github project page.
DeltaFile
+1-1biology/p5-transdecoder/Makefile
+1-11 files

FreeBSD/ports 052ca3fwww/code-server/files EXTENSIONS.md

www/code-server: Update EXTENSIONS.md

Add a section about switching the display language: language packs
must be installed through the Extensions view (the standalone CLI
does not register them), and the packs on Open VSX can lag behind
the bundled VS Code version.

Sponsored by:   Netzkommune GmbH
DeltaFile
+12-0www/code-server/files/EXTENSIONS.md
+12-01 files

FreeBSD/ports 0756c83biology/p5-transdecoder pkg-plist distinfo

biology/p5-transdecoder: Update to 6.0.0

Add single entry point wrapper script and a couple new options
Changes: https://github.com/TransDecoder/TransDecoder/releases

Reported by:    Repology
DeltaFile
+5-3biology/p5-transdecoder/Makefile
+3-3biology/p5-transdecoder/distinfo
+1-0biology/p5-transdecoder/pkg-plist
+9-63 files

FreeBSD/ports a89bae3www/reproxy distinfo Makefile

www/reproxy: the port had been updated to the latest version 1.7.1

Stop sed(1)-patching `main.go' and pass appropriate `main.revision'
via GO_LDFLAGS instead.

Reported by:    portscout
DeltaFile
+2-6www/reproxy/Makefile
+3-3www/reproxy/distinfo
+5-92 files

FreeBSD/doc f046385website/data/ru/news news.toml

website: update ru/news
DeltaFile
+5-0website/data/ru/news/news.toml
+5-01 files

FreeBSD/ports 0fd1759net/td-system-tools Makefile distinfo

net/td-system-tools: Update 2.7.11 => 2.7.14

Changelog:
https://github.com/dreibh/system-tools/blob/td-system-tools-2.7.14/ChangeLog

Commit log:
https://github.com/dreibh/system-tools/compare/td-system-tools-2.7.11...td-system-tools-2.7.14

PR:             298315
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/td-system-tools/distinfo
+1-1net/td-system-tools/Makefile
+4-42 files