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/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

FreeBSD/ports 688da1btextproc/py-zensical Makefile distinfo

textproc/py-zensical: Update to 0.0.53

Changelog:

https://github.com/zensical/zensical/releases/tag/v0.0.53

MFH:            2026Q3
(cherry picked from commit 1b33d0e24670b737ff8bcd29e1f356e937360dc6)
DeltaFile
+3-3textproc/py-zensical/distinfo
+2-2textproc/py-zensical/Makefile
+5-52 files

FreeBSD/ports 92fc378textproc/py-tablib Makefile distinfo

textproc/py-tablib: Update to 3.10.0

Changelog:

https://github.com/jazzband/tablib/releases/tag/v3.10.0

MFH:            2026Q3
(cherry picked from commit 1abe25a35f5b4c09d1bf412487a9b1618722f8a6)
DeltaFile
+3-3textproc/py-tablib/distinfo
+1-1textproc/py-tablib/Makefile
+4-42 files

FreeBSD/ports 245c81ddevel/py-dj60-strawberry-graphql distinfo Makefile

devel/py-dj60-strawberry-graphql: Update to 0.324.0

* Drop obsolete comment while I'm here.

Changelog:

https://github.com/strawberry-graphql/strawberry/releases/tag/0.324.0

MFH:            2026Q3
(cherry picked from commit 036d7fb4ed789223256ade480a13b62b010085de)
DeltaFile
+4-5devel/py-dj60-strawberry-graphql/Makefile
+3-3devel/py-dj60-strawberry-graphql/distinfo
+7-82 files

FreeBSD/ports cbf7ed9chinese Makefile, chinese/bpmf-vsime pkg-plist distinfo

Add chinese/bpmf-vsime: Bopomofo IVS reading selection tool

The tool is a local web page that highlights every Han character with more
than one Bopomofo reading, guesses the common ones from a bundled phrase
database, and produces plain text carrying the matching Ideographic
Variation Sequences.

The upstream distribution bundles a copy of BpmfZihiKaiStd-Regular.ttf for
the page to render with.  Drop it and point the two @font-face rules at the
copy installed by x11-fonts/bpmf-zihikai instead, which is a run dependency.
DeltaFile
+42-0chinese/bpmf-vsime/Makefile
+13-0chinese/bpmf-vsime/pkg-descr
+10-0chinese/bpmf-vsime/files/pkg-message.in
+3-0chinese/bpmf-vsime/distinfo
+2-0chinese/bpmf-vsime/pkg-plist
+1-0chinese/Makefile
+71-06 files

FreeBSD/ports d32aedex11-fonts Makefile, x11-fonts/bpmf-zihisans distinfo pkg-plist

Add x11-fonts/bpmf-zihisans: Bopomofo IVS version of Zihi Sans font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-zihisans/Makefile
+11-0x11-fonts/bpmf-zihisans/pkg-descr
+7-0x11-fonts/bpmf-zihisans/pkg-plist
+3-0x11-fonts/bpmf-zihisans/distinfo
+1-0x11-fonts/Makefile
+51-05 files

FreeBSD/ports 263800ax11-fonts Makefile, x11-fonts/bpmf-zihiserif distinfo pkg-plist

Add x11-fonts/bpmf-zihiserif: Bopomofo IVS version of Zihi Serif font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-zihiserif/Makefile
+11-0x11-fonts/bpmf-zihiserif/pkg-descr
+8-0x11-fonts/bpmf-zihiserif/pkg-plist
+3-0x11-fonts/bpmf-zihiserif/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports 47b752cx11-fonts Makefile, x11-fonts/bpmf-zihikai pkg-plist distinfo

Add x11-fonts/bpmf-zihikai: Bopomofo IVS version of Zihi Kai Std font

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.

The Han glyphs of this font are licensed under CC-BY 4.0 rather than the
SIL Open Font License 1.1 that covers the rest of the family.
DeltaFile
+30-0x11-fonts/bpmf-zihikai/Makefile
+12-0x11-fonts/bpmf-zihikai/pkg-descr
+3-0x11-fonts/bpmf-zihikai/distinfo
+2-0x11-fonts/bpmf-zihikai/pkg-plist
+1-0x11-fonts/Makefile
+48-05 files

