FreeBSD/ports 0d245c3devel/py-virtualenv Makefile distinfo

devel/py-virtualenv: Update to 21.7.4

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

FreeBSD/doc 8434b99documentation/content/ru/books/developers-handbook/ipv6 _index.po, documentation/content/ru/books/developers-handbook/kerneldebug _index.po

update translation of books/developers-handbook to Russian

Differential Revision: https://reviews.freebsd.org/D58797
DeltaFile
+0-11,157documentation/content/ru/books/developers-handbook/x86/_index.po
+318-318documentation/content/ru/books/developers-handbook/ipv6/_index.po
+286-286documentation/content/ru/books/developers-handbook/sockets/_index.po
+213-214documentation/content/ru/books/developers-handbook/kerneldebug/_index.po
+87-87documentation/content/ru/books/developers-handbook/secure/_index.po
+71-71documentation/content/ru/books/developers-handbook/policies/_index.po
+975-12,1337 files not shown
+1,006-12,16013 files

FreeBSD/src 527a824. ObsoleteFiles.inc, lib/libusb Makefile Symbol.map

libusb: versioning symbols

Reviewed by:    bapt, kevans
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D55686
DeltaFile
+260-0lib/libusb/Symbol.map
+4-1lib/libusb/Makefile
+3-0ObsoleteFiles.inc
+1-1tools/build/mk/OptionalObsoleteFiles.inc
+268-24 files

FreeBSD/ports 959a9ecdatabases/mariadb-java-client distinfo Makefile

databases/mariadb-java-client: Update 3.5.8 => 3.5.10

Release Notes:
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.9
https://mariadb.com/docs/release-notes/connectors/java/3.5/3.5.10

- Now the .jar file is created without linking, without the filename
  having the version appended. This is to help those who just load whole
  directories of java classes, and the version installed is in the pkg
  anyway, so it's redundant to have it in the filename.
- Add EXTRACT_ONLY= to prevent the .jar file from being unzipped.

PR:             297263
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+5-7databases/mariadb-java-client/Makefile
+3-3databases/mariadb-java-client/distinfo
+8-102 files

FreeBSD/ports 0ca1d66x11-drivers/xorg-drivers Makefile

x11-drivers/xorg-drivers: Fix a missed change from commit f2101baabbd1dfd4eb4c8bcdf16bf9d1baafe4e9

PR:             296916, 297474
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+1-2x11-drivers/xorg-drivers/Makefile
+1-21 files

FreeBSD/doc 7269df3documentation/content/ru/books/handbook/zfs _index.adoc _index.po

update translation of books/handbook/zfs to Russian

Differential Revision: https://reviews.freebsd.org/D58794
DeltaFile
+7,323-1,924documentation/content/ru/books/handbook/zfs/_index.po
+1,660-443documentation/content/ru/books/handbook/zfs/_index.adoc
+8,983-2,3672 files

FreeBSD/ports 2b11705mail/nextcloud-mail Makefile distinfo

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

FreeBSD/ports 4890945www/nextcloud-calendar Makefile distinfo

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

FreeBSD/ports 49fc6eewww/nextcloud-contacts Makefile distinfo

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

FreeBSD/ports d4335bddeskutils/syncthingtray Makefile pkg-plist

deskutils/syncthingtray: Update 2.1.3 => 2.1.4

Changelog:
https://github.com/Martchus/syncthingtray/releases/tag/v2.1.4

PR:             297440
Sponsored by:   UNIS Labs
DeltaFile
+9-9deskutils/syncthingtray/distinfo
+6-5deskutils/syncthingtray/pkg-plist
+4-5deskutils/syncthingtray/Makefile
+19-193 files

FreeBSD/ports fbb4c79biology/salmon/files patch-external_pufferfish_CMakeLists.txt patch-CMakeLists.txt

biology/salmon: fix build on powerpc64le

Test amd64 path first and only if that fails use the arm path.
arm path works just fine on powerpc64le.
DeltaFile
+24-1biology/salmon/files/patch-CMakeLists.txt
+21-3biology/salmon/files/patch-external_pufferfish_CMakeLists.txt
+45-42 files

FreeBSD/ports 0a68c91x11-drivers/xf86-video-nv/files patch-src_nv__driver.c

x11-drivers/xf86-video-nv: fix build on powerpc*

