FreeBSD/ports 9f1a51etextproc/enchant2 Makefile distinfo

textproc/enchant2: update to 2.8.15

Update to 2.8.15

  This release fixes two bugs related to personal word lists.

  First, removing a word that happens to be at the end of a personal word list
  file has not worked since 2.7.0.

  Secondly, the way that personal word lists are merged with the current
  session has been changed so that personal word list words now appear in
  suggestions with providers that support adding words to the current session
  (Aspell and Hunspell). This previously worked, but hadn’t since at least
  2.8.2. Thanks to the users and maintainers of jinx (spelling package for
  Emacs that uses Enchant) for reporting and helping reproduce this bug.

  A little code clean-up was also done.

Pet portclippy (truckman)

    [2 lines not shown]
DeltaFile
+9-9textproc/enchant2/Makefile
+3-3textproc/enchant2/distinfo
+12-122 files

FreeBSD/src 83d7a49sys/vm vm_fault.c

vm_fault: expand KASSERT message in vm_fault_populate_cleanup

Include index values and object pointer in the diagnostic
to improve debugging of pindex mismatches.

No functional change.

Signed-off-by: Isa Isoux <isa at isoux.org>
Reviewed by: kib, pouria
Pull Request: https://github.com/freebsd/freebsd-src/pull/2038
DeltaFile
+4-1sys/vm/vm_fault.c
+4-11 files

FreeBSD/ports 1bdb8a6devel/ioncube Makefile distinfo

devel/ioncube: Update 14.4.1 => 15.5.0

Changelog:
2026-03-12 15.5.0:
- Fix for a bug with getStaticVariables in PHP 8 where the reflection
  function did not get the updated values of the static variables after
  the subject function was run.
2025-12-02 15.5.0 BETA (update):
- Fix for beta PHP 8.5.0 loaders where a missing symbol error would
  occur if PHP was configured with --enable-rtld-now.
2025-11-21 15.5.0 BETA:
- Beta release of PHP 8.5 loaders for Linux that will run encoded files
  produced by the PHP 8.4, 8.3 & 8.2 Encoders. These loaders should only
  be used for testing and not in production.
2025-10-14 15.0.0:
- New loaders required to run files produced by the version 15 encoders.
  In particular, the PHP 8.4 Loader will run files produced by the V15i
  PHP 8.4 encoder as well as files produced by the PHP 8.2 and 8.3
  encoders. The new loaders will also run files produced by earlier

    [6 lines not shown]
DeltaFile
+5-9devel/ioncube/Makefile
+5-5devel/ioncube/distinfo
+10-142 files

FreeBSD/src aa15df4sys/sys queue.h

queue.h: Reorder STAILQ_INSERT_TAIL

The current implementation briefly violates the tail invariant.  This
is not usually an issue, but if an insert is in flight when a panic
occurs, we may then trip the invariant while dumping core.

MFC after:      1 week
Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    obiwac, olce, jhb
Differential Revision:  https://reviews.freebsd.org/D55819
DeltaFile
+2-1sys/sys/queue.h
+2-11 files

FreeBSD/ports 78e7496net/dhcpcd distinfo Makefile, net/dhcpcd/files patch-src_privsep-root.c

net/dhcpcd: update to 10.3.1

Changes:        https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.3.1
DeltaFile
+0-84net/dhcpcd/files/patch-src_privsep-root.c
+3-3net/dhcpcd/distinfo
+1-2net/dhcpcd/Makefile
+4-893 files

FreeBSD/ports 10805f7graphics/R-cran-magick distinfo Makefile

graphics/R-cran-magick: Update to 2.9.1

Changelog: https://cran.r-project.org/web/packages/magick/NEWS
DeltaFile
+3-3graphics/R-cran-magick/distinfo
+2-2graphics/R-cran-magick/Makefile
+5-52 files

FreeBSD/ports 7eba88bnet-mgmt/check_ssl_cert distinfo Makefile

net-mgmt/check_ssl_cert: update to 2.97.0

Release Notes:
  https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.97.0
DeltaFile
+3-3net-mgmt/check_ssl_cert/distinfo
+1-1net-mgmt/check_ssl_cert/Makefile
+4-42 files

FreeBSD/ports 031f92fwww/nextcloud-news distinfo Makefile

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

FreeBSD/ports 5b86d9fwww/nextcloud-contacts distinfo Makefile

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

FreeBSD/ports d48decamail/nextcloud-mail distinfo Makefile

mail/nextcloud-mail: Update to 5.7.3
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

