FreeBSD/ports 8a52078deskutils/noti distinfo Makefile

deskutils/noti: Update to 3.9.0

While here:
- upstream has moved from GitHub to Codeberg
- convert to use GO_LDFLAGS
- add DOCS option

Changelog: https://codeberg.org/roble/noti/src/tag/3.9.0/docs/CHANGELOG.md

Reported by:    Repology
DeltaFile
+23-14deskutils/noti/Makefile
+3-3deskutils/noti/distinfo
+26-172 files

FreeBSD/ports 758b318devel/pinact Makefile distinfo

devel/pinact: Update to 4.1.1

Changelog: https://github.com/suzuki-shunsuke/pinact/releases/tag/v4.1.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/pinact/distinfo
+1-2devel/pinact/Makefile
+6-72 files

FreeBSD/ports 33605c1shells/iris Makefile distinfo

shells/iris: Update to 0.4.11

Changelog:
- https://github.com/versenilvis/IRIS/releases/tag/v0.4.9
- https://github.com/versenilvis/IRIS/releases/tag/v0.4.10
- https://github.com/versenilvis/IRIS/releases/tag/v0.4.11

Reported by:    GitHub (watch releases)
DeltaFile
+5-5shells/iris/distinfo
+1-1shells/iris/Makefile
+6-62 files

FreeBSD/ports 4223f25sysutils/mkr Makefile distinfo

sysutils/mkr: Update to 0.65.0

While here, convert to use GO_LDFLAGS.

Changelog: https://github.com/mackerelio/mkr/blob/v0.65.0/CHANGELOG.md

Reported by:    portscout
DeltaFile
+5-5sysutils/mkr/distinfo
+2-3sysutils/mkr/Makefile
+7-82 files

FreeBSD/ports a84c84adevel/py-ty Makefile Makefile.crates

devel/py-ty: Update to 0.0.65

Changelog: https://github.com/astral-sh/ty/blob/0.0.65/CHANGELOG.md

Reported by:    portscout
DeltaFile
+59-65devel/py-ty/distinfo
+28-31devel/py-ty/Makefile.crates
+1-1devel/py-ty/Makefile
+88-973 files

FreeBSD/src f4860c3stand/libsa bootp.c

stand: Bump DHCP xid between transactions

Transaction ID should persist only between OFFER and the following
REQUEST.  In all other cases it should change.
DeltaFile
+7-1stand/libsa/bootp.c
+7-11 files

FreeBSD/src a1edeb4sys/dev/e1000 if_em.c

e1000: fix 82574 MSI-X interrupt throttling

em_newitr() and the per-queue interrupt_rate sysctl both tested
que->msix to decide whether an 82574 is running in MSI-X mode.  0 is a
valid MSI-X vector so queue 0 was misclassified as legacy/MSI.

Test sc->intr_type == IFLIB_INTR_MSIX instead.  While here, index the tx
EITR read by tque->msix rather than tque->me so it matches the register
em_newitr() actually writes; the two differ once tx_num_queues exceeds
rx_num_queues.

Also seed que->itr_setting in em_initialize_receive_unit() with the rate
the hardware was just programmed with.  Otherwise an itr_setting left
over from AIM across an interface re-init makes the change detection in
em_newitr() suppress the write that would restore it, leaving the
hardware at the default rate while software believes otherwise.

Fixes:          3e501ef89667 ("e1000: Re-add AIM")

(cherry picked from commit 941113a0097ea047bd493f7f78b384718249779d)
DeltaFile
+20-4sys/dev/e1000/if_em.c
+20-41 files

FreeBSD/src 2389c5dsys/dev/e1000 if_em.c

e1000: fix 82574 MSI-X interrupt throttling

em_newitr() and the per-queue interrupt_rate sysctl both tested
que->msix to decide whether an 82574 is running in MSI-X mode.  0 is a
valid MSI-X vector so queue 0 was misclassified as legacy/MSI.

Test sc->intr_type == IFLIB_INTR_MSIX instead.  While here, index the tx
EITR read by tque->msix rather than tque->me so it matches the register
em_newitr() actually writes; the two differ once tx_num_queues exceeds
rx_num_queues.

Also seed que->itr_setting in em_initialize_receive_unit() with the rate
the hardware was just programmed with.  Otherwise an itr_setting left
over from AIM across an interface re-init makes the change detection in
em_newitr() suppress the write that would restore it, leaving the
hardware at the default rate while software believes otherwise.

Fixes:          3e501ef89667 ("e1000: Re-add AIM")

(cherry picked from commit 941113a0097ea047bd493f7f78b384718249779d)
DeltaFile
+20-4sys/dev/e1000/if_em.c
+20-41 files

FreeBSD/ports 4f8809edatabases/timescaledb pkg-plist Makefile