nv_driver.c:1387:40: error: incompatible integer to pointer conversion passing 'CARD32' (aka 'unsigned int') to parameter of type 'CARD8 *' (aka 'unsigned char *') [-Wint-conversion]
 1387 |     vgaHWSetMmioFuncs(VGAHWPTR(pScrn), pNv->IOAddress, 0);
      |                                        ^~~~~~~~~~~~~~
/usr/local/include/xorg/vgaHW.h:180:62: note: passing argument to parameter 'base' here
  180 | extern _X_EXPORT void vgaHWSetMmioFuncs(vgaHWPtr hwp, CARD8 *base, int offset);
      |                                                              ^
1 error generated.

It's fine to just pass NULL here because IOAddress is NULL at this line
anyway.
DeltaFile
+11-0x11-drivers/xf86-video-nv/files/patch-src_nv__driver.c
+11-01 files

FreeBSD/ports b713a9dx11-drivers/xlibre-xf86-video-nv/files patch-src_nv__driver.c

x11-drivers/xlibre-xf86-video-nv: fix build on powerpc*

Same as x11-drivers/xf86-video-nv.
DeltaFile
+11-0x11-drivers/xlibre-xf86-video-nv/files/patch-src_nv__driver.c
+11-01 files

FreeBSD/ports 4f1eca5devel/dcd-server Makefile

devel/dcd-server: fix poudriere build with BUILD_AS_NON_ROOT=yes

===>  Building for dcd-client-0.16.2
     Warning Warning: License in sub-package dcd:dsymbol is different than its parent package, this is discouraged.
     Warning Invalid source/import path: /wrkdirs/usr/ports/devel/dcd-client/work/DCD-0.16.2/bin
    Starting Performing "release" build using /usr/local/bin/ldmd2 for ppc64.
Error /nonexistent: Permission denied
*** Error code 2
DeltaFile
+2-2devel/dcd-server/Makefile
+2-21 files

FreeBSD/ports 4316dc9sysutils/triton Makefile, sysutils/triton/files patch-src_libtriton_includes_triton_tritonTypes.hpp

sysutils/triton: fix build on armv7 / powerpc*

Instead of checking the list of specific architectures,
just check UINTPTR_MAX.
DeltaFile
+20-0sysutils/triton/files/patch-src_libtriton_includes_triton_tritonTypes.hpp
+0-2sysutils/triton/Makefile
+20-22 files

FreeBSD/ports 857a4e0comms/liquid-dsp Makefile, comms/liquid-dsp/files patch-src_dotprod_src_dotprod__crcf.av.c patch-src_dotprod_src_dotprod__rrrf.av.c

comms/liquid-dsp: add dotprod_crcf_copy on powerpc64*

Fixes linking of reverse dependencies on powerpc64*:
: && /usr/bin/c++ -O2 -pipe -mcpu=power9 -fstack-protector-strong -fno-strict-aliasing -mcpu=power9 -O2 -pipe -mcpu=power9 -fstack-protector-strong -fno-strict-aliasing -mcpu=power9   -DNDEBUG -Wl,--undefined-version    -Xlinker --dependency-file=src/CMakeFiles/inspectrum.dir/link.d src/CMakeFiles/inspectrum.dir/inspectrum_autogen/mocs_compilation.cpp.o src/CMakeFiles/inspectrum.dir/abstractsamplesource.cpp.o src/CMakeFiles/inspectrum.dir/amplitudedemod.cpp.o src/CMakeFiles/inspectrum.dir/cursor.cpp.o src/CMakeFiles/inspectrum.dir/cursors.cpp.o src/CMakeFiles/inspectrum.dir/main.cpp.o src/CMakeFiles/inspectrum.dir/fft.cpp.o src/CMakeFiles/inspectrum.dir/frequencydemod.cpp.o src/CMakeFiles/inspectrum.dir/mainwindow.cpp.o src/CMakeFiles/inspectrum.dir/inputsource.cpp.o src/CMakeFiles/inspectrum.dir/phasedemod.cpp.o src/CMakeFiles/inspectrum.dir/plot.cpp.o src/CMakeFiles/inspectrum.dir/plots.cpp.o src/CMakeFiles/inspectrum.dir/plotview.cpp.o src/CMakeFiles/inspectrum.dir/samplebuffer.cpp.o src/CMakeFiles/inspectrum.dir/samplesource.cpp.o src/CMakeFiles/inspectrum.dir/spectrogramcontrols.cpp.o src/CMakeFiles/inspectrum.dir/spectrogramplot.cpp.o src/CMakeFiles/inspectrum.dir/threshold.cpp.o src/CMakeFiles/inspectrum.dir/traceplot.cpp.o src/CMakeFiles/inspectrum.dir/tuner.cpp.o src/CMakeFiles/inspectrum.dir/tunertransform.cpp.o src/CMakeFiles/inspectrum.dir/util.cpp.o -o src/inspectrum  -Wl,-rpath,/usr/local/lib/qt6:/usr/local/lib:  /usr/local/lib/qt6/libQt6Widgets.so.6.11.1  /usr/local/lib/qt6/libQt6Concurrent.so.6.11.1  /usr/local/lib/libfftw3f.so  /usr/local/lib/libliquid.so  /usr/local/lib/qt6/libQt6Gui.so.6.11.1  /usr/local/lib/libGLX.so  /usr/local/lib/libOpenGL.so  /usr/local/lib/qt6/libQt6Core.so.6.11.1  -pthread  -Wl,-rpath-link,/usr/local/lib/qt6 && :
ld: error: undefined reference: dotprod_rrrf_copy
>>> referenced by /usr/local/lib/libliquid.so (disallowed by --no-allow-shlib-undefined)

