The place for ports
www/forgejo: Update to 13.0.4<br />
<br />
Changelog:<br />
* https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/13.0.4.md<br />
<br />
MFH: 2026Q1
www/forgejo-lts: Update to 11.0.9<br />
<br />
Changelog:<br />
* https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/11.0.9.md<br />
<br />
MFH: 2026Q1
textproc/py-agate: update to 1.14.1<br />
<br />
Changes: https://github.com/wireservice/agate/blob/1.14.1/CHANGELOG.rst<br />
Reported by: portscout, repology
graphics/ufraw: Revert port deprecation<br />
<br />
This reverts commit 6b9a9713cd09b9ca648ed75f33f08ed125b271d9.<br />
<br />
Ufraw is still useful as a command-line utility and used by graphic/fotocx<br />
pass maintenership to danfe<br />
<br />
Approved by: danfe (private e-mail)
graphics/tulip: Ressurect the port, a GUI for managing and rendering huge graphs
x11-toolkits/qt6-declarative: backport upstream patch<br />
<br />
to fix crash in plasmashell: https://bugs.kde.org/513527
www/qt6-webengine: backport upstream patch<br />
<br />
to fix random crashes at startup:<br />
https://codereview.qt-project.org/c/qt/qtwebengine/+/702860
textproc/py-pygtkspellcheck: new port had been added (+)<br />
<br />
Simple but quite powerful spellchecking library for GTK<br />
written in pure Python, based on Enchant and PyGObject.
devel/py-sqlfluff: Update to 4.0.0
cad/freecad-devel: Update to 2026.01.14
devel/py-libvirt: update to 12.0.0<br />
<br />
Sponsored by: The FreeBSD Foundation
devel/libvirt: update to 12.0.0<br />
<br />
Sponsored by: The FreeBSD Foundation
cad/kicad-*devel: Update to 2026.01.16
devel/pyenv: Update to 2.6.20
security/wazuh-manager: Disable CCACHE settings
security/wazuh-*: Update to 4.14.2<br />
<br />
- Now, Wazuh source code is obtained from https://github.com/alonsobsd/wazuh-freebsd.<br />
This repository includes all changes to run Wazuh Suite on FreeBSD. dtxdf and I<br />
will maintain this repository in where will try to add all Wazuh features to<br />
FreeBSD.<br />
- wazuh-dashboards : Update version of opensearch to 2.19.4<br />
<br />
ChangeLog at: https://documentation.wazuh.com/current/release-notes/release-4-14-2.html<br />
Reviewed by: acm dtxdf<br />
Tested by: acm dtxdf
textproc/opensearch[-dashboards]219: Update to 2.19.4<br />
<br />
With hat: opensearch
devel/mimalloc: Update to 3.2.7
graphics/mesa-devel: unbreak WITH_FORTIFY{,_PORTS} on FreeBSD >= 15<br />
<br />
../src/gallium/auxiliary/vl/vl_csc.c:196:35: error: too many arguments provided to function-like macro invocation<br />
196 | { 0.595254, 0.349314, 0.055432, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:195:10: note: parentheses are required around macro argument containing braced initializer list<br />
195 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
196 | { 0.595254, 0.349314, 0.055432, 0.0 },<br />
197 | { 0.081244, 0.891503, 0.027253, 0.0 },<br />
198 | { 0.015512, 0.081912, 0.902576, 0.0 },<br />
199 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
../src/gallium/auxiliary/vl/vl_csc.c:205:37: error: too many arguments provided to function-like macro invocation<br />
205 | { 0.939543, 0.050181, 0.010276, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:204:10: note: parentheses are required around macro argument containing braced initializer list<br />
204 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
205 | { 0.939543, 0.050181, 0.010276, 0.0 },<br />
206 | { 0.017772, 0.965793, 0.016435, 0.0 },<br />
207 | { -0.001622, -0.004370, 1.005991, 0.0 },<br />
208 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
../src/gallium/auxiliary/vl/vl_csc.c:218:37: error: too many arguments provided to function-like macro invocation<br />
218 | { 1.776133, -0.687820, -0.088313, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:217:10: note: parentheses are required around macro argument containing braced initializer list<br />
217 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
218 | { 1.776133, -0.687820, -0.088313, 0.0 },<br />
219 | { -0.161375, 1.187315, -0.025940, 0.0 },<br />
220 | { -0.015881, -0.095931, 1.111812, 0.0 },<br />
221 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
../src/gallium/auxiliary/vl/vl_csc.c:227:37: error: too many arguments provided to function-like macro invocation<br />
227 | { 1.660491, -0.587641, -0.072850, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:226:10: note: parentheses are required around macro argument containing braced initializer list<br />
226 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
227 | { 1.660491, -0.587641, -0.072850, 0.0 },<br />
228 | { -0.124550, 1.132900, -0.008349, 0.0 },<br />
229 | { -0.018151, -0.100579, 1.118729, 0.0 },<br />
230 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
../src/gallium/auxiliary/vl/vl_csc.c:241:37: error: too many arguments provided to function-like macro invocation<br />
241 | { 1.065379, -0.055401, -0.009978, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:240:10: note: parentheses are required around macro argument containing braced initializer list<br />
240 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
241 | { 1.065379, -0.055401, -0.009978, 0.0 },<br />
242 | { -0.019633, 1.036363, -0.016731, 0.0 },<br />
243 | { 0.001632, 0.004412, 0.993956, 0.0 },<br />
244 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
../src/gallium/auxiliary/vl/vl_csc.c:249:35: error: too many arguments provided to function-like macro invocation<br />
249 | { 0.627404, 0.329283, 0.043313, 0.0 },<br />
| ^<br />
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here<br />
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)<br />
| ^<br />
../src/gallium/auxiliary/vl/vl_csc.c:248:10: note: parentheses are required around macro argument containing braced initializer list<br />
248 | memcpy(matrix, &(vl_csc_matrix){<br />
| ^<br />
| (<br />
249 | { 0.627404, 0.329283, 0.043313, 0.0 },<br />
250 | { 0.069097, 0.919540, 0.011362, 0.0 },<br />
251 | { 0.016391, 0.088013, 0.895595, 0.0 },<br />
252 | }, sizeof(vl_csc_matrix));<br />
|<br />
| )<br />
6 errors generated.<br />
<br />
PR: 292394
games/veloren-weekly: update to s20260115<br />
<br />
Changes: https://gitlab.com/veloren/veloren/-/compare/a95ccd4d76...5378d5cf29
x11/swayimg: update to 4.7<br />
<br />
Changes: https://github.com/artemsen/swayimg/releases/tag/v4.7<br />
Reported by: GitHub (watch releases)
benchmarks/vkpeak: update to 20260112<br />
<br />
Changes: https://github.com/nihui/vkpeak/releases/tag/20260112<br />
Reported by: GitHub (watch releases)
devel/busd: update to 0.5.0<br />
<br />
Changes: https://github.com/dbus2/busd/releases/tag/0.5.0<br />
Reported by: GitHub (watch releases)
misc/codex: Update to 0.86.0<br />
<br />
Changelog:<br />
- https://github.com/openai/codex/releases/tag/rust-v0.85.0<br />
- https://github.com/openai/codex/releases/tag/rust-v0.86.0<br />
<br />
Reported by: GitHub (watch releases)
science/afni: Update to 26.0.01
net-p2p/bitcoin: Update to 30.2
math/saga: Update to 9.11.1<br />
<br />
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.11.1/attachment/changelog_saga_9.11.1.txt<br />
<br />
MFH: 2026Q1
www/filebrowser: Update to 2.54.0<br />
<br />
ChangeLogs:<br />
<br />
- https://github.com/filebrowser/filebrowser/releases/tag/v2.53.0<br />
- https://github.com/filebrowser/filebrowser/releases/tag/v2.53.1<br />
- https://github.com/filebrowser/filebrowser/releases/tag/v2.54.0
devel/py-ty: Update to 0.0.12<br />
<br />
Changelog: https://github.com/astral-sh/ty/blob/0.0.12/CHANGELOG.md<br />
<br />
Reported by: Repology
graphics/ufraw: deprecate this port<br />
<br />
Ufraw is unmaintained since 2015, user shoud move to<br />
graphics/rawtherapee.
net-im/p5-Protocol-XMPP: update 0.006 -> 0.007<br />
<br />
Changelog: https://metacpan.org/dist/Protocol-XMPP/changes<br />
<br />
Fix test target by adding missing dependencies
misc/p5-Business-ISBN-Data: update 20251223.001 -> 20260109.001<br />
<br />
Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
www/gatus: Update to 5.34.0<br />
<br />
ChangeLog: https://github.com/TwiN/gatus/releases/tag/v5.34.0
math/R-cran-terra: Update to 1.8-93<br />
<br />
ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
games/rocksndiamonds: Update to 4.4.1.3<br />
<br />
ChangeLog: https://www.artsoft.org/2026/01/14/rocksndiamonds-4-4-1-3-released/
devel/aws-crt-cpp: Update to 0.37.1<br />
<br />
ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.37.1
devel/aws-c-s3: Update to 0.11.5<br />
<br />
ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.11.5
devel/aws-c-io: Update to 0.26.0<br />
<br />
ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.26.0
shells/xonsh: Update to 0.22.1<br />
<br />
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.1
net/wireshark: Update to 4.6.3<br />
<br />
See https://www.wireshark.org/docs/relnotes/wireshark-4.6.3.html for the<br />
list of changes in this release.
www/freenginx-devel: fix Makefile.extmod<br />
<br />
Reported by: dvl<br />
Fixes: 2feda91f5a9601467e22ef3af387181bd456230c
print/plutobook: Update to 0.13.0<br />
<br />
Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.13.0
www/freenginx-devel: respect CFLAGS and LDFLAGS<br />
<br />
Adopt and move out ports infra variables of the main Makefile.<br />
Sort out thid-party modules variables.<br />
<br />
Bump PORTREVISION.<br />
<br />
PR: 292432<br />
<br />
Thanks to: fluffy<br />
Sponsored by: tipi.work
databases/postgresql-rum: Update to 1.3.15<br />
<br />
Adds support for PostgreSQL 18<br />
<br />
Drop maintainership. I do not actively use this extension anymore and do<br />
not want to delay future port updates which any maintainer or the pgsql<br />
team can handle.<br />
<br />
PR: 292446
graphics/gnash: fix PORTSCOUT
www/sitecopy: Unbreak and fix permission parsing<br />
<br />
While here:<br />
- Fix dependencies.<br />
- Refresh patches.<br />
- Improve indents.<br />
<br />
PR: 287710 287830<br />
MFH: 2026Q1<br />
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
x11-wm/emwm-utils: Update 1.3.1 => 1.3.2<br />
<br />
Changelog:<br />
- Fixed backdrop placement issues<br />
https://fastestcode.org/utils-changes.txt<br />
<br />
PR: 292486
www/chromium: update to 144.0.7559.59<br />
<br />
Security: https://vuxml.freebsd.org/freebsd/6f76a1db-f124-11f0-85c5-a8a1599412c6.html
security/vuxml: add www/*chromium < 144.0.7559.59<br />
<br />
Obtained from: https://chromereleases.googleblog.com/2026/01/stable-channel-update-for-desktop_13.html
misc/usd: Update 21.11 => 25.11<br />
<br />
Changelogs:<br />
https://github.com/PixarAnimationStudios/OpenUSD/blob/v25.11/CHANGELOG.md<br />
<br />
Patches for this port are a collection of patches from upstream issues<br />
and pull request by Martin Filla, yuri@ and vvd@:<br />
https://github.com/PixarAnimationStudios/OpenUSD/pull/1705<br />
https://github.com/PixarAnimationStudios/OpenUSD/issues/1706<br />
https://github.com/PixarAnimationStudios/OpenUSD/pull/1961<br />
https://github.com/PixarAnimationStudios/OpenUSD/pull/3868<br />
<br />
PR: 290815 285286 282627<br />
Approved by: yuri (maintainer, timeout 2 monts)<br />
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
finance/tickrs: Update to 0.15.0<br />
<br />
Changelog: https://github.com/tarkah/tickrs/blob/v0.15.0/CHANGELOG.md<br />
<br />
PR: 291739<br />
Approved by: lcook (maintainer, timeout 4 weeks)
editors/emacs-devel: Update to 2026-01-15 snapshot<br />
<br />
Some new etc/NEWS items:<br />
6d0d71de68c - New IELM option to insert newline when inside sexp (bug#80123)<br />
9c1da99a850 - Optionally inhibit echo area progress reporting (bug#80198)<br />
ea5d079e262 - Allow Ispell to save corrections as abbrevs<br />
aa6e42f18b7 - Rename VC outgoing and incoming log commands to include "-root-"<br />
785059a1f7a - Add frame identifiers (bug#80138)<br />
bdd9acb6aa3 - hideshow: Reword documentation (bug#80116)<br />
4e779d20f18 - Update cursor display using Xterm escape sequences<br />
5b89d469656 - Bind 'apropos-user-option' to C-h u<br />
c8d19034aa9 - Allow 'package-isolate' to fetch missing packages<br />
881be95cddc - Allow reviewing packages before installation<br />
d7fd87b403d - shadowfile.el uses eqhemeral buffer names now<br />
8343ce6c529 - External Tramp methods can be used in multi-hops<br />
48b80a1e2b9 - New function 'window-cursor-info'<br />
51498a88cf9 - Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)<br />
ad500a13e41 - Compile queries in treesit-f-l-recompute-features (bug#80108)<br />
<br />
Commit-log: https://github.com/emacs-mirror/emacs/compare/20e1a57d443...8e4f96cffba<br />
Sponsored by: The FreeBSD Foundation
graphics/kimageannotator: Update to 0.7.2 and prefer Qt6 flavor<br />
<br />
Release Notes: https://github.com/ksnip/kImageAnnotator/releases/tag/v0.7.2
graphics/kquickimageeditor: Update to 0.6.0
dns/dnscontrol: Update to 4.30.0
multimedia/minisatip: Update to 2.0.70
multimedia/*: Update dependencies to reflect gpac-libgpac rename<br />
<br />
Update consumer ports to use multimedia/gpac following the consolidation and<br />
renaming of the library port.<br />
<br />
Sponsored by: Netflix
multimedia/gpac: merge sub-ports and update to 2.4.0<br />
<br />
Consolidate gpac, mp4box and library into a single port as the upstream build<br />
system does not easily support splitting applications from the library.<br />
<br />
Sponsored by: Netflix
graphics/py-pandarm: Revert unintended changes in 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
lang/cython3: Remove obsoleted port<br />
<br />
Use lang/cython instead.
graphics/py-pandarm: Revert unintended changes in 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
databases/py-pyarrow: Revert unintended changes in 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
sysutils/devtui: Update 0.32.5 => 0.33.2<br />
<br />
Changes:<br />
- New CLI commands: json2toml, toml2json<br />
- Improved error handling<br />
- Bumped dependencies (upstream)<br />
https://github.com/skatkov/devtui/releases/tag/v0.33.1<br />
https://github.com/skatkov/devtui/releases/tag/v0.33.2<br />
<br />
PR: 292485
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}<br />
<br />
- Convert all cython3 occurrence to USE_PYTHON=cython*<br />
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change<br />
<br />
PR: 291778
ports-mgmt/pkg_replace: Update 20240819 => 20260115<br />
<br />
Changelog:<br />
* Fix typo<br />
* Fix issue with --batch mode<br />
https://github.com/kdeguchi/pkg_replace/releases/tag/20260115<br />
<br />
PR: 292473
Mk/Uses/ruby.mk: Remove RUBY_PORTREVISION<br />
<br />
RUBY_PORTREVISION is only used for lang/ruby{32,33,34,40}. These ports can set<br />
PORTREVISION directly rather than defined in the shared Mk/Uses/ruby.mk.
net/tcpdump: Update to 4.99.6<br />
<br />
Sponsored by: Rubicon Communications, LLC ("Netgate")
net/libpcap: Update to 1.10.6<br />
<br />
Sponsored by: Rubicon Communications, LLC ("Netgate")
Mk/Uses/ruby.mk: Remove RUBY_PORTREVISION<br />
<br />
RUBY_PORTREVISION is only used for lang/ruby{32,33,34,40}. These ports can set<br />
PORTREVISION directly rather than defined in the shared Mk/Uses/ruby.mk.
x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to 580.126.09<br />
<br />
Update to latest Production Branch of drivers 580.126.09:<br />
https://www.nvidia.com/en-us/drivers/details/261244/<br />
<br />
Linux counterparts for x11/linux-nvidia-libs:<br />
https://www.nvidia.com/en-us/drivers/details/261243/<br />
<br />
PR: 292454<br />
Reported by: scf<br />
Differential Revision: https://reviews.freebsd.org/D54700
x11/ashell: Fix disappearance on HDMI display reconnect/power-on<br />
<br />
When an HDMI display is reconnected/powered-on after<br />
disconnection/power-off, ashell status bar disappears while the<br />
process is still running. By changing the event (Created -><br />
InfoUpdate) used for triggering redraw of status bar appears to solve<br />
the problem.
emulators/wine-devel: Update 11.0-rc5 => 11.0<br />
<br />
Release Notes:<br />
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0<br />
<br />
Not yet supported:<br />
- New WoW64<br />
- kernel driver part of NTSync<br />
<br />
PR: 292479<br />
MFH: 2026Q1
www/py-qh3: fix build on big-endian architectures<br />
<br />
Little-endian is misdetected and the little-endian code path is used:<br />
/wrkdirs/usr/ports/www/py-qh3/work-py311/qh3-1.0.9/cargo-crates/aws-lc-sys-0.20.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:107:5: error: call to undeclared function 'vec_vsx_ld'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
net-im/kaidan: Update to 0.14.0<br />
<br />
- Drop stale patch
net-im/qxmpp: Update to 1.13.0
x11-toolkits/kirigami-addons-qt6: Update to 1.11.0
misc/far2l: fix build on big-endian architectures<br />
<br />
Looks like there are now 2 copies of 7z to be fixed:<br />
far2l-2.7.0_1.log:/wrkdirs/usr/ports/misc/far2l/work/far2l-v_2.7.0/arclite/src/7z/h/C/CpuArch.h:280:4: error: Stop_Compiling_Bad_Endian
www/nextcloud-contacts: Update to 8.2.1
www/nextcloud-groupfolders: Update to 20.1.7
mail/nextcloud-mail: Update to 5.6.6
x11-fonts/dejavu: Remove stale pkg-message<br />
<br />
- Bump PORTREVISION for package change<br />
<br />
This pkg-message describes configuring the X11 freetype module, which has not<br />
existed in nearly two decades. The functionality is now part of the libxft,<br />
which does everything automatically.<br />
<br />
PR: 291894
multimedia/libcec: Fix packaging with PYTHON option disabled<br />
<br />
PR: 291026<br />
Reported by: dinoex
www/gitlab: Fix build with rubygem-bundler 4.0.0+<br />
<br />
PR: 291777<br />
Approved by: portmgr (blanket)
devel/rubygem-pdk: Fix gemspec for rubygem-bundler 4.0.0 update<br />
<br />
- Bump PORTREVISION for package change<br />
<br />
PR: 291777<br />
Approved by: portmgr (blanket)
devel/rubygem-io-like: Update to 0.4.0<br />
<br />
- Clean up Makefile<br />
<br />
Changes: https://github.com/javanthropus/io-like/blob/master/NEWS.md<br />
PR: 291777<br />
Approved by: portmgr (blanket)<br />
With hat: ruby
sysutils/rubygem-bundler: Update to 4.0.3<br />
<br />
Changes: https://github.com/ruby/rubygems/releases<br />
https://github.com/ruby/rubygems/blob/master/bundler/CHANGELOG.md<br />
PR: 291777<br />
Exp-run by: antoine
devel/ruby-gems: Update to 4.0.3<br />
<br />
Changes: https://github.com/ruby/rubygems/releases<br />
https://github.com/ruby/rubygems/blob/master/CHANGELOG.md<br />
PR: 291777<br />
Exp-run by: antoine
x11-toolkits/py-kivy: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
textproc/py-gensim: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
science/py-scipy: Allow build with cython 3.2.0+<br />
<br />
- Bump PORTREVISION for package change<br />
<br />
PR: 291778
science/py-openEMS: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
science/py-molmod: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
science/nest: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
net/py-pyenet: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
net/py-libdnet: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
net/py-DTLSSocket: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
misc/py-apache-beam: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
math/py-rectangle-packer: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
math/py-python-fcl: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778
math/py-pygslodeiv2: Change USE_PYTHON from cython to cython0<br />
<br />
PR: 291778