databases/timescaledb: Update to 2.29.0
DeltaFile
+3-3databases/timescaledb/distinfo
+2-2databases/timescaledb/Makefile
+1-0databases/timescaledb/pkg-plist
+6-53 files

FreeBSD/ports 5f4a8eceditors/zed Makefile.crates distinfo, editors/zed/files patch-crates_zed_src_reliability.rs patch-crates_zed_src_main.rs

editors/zed: Update to 1.13.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.12.1
- https://github.com/zed-industries/zed/releases/tag/v1.13.1

Reported by:    GitHub (watch releases)
DeltaFile
+39-25editors/zed/distinfo
+18-11editors/zed/Makefile.crates
+9-9editors/zed/files/patch-crates_fs_src_fs.rs
+8-8editors/zed/files/patch-crates_zed_src_main.rs
+8-8editors/zed/files/patch-Cargo.lock
+7-7editors/zed/files/patch-crates_zed_src_reliability.rs
+89-688 files not shown
+119-9814 files

FreeBSD/ports e7207ceaudio/sox pkg-plist Makefile

audio/sox: Unbreak build when no audio devices are selected

Upstream allows this configuration so the port should as well.

PR:             297173
Approved by:    Dan Nelson (maintainer)
DeltaFile
+12-1audio/sox/Makefile
+2-2audio/sox/pkg-plist
+14-32 files

FreeBSD/src 491f8d0sys/net if_gre.c

if_gre(4): Fix link state announcement in SIOCDIFPHYADDR

Since we unlock gre before if_detach() and use slock in gre_clone_modify_nl()
there is no need to split if_link_state_change() out of gre_delete_tunnel().

Reported by: markj
Fixes: a0d2e5ebaa2e ("if_gre(4): Fix races by changing initialization order and locks")
DeltaFile
+1-2sys/net/if_gre.c
+1-21 files

FreeBSD/ports ad2af1ex11/xwaylandvideobridge pkg-plist Makefile

x11/xwaylandvideobridge: Update to 0.5.1

(cherry picked from commit a4af5253620fb9599f2e3cffcc47c5728855d0e8)
DeltaFile
+3-3x11/xwaylandvideobridge/distinfo
+1-1x11/xwaylandvideobridge/pkg-plist
+1-1x11/xwaylandvideobridge/Makefile
+5-53 files

FreeBSD/ports 37cf86bnet-im/qxmpp Makefile distinfo

net-im/qxmpp: Update to 1.16.3

(cherry picked from commit 22a1db057635349854ca087619e47542373a7b28)
DeltaFile
+3-3net-im/qxmpp/distinfo
+1-1net-im/qxmpp/Makefile
+4-42 files

FreeBSD/ports c2dc30bx11-toolkits/kproperty Makefile

x11-toolkits/kproperty: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0x11-toolkits/kproperty/Makefile
+3-01 files

FreeBSD/ports 54dd821databases/kdb Makefile

databases/kdb: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0databases/kdb/Makefile
+3-01 files

FreeBSD/ports 404241etextproc/kreport Makefile

textproc/kreport: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0textproc/kreport/Makefile
+3-01 files

FreeBSD/ports 2586585databases/kexi Makefile

databases/kexi: Schedule for removal
DeltaFile
+1-1databases/kexi/Makefile
+1-11 files

FreeBSD/ports f0dd5f3devel/injeqt Makefile

devel/injeqt: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0devel/injeqt/Makefile
+3-01 files

FreeBSD/ports b639510deskutils/maliit-framework Makefile, deskutils/maliit-keyboard Makefile

deskutils/maliit-*: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0deskutils/maliit-keyboard/Makefile
+3-0deskutils/maliit-framework/Makefile
+6-02 files

FreeBSD/ports 1d5ddc3deskutils/qtfeedback Makefile

deskutils/qtfeedback: Schedule for removal

Development discontinued, Qt 6 is not supported.
DeltaFile
+3-0deskutils/qtfeedback/Makefile
+3-01 files

FreeBSD/ports 80ad555polish/qnapi Makefile

polish/qnapi: Take maintainership
DeltaFile
+1-1polish/qnapi/Makefile
+1-11 files

FreeBSD/ports f96ada5. MOVED, graphics Makefile

graphics/libkdcraw-qt5: Remove the port

The last consumer has been switched to Qt6-based libkdcraw
DeltaFile
+0-31graphics/libkdcraw-qt5/Makefile
+0-18graphics/libkdcraw-qt5/pkg-plist
+0-3graphics/libkdcraw-qt5/distinfo
+0-2graphics/libkdcraw-qt5/pkg-descr
+0-1graphics/Makefile
+1-0MOVED
+1-556 files

FreeBSD/ports 9c048dawww/pmwiki Makefile pkg-plist

www/pmwiki: Update 2.6.0 => 2.7.3