ld: error: undefined reference: dotprod_crcf_copy
>>> referenced by /usr/local/lib/libliquid.so (disallowed by --no-allow-shlib-undefined)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
DeltaFile
+36-6comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__rrrf.av.c
+35-5comms/liquid-dsp/files/patch-src_dotprod_src_dotprod__crcf.av.c
+1-0comms/liquid-dsp/Makefile
+72-113 files

FreeBSD/ports 48129a7devel/objfw/files patch-src_runtime_lookup-asm_lookup-asm-powerpc64-elf.S patch-src_runtime_tagged-pointer.m

devel/objfw: replace powerpc64* fix with upstream version
DeltaFile
+15-0devel/objfw/files/patch-src_runtime_tagged-pointer.m
+0-13devel/objfw/files/patch-src_runtime_lookup-asm_lookup-asm-powerpc64-elf.S
+15-132 files

FreeBSD/ports de5c054sysutils/stackit Makefile distinfo

sysutils/stackit: Update 0.68.0 => 0.70.0

Changelogs:
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.69.0
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.70.0

PR:             297473
Sponsored by:   UNIS Labs
DeltaFile
+5-5sysutils/stackit/distinfo
+1-1sysutils/stackit/Makefile
+6-62 files

FreeBSD/ports b950becdevel/p5-Workflow Makefile distinfo

devel/p5-Workflow: Update 2.10 => 2.11

Changelog:
https://metacpan.org/release/JONASBN/Workflow-2.11/source/Changes.md

PR:             297458
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/p5-Workflow/distinfo
+1-1devel/p5-Workflow/Makefile
+4-42 files

FreeBSD/src 60539afshare/misc bsd-family-tree

bsd-family-tree: add NetBSD 11.0

(cherry picked from commit 396e6d69955669b564cb605418e9d8025b3592bd)
DeltaFile
+2-0share/misc/bsd-family-tree
+2-01 files

FreeBSD/src 42ad072share/misc bsd-family-tree

bsd-family-tree: add FreeBSD 15.1

(cherry picked from commit f8b5df434e419e00272bfce343bf7da239081276)
DeltaFile
+6-3share/misc/bsd-family-tree
+6-31 files

FreeBSD/src 0192f4ashare/misc bsd-family-tree

bsd-family-tree: add NetBSD 11.0

(cherry picked from commit 396e6d69955669b564cb605418e9d8025b3592bd)
DeltaFile
+2-0share/misc/bsd-family-tree
+2-01 files

FreeBSD/src 7678922share/misc bsd-family-tree

bsd-family-tree: add FreeBSD 15.1

(cherry picked from commit f8b5df434e419e00272bfce343bf7da239081276)
DeltaFile
+6-3share/misc/bsd-family-tree
+6-31 files

FreeBSD/ports aaa5496audio/libgpod Makefile, audio/libgpod/files patch-libgpod-1.0.pc.in patch-src_ithumb-writer.c

audio/libgpod: fix build