FreeBSD/ports 72ec378security/nextcloud-twofactor_admin Makefile distinfo

security/nextcloud-twofactor_admin: Update to 4.11.0
DeltaFile
+2-4security/nextcloud-twofactor_admin/Makefile
+3-3security/nextcloud-twofactor_admin/distinfo
+5-72 files

FreeBSD/src 889d10dsys/dev/nvme nvme_private.h nvme_qpair.c

nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4

The goal this change is to remove the use of the tag and handle
needed by bus_space_[read|write]_4.

Fixes:                  b3d9e5013f3e5 (Don't active memory space)
Requested by:           jhb
Reviewed by:            gallatin, imp, jhb, jrtc27
Differential Revision:  https://reviews.freebsd.org/D55818
DeltaFile
+6-11sys/dev/nvme/nvme_private.h
+3-4sys/dev/nvme/nvme_qpair.c
+0-3sys/dev/nvme/nvme_pci.c
+0-2sys/dev/nvme/nvme_ahci.c
+9-204 files

FreeBSD/src 4e3beefsys/dev/nvme nvme_private.h nvme_ahci.c

nvme: Removed unused 'regs' variable

The private struct has a 'regs' member that's only written to
and otherwise unused. This change removes it.

Fixes:                  b3d9e5013f3e5 (Don't active memory space)
Requested by:           jhb
Reviewed by:            imp, jhb, jrtc27
Differential Revision:  https://reviews.freebsd.org/D55817
DeltaFile
+0-2sys/dev/nvme/nvme_private.h
+0-1sys/dev/nvme/nvme_ahci.c
+0-1sys/dev/nvme/nvme_pci.c
+0-43 files

FreeBSD/ports a39ab5dfinance/py-finnhub-python distinfo Makefile

finance/py-finnhub-python: update 2.4.20 → 2.4.27
DeltaFile
+3-3finance/py-finnhub-python/distinfo
+2-2finance/py-finnhub-python/Makefile
+5-52 files

FreeBSD/ports e104e35finance/py-finviz Makefile distinfo

finance/py-finviz: update 1.4.6 → 2.0.0
DeltaFile
+10-15finance/py-finviz/Makefile
+3-3finance/py-finviz/distinfo
+13-182 files

FreeBSD/ports dcbb782textproc/py-phonemizer-fork Makefile pkg-descr, textproc/py-phonemizer-fork/files patch-test_test__espeak.py patch-test_test__festival.py

textproc/py-phonemizer-fork: New port: Fork of phonemizer for text to phones conversion
DeltaFile
+62-0textproc/py-phonemizer-fork/Makefile
+22-0textproc/py-phonemizer-fork/files/patch-test_test__espeak.py
+22-0textproc/py-phonemizer-fork/files/patch-test_test__festival.py
+19-0textproc/py-phonemizer-fork/files/patch-test_test__main.py
+10-0textproc/py-phonemizer-fork/files/patch-test_test__espeak__path__venv.py
+6-0textproc/py-phonemizer-fork/pkg-descr
+141-02 files not shown
+145-08 files

FreeBSD/ports fe6dc38ports-mgmt/pkg-devel distinfo Makefile

ports-mgmt/pkg-devel: update to 2.6.99.2

Changes:
- fetch: switch back to libfetch, completely remove curl
- add: resolve shlibs and provides via symlink directory layout
- add: ignore dead symlinks for provides/requires
- add: skip osversion check when force is set
- install -A: do not mark upgraded/reinstalled packages as automatic
- DB: fix a race condition in db initialization
- 400.status-pkg: provide an option to select the source to check
- docs: all manpages now mention -r can be called multiple times
- docs: update usage for create, install and set commands
DeltaFile
+3-3ports-mgmt/pkg-devel/distinfo
+2-2ports-mgmt/pkg-devel/Makefile
+5-52 files

FreeBSD/ports 8199c63math/octave-forge-audio distinfo Makefile

math/octave-forge-audio: Update to 2.0.11.
DeltaFile
+3-3math/octave-forge-audio/distinfo
+1-2math/octave-forge-audio/Makefile
+4-52 files

FreeBSD/src e073105sys/net if.c

ifnet: Remove unreachable code

The ioctls SIOCSIFVNET and SIOCSIFRVNET are for userland only. For
SIOCSIFVNET, if_vmove_loan(), the interface is obtained from current
VNET. For SIOCSIFRVNET, if_vmove_reclaim(), a valid child prison is
held before getting the interface. In both cases the VNET of the
obtained interfaces is stable, so there's no need to check it.

No functional change intended.

Reviewed by:    glebius, jamie (for #jails)
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D55828
DeltaFile
+0-18sys/net/if.c
+0-181 files

FreeBSD/ports ed949f3databases/pg_auto_failover-devel Makefile

databases/pg_auto_failover-devel: PostgreSQL-13 removed

Bump lowest required version for some PostgreSQL extensions as a
consequence thereof.
DeltaFile
+1-1databases/pg_auto_failover-devel/Makefile
+1-11 files

FreeBSD/ports d386e5cwww/ungoogled-chromium distinfo

www/ungoogled-chromium: update distinfo; missing from previous commit

PR:     293858
DeltaFile
+7-7www/ungoogled-chromium/distinfo
+7-71 files

FreeBSD/ports 5540aa6benchmarks/linux-unigine-heaven distinfo Makefile, benchmarks/linux-unigine-superposition distinfo Makefile

benchmarks/linux-unigine-*: Refresh distinfos

Pull Request:   https://github.com/freebsd/freebsd-ports/pull/475
DeltaFile
+3-3benchmarks/linux-unigine-valley/distinfo
+3-3benchmarks/linux-unigine-heaven/distinfo
+3-3benchmarks/linux-unigine-superposition/distinfo
+2-2benchmarks/linux-unigine-superposition/Makefile
+1-1benchmarks/linux-unigine-valley/Makefile
+1-1benchmarks/linux-unigine-heaven/Makefile
+13-136 files

FreeBSD/src 8065ff6sys/net if.c

ifnet: Fix decreasing the vnet interface count

It should be decreased only when the interface has been successfully
removed from the "active" list.

This prevents vnet_if_return() from potential OOB writes to the
allocated memory "pending".

Reviewed by:    kp, pouria
Fixes:          a779388f8bb3 if: Protect V_ifnet in vnet_if_return()
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D55873
DeltaFile
+3-3sys/net/if.c
+3-31 files

FreeBSD/ports 5d02335databases/pg_auto_failover Makefile, databases/pgroonga Makefile

*/*: PostgreSQL-13 removed

Bump lowest required version for some PostgreSQL extensions as a
consequence thereof.
DeltaFile
+1-1databases/pgrouting/Makefile
+1-1databases/postgresql-mysql_fdw/Makefile
+1-1net-mgmt/peering-manager/Makefile
+1-1databases/pg_auto_failover/Makefile
+1-1databases/pgroonga/Makefile
+5-55 files

FreeBSD/ports e6d1fa4devel/sbt distinfo Makefile

devel/sbt: update to 1.12.6 release
DeltaFile
+3-3devel/sbt/distinfo
+1-2devel/sbt/Makefile
+4-52 files

FreeBSD/ports 3418d22devel/p5-ExtUtils-Builder-Compiler distinfo Makefile

devel/p5-ExtUtils-Builder-Compiler: Update to 0.036

Changelog:
https://metacpan.org/dist/ExtUtils-Builder-Compiler/changes

PR:             293855
Approved by:    maintainer, osa (mentor)
DeltaFile
+3-3devel/p5-ExtUtils-Builder-Compiler/distinfo
+1-1devel/p5-ExtUtils-Builder-Compiler/Makefile
+4-42 files

FreeBSD/ports 5dae3e8sysutils/podman-suite Makefile

sysutils/podman-suite: bump version after recent podman's update

Approved by:    dfr (maintainer)
PR:             293764

Sponsored by:   tipi.work
DeltaFile
+1-1sysutils/podman-suite/Makefile
+1-11 files

FreeBSD/ports 5072493sysutils/podman distinfo Makefile

sysutils/podman: update: 5.8.0 -> 5.8.1

Approved by:    dfr (maintainer)
PR:             293764

Sponsored by:   tipi.work
DeltaFile
+3-3sysutils/podman/distinfo
+1-2sysutils/podman/Makefile
+4-52 files

FreeBSD/ports a815eaadevel/luv distinfo Makefile

devel/luv: Update to 1.52.1-0
DeltaFile
+3-3devel/luv/distinfo
+2-2devel/luv/Makefile
+5-52 files

FreeBSD/ports 2f52a07sysutils/coreutils/files patch-lib_renameatu.h

sysutils/coreutils: Fix build after 28599a1e5f1b

PR:             293672
Approved by:    portmgr@

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293672
DeltaFile
+16-0sysutils/coreutils/files/patch-lib_renameatu.h
+16-01 files