FreeBSD/ports 1e3a667x11-fonts Makefile, x11-fonts/bpmf-special pkg-plist distinfo

Add x11-fonts/bpmf-special: Bopomofo IVS boxed and Bopomofo-only fonts

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-special/Makefile
+13-0x11-fonts/bpmf-special/pkg-descr
+3-0x11-fonts/bpmf-special/pkg-plist
+3-0x11-fonts/bpmf-special/distinfo
+1-0x11-fonts/Makefile
+49-05 files

FreeBSD/ports 6781e64x11-fonts Makefile, x11-fonts/bpmf-iansui pkg-plist distinfo

Add x11-fonts/bpmf-iansui: Bopomofo IVS version of Iansui font

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-iansui/Makefile
+11-0x11-fonts/bpmf-iansui/pkg-descr
+3-0x11-fonts/bpmf-iansui/distinfo
+2-0x11-fonts/bpmf-iansui/pkg-plist
+1-0x11-fonts/Makefile
+46-05 files

FreeBSD/ports 892a794x11-fonts Makefile, x11-fonts/bpmf-huninn pkg-plist distinfo

Add x11-fonts/bpmf-huninn: Bopomofo IVS version of Huninn font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-huninn/Makefile
+11-0x11-fonts/bpmf-huninn/pkg-descr
+3-0x11-fonts/bpmf-huninn/distinfo
+2-0x11-fonts/bpmf-huninn/pkg-plist
+1-0x11-fonts/Makefile
+46-05 files

FreeBSD/ports 6940109x11-fonts Makefile, x11-fonts/bpmf-genyog distinfo pkg-plist

Add x11-fonts/bpmf-genyog: Bopomofo IVS version of GenYo Gothic font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genyog/Makefile
+11-0x11-fonts/bpmf-genyog/pkg-descr
+8-0x11-fonts/bpmf-genyog/pkg-plist
+3-0x11-fonts/bpmf-genyog/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports ce8a7f6x11-fonts Makefile, x11-fonts/bpmf-genyo distinfo pkg-plist

Add x11-fonts/bpmf-genyo: Bopomofo IVS version of GenYo Min font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genyo/Makefile
+11-0x11-fonts/bpmf-genyo/pkg-descr
+8-0x11-fonts/bpmf-genyo/pkg-plist
+3-0x11-fonts/bpmf-genyo/distinfo
+1-0x11-fonts/Makefile
+52-05 files

FreeBSD/ports 6d21aacx11-fonts Makefile, x11-fonts/bpmf-genwan distinfo pkg-plist

Add x11-fonts/bpmf-genwan: Bopomofo IVS version of GenWan Min font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-genwan/Makefile
+11-0x11-fonts/bpmf-genwan/pkg-descr
+6-0x11-fonts/bpmf-genwan/pkg-plist
+3-0x11-fonts/bpmf-genwan/distinfo
+1-0x11-fonts/Makefile
+50-05 files

FreeBSD/ports 48a277ex11-fonts Makefile, x11-fonts/bpmf-gensen distinfo pkg-plist

Add x11-fonts/bpmf-gensen: Bopomofo IVS version of GenSen Rounded font family

The Bopomofo IVS fonts render a Han character together with its Bopomofo
reading, selected through Ideographic Variation Sequences and Private Use
Area code points.  chinese/fcitx5-mcbopomofo 3.0 and later can emit such
text in its Bopomofo font annotation mode, which is aimed at educators and
publishers who need Bopomofo-annotated material.
DeltaFile
+29-0x11-fonts/bpmf-gensen/Makefile
+11-0x11-fonts/bpmf-gensen/pkg-descr
+7-0x11-fonts/bpmf-gensen/pkg-plist
+3-0x11-fonts/bpmf-gensen/distinfo
+1-0x11-fonts/Makefile
+51-05 files