Fix detection of sgutils
Backport patches from Gontoo to fix library overlinking and crashes with recent gdk-pixpuf
DeltaFile
+33-0audio/libgpod/files/patch-tools_generic-callout.c
+25-0audio/libgpod/files/patch-src_itdb__itunesdb.c
+20-0audio/libgpod/files/patch-src_ithumb-writer.c
+12-0audio/libgpod/files/patch-libgpod-1.0.pc.in
+4-2audio/libgpod/Makefile
+94-25 files

FreeBSD/ports 127fef6x11-wm/theseus-ship Makefile, x11-wm/theseus-ship/files patch-kcms_desktop_virtualdesktops.cpp

x11-wm/theseus-ship: fix build after latest frameworks update

Add missing #include <QQmlEngine>

Reported by:    bulk -t
DeltaFile
+10-0x11-wm/theseus-ship/files/patch-kcms_desktop_virtualdesktops.cpp
+1-1x11-wm/theseus-ship/Makefile
+11-12 files

FreeBSD/ports 23a9390net-mgmt/netbox pkg-plist distinfo

net-mgmt/netbox: Update to 4.6.8

Changelog:

Performance Improvements:
* Avoid N+1 queries when resolving generic relations (e.g. assigned
  objects) via the GraphQL API
* Improve performance when provisioning new custom fields
* Omit implicit pagination when prefetching to-one relations via
  the GraphQL API
* Improve caching logic when retrieving custom fields via
  get_for_model()

Bug Fixes:
* Clear a device's stale rack assignment when changing its site
* Enforce object permissions on custom script write operations via
  the REST API
* Avoid re-executing the LDAP configuration file on every
  permission check

    [24 lines not shown]
DeltaFile
+9-9net-mgmt/netbox/Makefile
+3-3net-mgmt/netbox/distinfo
+4-0net-mgmt/netbox/pkg-plist
+16-123 files

FreeBSD/ports e77a522www/py-dj60-drf-spectacular-sidecar Makefile distinfo

www/py-dj60-drf-spectacular-sidecar: Update to 2026.8.1

Changelog:

https://github.com/tfranzel/drf-spectacular-sidecar/compare/2026.7.1...2026.8.1

MFH:            2026Q3
(cherry picked from commit be2c64b6f7affbd51c6e4cceabc2b9bc8e378fc9)
DeltaFile
+3-3www/py-dj60-drf-spectacular-sidecar/distinfo
+1-1www/py-dj60-drf-spectacular-sidecar/Makefile
+4-42 files

FreeBSD/ports 10ef8f5www/py-dj60-strawberry-graphql-django Makefile distinfo

www/py-dj60-strawberry-graphql-django: Update to 0.87.0

Changelog:

https://github.com/strawberry-graphql/strawberry-django/blob/0.87.0/CHANGELOG.md

MFH:            2026Q3
(cherry picked from commit e07db17307d5ae47ceb646721f6af24dcf4ae962)
DeltaFile
+3-3www/py-dj60-strawberry-graphql-django/distinfo
+1-1www/py-dj60-strawberry-graphql-django/Makefile
+4-42 files

FreeBSD/ports 12e6825www/py-dj60-django-debug-toolbar Makefile distinfo

www/py-dj60-django-debug-toolbar: Update to 7.1.0

Changelog:

https://github.com/django-commons/django-debug-toolbar/releases/tag/7.1.0

MFH:            2026Q3
(cherry picked from commit 7aae2e653ca24f9ef4878005c88e0d56f50adeaf)
DeltaFile
+3-3www/py-dj60-django-debug-toolbar/distinfo
+1-1www/py-dj60-django-debug-toolbar/Makefile
+4-42 files

FreeBSD/ports 8083c06www/py-dj60-django-htmx Makefile distinfo, www/py-dj60-django-htmx/files patch-pyproject.toml

www/py-dj60-django-htmx: Update to 1.29.0

Changelog:

https://github.com/adamchainz/django-htmx/blob/1.29.0/docs/changelog.rst

MFH:            2026Q3
(cherry picked from commit 2d4987b68388493891df0d64e4f5c2cd30b13f49)
DeltaFile
+10-19www/py-dj60-django-htmx/files/patch-pyproject.toml
+3-3www/py-dj60-django-htmx/distinfo
+2-3www/py-dj60-django-htmx/Makefile
+15-253 files