Changelog:
https://www.pmwiki.org/wiki/PmWiki/ChangeLog#v273

Release Notes:
https://www.pmwiki.org/wiki/PmWiki/ReleaseNotes#v273

PR:             297175
Reported by:    Martin Neubauer <m.ne at gmx.net> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 6f2c95b48ed61cec34fd9e69519f1a5c9c5ed6d8)
DeltaFile
+3-3www/pmwiki/distinfo
+4-0www/pmwiki/pkg-plist
+1-1www/pmwiki/Makefile
+8-43 files

FreeBSD/ports 6f2c95bwww/pmwiki Makefile pkg-plist

www/pmwiki: Update 2.6.0 => 2.7.3

Changelog:
https://www.pmwiki.org/wiki/PmWiki/ChangeLog#v273

Release Notes:
https://www.pmwiki.org/wiki/PmWiki/ReleaseNotes#v273

PR:             297175
Reported by:    Martin Neubauer <m.ne at gmx.net> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+3-3www/pmwiki/distinfo
+4-0www/pmwiki/pkg-plist
+1-1www/pmwiki/Makefile
+8-43 files

FreeBSD/src a28c289. .mailmap, share/misc committers-src.dot

Add new src committer: Minsoo Choo (mchoo)

Completed steps 5-6 and 10 in the committer's guide.

Reviewed by:    jhb
Approved by:    jhb (mentor)
Differential Revision:  https://reviews.freebsd.org/D58507
DeltaFile
+2-0share/misc/committers-src.dot
+2-0.mailmap
+1-0usr.bin/calendar/calendars/calendar.freebsd
+5-03 files

FreeBSD/doc 8821b53. .mailmap, documentation/content/en/articles/pgpkeys _index.adoc

Add new src committer: Minsoo Choo (mchoo)

Completed steps 1-4 and 6 in the committer's guide.

Reviewed by:    jhb
Approved by:    jhb (mentor)
Differential Revision:  https://reviews.freebsd.org/D58508
DeltaFile
+44-0documentation/static/pgpkeys/mchoo.key
+4-2.mailmap
+4-0website/data/en/news/news.toml
+4-0shared/authors.adoc
+3-0documentation/content/en/articles/pgpkeys/_index.adoc
+1-0shared/contrib-committers.adoc
+60-26 files

FreeBSD/ports ba1e4fedeskutils/podman-desktop Makefile, editors/vscode Makefile

*/*: Bump port revision after electron42 update (4c360b5ba109)
DeltaFile
+1-1net-im/signal-desktop/Makefile
+1-1net-im/deltachat-desktop/Makefile
+1-1graphics/drawio/Makefile
+1-0net-im/teams/Makefile
+1-0editors/vscode/Makefile
+1-0deskutils/podman-desktop/Makefile
+6-36 files

FreeBSD/ports 4c360b5devel/electron42 distinfo, devel/electron42/files patch-electron_spec_visibility-state-spec.ts patch-electron_spec_api-native-image-spec.ts

devel/electron42: Update to 42.8.0

Changelog: https://github.com/electron/electron/releases/tag/v42.8.0

Reported by:    GitHub (watch releases)
DeltaFile
+11-2devel/electron42/files/patch-electron_shell_common_api_electron__bindings.cc
+10-1devel/electron42/files/patch-electron_spec_api-process-spec.ts
+5-5devel/electron42/distinfo
+2-2devel/electron42/files/patch-electron_spec_visibility-state-spec.ts
+2-2devel/electron42/files/patch-electron_spec_api-native-image-spec.ts
+2-2devel/electron42/files/patch-electron_shell_common_api_electron__api__native__image.cc
+32-141 files not shown
+33-157 files

FreeBSD/ports e05e837graphics/librsvg2 distinfo pkg-plist, graphics/librsvg2/files patch-rsvg-private.h

graphics/librsvg2: the port had been updated to version 2.40.23

- Switch to USE_GITLAB/GL_* because it is tagged-only release
- Drop needless GNU_CONFIGURE_MANPREFIX and `localbase' from
  the USES list
- Rewrite regex in `post-patch' target so it produces identical
  result, but is shorter and more correct (escape the dot)
- Drop the DOCS option which does nothing after HTML files and
  images no longer come with the distfile and USES+=gnomeprefix
  forces the --disable-gtk-doc anyway (however, dependency on
  textproc/gtk-doc is required for GTK_DOC_CHECK macro in the
  configure.ac, so keep it but adjust accordingly)

PR:             295743
Reviewed by:    arrowd
DeltaFile
+14-16graphics/librsvg2/Makefile
+1-21graphics/librsvg2/pkg-plist
+0-10graphics/librsvg2/files/patch-rsvg-private.h
+3-3graphics/librsvg2/distinfo
+18-504 files