| 100 most recent commits (all timestamps are UTC) |
|
FreshPorts has everything you want to know about FreeBSD software, ports, packages,
applications, whatever term you want to use.
Yesterday's Commits | Quarterly Branch
|
|
Friday, 16 Jan 2026
|
12:59 Matthew Seaman (matthew)
textproc/py-agate: update to 1.14.1
Changes: https://github.com/wireservice/agate/blob/1.14.1/CHANGELOG.rst
Reported by: portscout, repology
8e42ffc |
12:48 Rodrigo Osorio (rodrigo) 
- graphics/ufraw 0.22.20210424_11
Read and manipulate raw images from various digital cameras
- MOVED
graphics/ufraw: Revert port deprecation
This reverts commit 6b9a9713cd09b9ca648ed75f33f08ed125b271d9.
Ufraw is still useful as a command-line utility and used by graphic/fotocx
pass maintenership to danfe
Approved by: danfe (private e-mail)
67a809d |
11:20 Gleb Popov (arrowd)
graphics/tulip: Ressurect the port, a GUI for managing and rendering huge graphs
a734626 |
11:01 Max Brazhnikov (makc)
x11-toolkits/qt6-declarative: backport upstream patch
to fix crash in plasmashell: https://bugs.kde.org/513527
1c8e159 |
11:01 Max Brazhnikov (makc)
www/qt6-webengine: backport upstream patch
to fix random crashes at startup:
https://codereview.qt-project.org/c/qt/qtwebengine/+/702860
2c34494 |
10:52 Alexey Dokuchaev (danfe)
textproc/py-pygtkspellcheck: new port had been added (+)
Simple but quite powerful spellchecking library for GTK
written in pure Python, based on Enchant and PyGObject.
2df46d3 |
10:30 Hajimu UMEMOTO (ume)
devel/py-sqlfluff: Update to 4.0.0
5b2dbf0 |
09:56 Michael Reifenberger (mr)
cad/freecad-devel: Update to 2026.01.14
861cf98 |
09:55 Roman Bogorodskiy (novel)
devel/py-libvirt: update to 12.0.0
Sponsored by: The FreeBSD Foundation
a284680 |
09:55 Roman Bogorodskiy (novel) 
- devel/libvirt 12.0.0
Toolkit to interact with virtualization capabilities
devel/libvirt: update to 12.0.0
Sponsored by: The FreeBSD Foundation
dd09194 |
09:52 Michael Reifenberger (mr)
cad/kicad-*devel: Update to 2026.01.16
b8bafdb |
09:43 Jimmy Olgeni (olgeni)
UPDATING: Fix typos
37767a7 |
09:38 Jimmy Olgeni (olgeni)
devel/pyenv: Update to 2.6.20
cd99b0f |
09:11 Jose Alonso Cardenas Marquez (acm)
security/wazuh-manager: Disable CCACHE settings
b745b75 |
09:08 Jose Alonso Cardenas Marquez (acm)
security/wazuh-*: Update to 4.14.2
- Now, Wazuh source code is obtained from
https://github.com/alonsobsd/wazuh-freebsd.
This repository includes all changes to run Wazuh Suite on FreeBSD. dtxdf and
I
will maintain this repository in where will try to add all Wazuh features to
FreeBSD.
- wazuh-dashboards : Update version of opensearch to 2.19.4
ChangeLog at:
https://documentation.wazuh.com/current/release-notes/release-4-14-2.html
Reviewed by: acm dtxdf
Tested by: acm dtxdf
b1f5298 |
09:08 Jose Alonso Cardenas Marquez (acm)
textproc/opensearch[-dashboards]219: Update to 2.19.4
With hat: opensearch
7295cbe |
09:02 Emanuel Haupt (ehaupt) 
- devel/mimalloc 3.2.7
General-purpose allocator with excellent performance characteristics
devel/mimalloc: Update to 3.2.7
a503bdb |
08:28 Jan Beich (jbeich) Author: Evgenii Khramtsov 2026Q1
graphics/mesa-devel: unbreak WITH_FORTIFY{,_PORTS} on FreeBSD >= 15
../src/gallium/auxiliary/vl/vl_csc.c:196:35: error: too many arguments provided
to function-like macro invocation
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:195:10: note: parentheses are required
around macro argument containing braced initializer list
195 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
197 | { 0.081244, 0.891503, 0.027253, 0.0 },
198 | { 0.015512, 0.081912, 0.902576, 0.0 },
199 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:205:37: error: too many arguments provided
to function-like macro invocation
205 | { 0.939543, 0.050181, 0.010276, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:204:10: note: parentheses are required
around macro argument containing braced initializer list
204 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
205 | { 0.939543, 0.050181, 0.010276, 0.0 },
206 | { 0.017772, 0.965793, 0.016435, 0.0 },
207 | { -0.001622, -0.004370, 1.005991, 0.0 },
208 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:218:37: error: too many arguments provided
to function-like macro invocation
218 | { 1.776133, -0.687820, -0.088313, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:217:10: note: parentheses are required
around macro argument containing braced initializer list
217 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
218 | { 1.776133, -0.687820, -0.088313, 0.0 },
219 | { -0.161375, 1.187315, -0.025940, 0.0 },
220 | { -0.015881, -0.095931, 1.111812, 0.0 },
221 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:227:37: error: too many arguments provided
to function-like macro invocation
227 | { 1.660491, -0.587641, -0.072850, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:226:10: note: parentheses are required
around macro argument containing braced initializer list
226 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
227 | { 1.660491, -0.587641, -0.072850, 0.0 },
228 | { -0.124550, 1.132900, -0.008349, 0.0 },
229 | { -0.018151, -0.100579, 1.118729, 0.0 },
230 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:241:37: error: too many arguments provided
to function-like macro invocation
241 | { 1.065379, -0.055401, -0.009978, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:240:10: note: parentheses are required
around macro argument containing braced initializer list
240 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
241 | { 1.065379, -0.055401, -0.009978, 0.0 },
242 | { -0.019633, 1.036363, -0.016731, 0.0 },
243 | { 0.001632, 0.004412, 0.993956, 0.0 },
244 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:249:35: error: too many arguments provided
to function-like macro invocation
249 | { 0.627404, 0.329283, 0.043313, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:248:10: note: parentheses are required
around macro argument containing braced initializer list
248 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
249 | { 0.627404, 0.329283, 0.043313, 0.0 },
250 | { 0.069097, 0.919540, 0.011362, 0.0 },
251 | { 0.016391, 0.088013, 0.895595, 0.0 },
252 | }, sizeof(vl_csc_matrix));
|
| )
6 errors generated.
PR: 292394
(cherry picked from commit e0b3815503369be0a8b24fc1b9998ddf20e05382)
2d0d28b |
08:28 Jan Beich (jbeich) 2026Q1
games/veloren-weekly: update to s20260115
Changes: https://gitlab.com/veloren/veloren/-/compare/a95ccd4d76...5378d5cf29
(cherry picked from commit c723914f5a13087906cf2e4b799c8ba99e50cf81)
93214fd |
08:28 Jan Beich (jbeich) 2026Q1
x11/swayimg: update to 4.7
Changes: https://github.com/artemsen/swayimg/releases/tag/v4.7
Reported by: GitHub (watch releases)
(cherry picked from commit 441e1d248893c6e1101133db723aebdf3feccd83)
bba7a6f |
08:28 Jan Beich (jbeich) 2026Q1
benchmarks/vkpeak: update to 20260112
Changes: https://github.com/nihui/vkpeak/releases/tag/20260112
Reported by: GitHub (watch releases)
(cherry picked from commit 505132e9a6fa717393d706a4d2777acfceb31931)
bd885fd |
08:28 Jan Beich (jbeich) 2026Q1
- devel/busd 0.5.0
D-Bus daemon/broker implementation based on zbus
devel/busd: update to 0.5.0
Changes: https://github.com/dbus2/busd/releases/tag/0.5.0
Reported by: GitHub (watch releases)
(cherry picked from commit 580a89fcbabc116909f3efe83be8226e9d70455f)
bd3bc6c |
08:27 Jan Beich (jbeich) Author: Evgenii Khramtsov
graphics/mesa-devel: unbreak WITH_FORTIFY{,_PORTS} on FreeBSD >= 15
../src/gallium/auxiliary/vl/vl_csc.c:196:35: error: too many arguments provided
to function-like macro invocation
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:195:10: note: parentheses are required
around macro argument containing braced initializer list
195 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
196 | { 0.595254, 0.349314, 0.055432, 0.0 },
197 | { 0.081244, 0.891503, 0.027253, 0.0 },
198 | { 0.015512, 0.081912, 0.902576, 0.0 },
199 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:205:37: error: too many arguments provided
to function-like macro invocation
205 | { 0.939543, 0.050181, 0.010276, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:204:10: note: parentheses are required
around macro argument containing braced initializer list
204 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
205 | { 0.939543, 0.050181, 0.010276, 0.0 },
206 | { 0.017772, 0.965793, 0.016435, 0.0 },
207 | { -0.001622, -0.004370, 1.005991, 0.0 },
208 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:218:37: error: too many arguments provided
to function-like macro invocation
218 | { 1.776133, -0.687820, -0.088313, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:217:10: note: parentheses are required
around macro argument containing braced initializer list
217 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
218 | { 1.776133, -0.687820, -0.088313, 0.0 },
219 | { -0.161375, 1.187315, -0.025940, 0.0 },
220 | { -0.015881, -0.095931, 1.111812, 0.0 },
221 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:227:37: error: too many arguments provided
to function-like macro invocation
227 | { 1.660491, -0.587641, -0.072850, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:226:10: note: parentheses are required
around macro argument containing braced initializer list
226 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
227 | { 1.660491, -0.587641, -0.072850, 0.0 },
228 | { -0.124550, 1.132900, -0.008349, 0.0 },
229 | { -0.018151, -0.100579, 1.118729, 0.0 },
230 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:241:37: error: too many arguments provided
to function-like macro invocation
241 | { 1.065379, -0.055401, -0.009978, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:240:10: note: parentheses are required
around macro argument containing braced initializer list
240 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
241 | { 1.065379, -0.055401, -0.009978, 0.0 },
242 | { -0.019633, 1.036363, -0.016731, 0.0 },
243 | { 0.001632, 0.004412, 0.993956, 0.0 },
244 | }, sizeof(vl_csc_matrix));
|
| )
../src/gallium/auxiliary/vl/vl_csc.c:249:35: error: too many arguments provided
to function-like macro invocation
249 | { 0.627404, 0.329283, 0.043313, 0.0 },
| ^
/usr/include/ssp/string.h:124:9: note: macro 'memcpy' defined here
124 | #define memcpy(dst, src, len) __ssp_bos_check3(memcpy, dst, src, len)
| ^
../src/gallium/auxiliary/vl/vl_csc.c:248:10: note: parentheses are required
around macro argument containing braced initializer list
248 | memcpy(matrix, &(vl_csc_matrix){
| ^
| (
249 | { 0.627404, 0.329283, 0.043313, 0.0 },
250 | { 0.069097, 0.919540, 0.011362, 0.0 },
251 | { 0.016391, 0.088013, 0.895595, 0.0 },
252 | }, sizeof(vl_csc_matrix));
|
| )
6 errors generated.
PR: 292394
e0b3815 |
08:27 Jan Beich (jbeich)
games/veloren-weekly: update to s20260115
Changes: https://gitlab.com/veloren/veloren/-/compare/a95ccd4d76...5378d5cf29
c723914 |
08:27 Jan Beich (jbeich)
x11/swayimg: update to 4.7
Changes: https://github.com/artemsen/swayimg/releases/tag/v4.7
Reported by: GitHub (watch releases)
441e1d2 |
08:27 Jan Beich (jbeich)
benchmarks/vkpeak: update to 20260112
Changes: https://github.com/nihui/vkpeak/releases/tag/20260112
Reported by: GitHub (watch releases)
505132e9 |
08:27 Jan Beich (jbeich) 
- devel/busd 0.5.0
D-Bus daemon/broker implementation based on zbus
devel/busd: update to 0.5.0
Changes: https://github.com/dbus2/busd/releases/tag/0.5.0
Reported by: GitHub (watch releases)
580a89f |
08:25 Hiroki Tagato (tagattie) 
- misc/codex 0.86.0
Lightweight coding agent that runs in your terminal
misc/codex: Update to 0.86.0
Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.85.0
- https://github.com/openai/codex/releases/tag/rust-v0.86.0
Reported by: GitHub (watch releases)
6a3598e |
07:20 Fernando ApesteguÃa (fernape)
science/afni: Update to 26.0.01
10eff7f |
06:50 Kevin Bowling (kbowling)
net-p2p/bitcoin: Update to 30.2
ed6ad57 |
06:14 Rainer Hurling (rhurlin) 2026Q1
- math/saga 9.11.1
System for Automated Geoscientific Analyses
math/saga: Update to 9.11.1
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.11.1/attachment/changelog_saga_9.11.1.txt
MFH: 2026Q1
(cherry picked from commit 20702e70965deca043443141225a023ec4bf7d32)
971f146 |
06:09 Rainer Hurling (rhurlin) 
- math/saga 9.11.1
System for Automated Geoscientific Analyses
math/saga: Update to 9.11.1
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.11.1/attachment/changelog_saga_9.11.1.txt
MFH: 2026Q1
20702e7 |
05:37 Jesús Daniel Colmenares Oviedo (dtxdf)
www/filebrowser: Update to 2.54.0
ChangeLogs:
- https://github.com/filebrowser/filebrowser/releases/tag/v2.53.0
- https://github.com/filebrowser/filebrowser/releases/tag/v2.53.1
- https://github.com/filebrowser/filebrowser/releases/tag/v2.54.0
8fba1c3 |
02:37 Hiroki Tagato (tagattie) 
- devel/py-ty 0.0.12
Extremely fast Python type checker, written in Rust
devel/py-ty: Update to 0.0.12
Changelog: https://github.com/astral-sh/ty/blob/0.0.12/CHANGELOG.md
Reported by: Repology
de024b9 |
01:18 Rodrigo Osorio (rodrigo) 
- graphics/ufraw 0.22.20210424_11
Read and manipulate raw images from various digital cameras
- MOVED
graphics/ufraw: deprecate this port
Ufraw is unmaintained since 2015, user shoud move to
graphics/rawtherapee.
6b9a971 |
00:51 Rodrigo Osorio (rodrigo)
net-im/p5-Protocol-XMPP: update 0.006 -> 0.007
Changelog: https://metacpan.org/dist/Protocol-XMPP/changes
Fix test target by adding missing dependencies
3500e98 |
00:51 Rodrigo Osorio (rodrigo)
misc/p5-Business-ISBN-Data: update 20251223.001 -> 20260109.001
Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
e669ba5 |
|
Thursday, 15 Jan 2026
|
23:59 Jesús Daniel Colmenares Oviedo (dtxdf) 
- www/gatus 5.34.0
Automated developer-oriented status page
www/gatus: Update to 5.34.0
ChangeLog: https://github.com/TwiN/gatus/releases/tag/v5.34.0
ae837b1 |
23:39 Nuno Teixeira (eduardo)
math/R-cran-terra: Update to 1.8-93
ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
120cb03 |
23:39 Nuno Teixeira (eduardo)
games/rocksndiamonds: Update to 4.4.1.3
ChangeLog: https://www.artsoft.org/2026/01/14/rocksndiamonds-4-4-1-3-released/
b40c67f |
23:39 Nuno Teixeira (eduardo)
devel/aws-crt-cpp: Update to 0.37.1
ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.37.1
289ab2b |
23:39 Nuno Teixeira (eduardo) 
- devel/aws-c-s3 0.11.5
C99 library implementation for communicating with the S3 service
devel/aws-c-s3: Update to 0.11.5
ChangeLog: https://github.com/awslabs/aws-c-s3/releases/tag/v0.11.5
ea947de |
23:39 Nuno Teixeira (eduardo) 
- devel/aws-c-io 0.26.0
Event driven framework for implementing application protocols
devel/aws-c-io: Update to 0.26.0
ChangeLog: https://github.com/awslabs/aws-c-io/releases/tag/v0.26.0
3990aba |
23:39 Nuno Teixeira (eduardo) 
- shells/xonsh 0.22.1
Python-powered, cross-platform, Unix-gazing shell
shells/xonsh: Update to 0.22.1
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.1
dca696b |
23:06 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.6.3
See https://www.wireshark.org/docs/relnotes/wireshark-4.6.3.html for the
list of changes in this release.
6c19b8b |
22:53 Sergey A. Osokin (osa)
www/freenginx-devel: fix Makefile.extmod
Reported by: dvl
Fixes: 2feda91f5a9601467e22ef3af387181bd456230c
dd2eb86 |
22:33 Joel Bodenmann (jbo)
print/plutobook: Update to 0.13.0
Changelog: https://github.com/plutoprint/plutobook/releases/tag/v0.13.0
f45b4b6 |
22:18 Sergey A. Osokin (osa)
www/freenginx-devel: respect CFLAGS and LDFLAGS
Adopt and move out ports infra variables of the main Makefile.
Sort out thid-party modules variables.
Bump PORTREVISION.
PR: 292432
Thanks to: fluffy
Sponsored by: tipi.work
2feda91  |
21:50 Mark Felder (feld)
databases/postgresql-rum: Update to 1.3.15
Adds support for PostgreSQL 18
Drop maintainership. I do not actively use this extension anymore and do
not want to delay future port updates which any maintainer or the pgsql
team can handle.
PR: 292446
8dc0430 |
21:20 Dirk Meyer (dinoex)
graphics/gnash: fix PORTSCOUT
9318a2d0 |
21:19 Vladimir Druzenko (vvd) Author: Helge Oldach 2026Q1
- www/sitecopy 0.16.6_10
Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy
www/sitecopy: Unbreak and fix permission parsing
While here:
- Fix dependencies.
- Refresh patches.
- Improve indents.
PR: 287710 287830
MFH: 2026Q1
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
(cherry picked from commit e1179fb216c97f5fa0afca98d2aa7349012303e4)
ec83c9b |
21:17 Vladimir Druzenko (vvd) Author: Helge Oldach
- www/sitecopy 0.16.6_10
Maintains remote websites, uses FTP or WebDAV to sync up w/ local copy
www/sitecopy: Unbreak and fix permission parsing
While here:
- Fix dependencies.
- Refresh patches.
- Improve indents.
PR: 287710 287830
MFH: 2026Q1
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
e1179fb |
20:38 Vladimir Druzenko (vvd) Author: Stephan Lichtenauer
x11-wm/emwm-utils: Update 1.3.1 => 1.3.2
Changelog:
- Fixed backdrop placement issues
https://fastestcode.org/utils-changes.txt
PR: 292486
e94a7ff |
20:27 Robert Nagy (rnagy) 
- www/chromium 144.0.7559.59
Google web browser based on WebKit
www/chromium: update to 144.0.7559.59
Security: https://vuxml.freebsd.org/freebsd/6f76a1db-f124-11f0-85c5-a8a1599412c6.html
f4decf1 |
20:26 Robert Nagy (rnagy)
security/vuxml: add www/*chromium < 144.0.7559.59
Obtained
from: https://chromereleases.googleblog.com/2026/01/stable-channel-update-for-desktop_13.html
d76ba0d |
20:03 Vladimir Druzenko (vvd) Author: Martin Filla
- misc/usd 25.11
Universal Scene Description is a scene description management system
misc/usd: Update 21.11 => 25.11
Changelogs:
https://github.com/PixarAnimationStudios/OpenUSD/blob/v25.11/CHANGELOG.md
Patches for this port are a collection of patches from upstream issues
and pull request by Martin Filla, yuri@ and vvd@:
https://github.com/PixarAnimationStudios/OpenUSD/pull/1705
https://github.com/PixarAnimationStudios/OpenUSD/issues/1706
https://github.com/PixarAnimationStudios/OpenUSD/pull/1961
https://github.com/PixarAnimationStudios/OpenUSD/pull/3868
PR: 290815 285286 282627
Approved by: yuri (maintainer, timeout 2 monts)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
70cb21b |
19:57 Hiroki Tagato (tagattie)
finance/tickrs: Update to 0.15.0
Changelog: https://github.com/tarkah/tickrs/blob/v0.15.0/CHANGELOG.md
PR: 291739
Approved by: lcook (maintainer, timeout 4 weeks)
b64aabf |
19:23 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2026-01-15 snapshot
Some new etc/NEWS items:
6d0d71de68c - New IELM option to insert newline when inside sexp (bug#80123)
9c1da99a850 - Optionally inhibit echo area progress reporting (bug#80198)
ea5d079e262 - Allow Ispell to save corrections as abbrevs
aa6e42f18b7 - Rename VC outgoing and incoming log commands to include "-root-"
785059a1f7a - Add frame identifiers (bug#80138)
bdd9acb6aa3 - hideshow: Reword documentation (bug#80116)
4e779d20f18 - Update cursor display using Xterm escape sequences
5b89d469656 - Bind 'apropos-user-option' to C-h u
c8d19034aa9 - Allow 'package-isolate' to fetch missing packages
881be95cddc - Allow reviewing packages before installation
d7fd87b403d - shadowfile.el uses eqhemeral buffer names now
8343ce6c529 - External Tramp methods can be used in multi-hops
48b80a1e2b9 - New function 'window-cursor-info'
51498a88cf9 - Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)
ad500a13e41 - Compile queries in treesit-f-l-recompute-features (bug#80108)
Commit-log: https://github.com/emacs-mirror/emacs/compare/20e1a57d443...8e4f96cffba
Sponsored by: The FreeBSD Foundation
531bc90 |
19:05 Po-Chuan Hsieh (sunpoet)
UPDATING: Document lang/cython* and USE_PYTHON=cython* changes
lang/cython has been updated to 3.2.4.
USE_PYTHON=cython* has been updated to reflect lang/cython* changes.
def125b |
18:57 Max Brazhnikov (makc)
graphics/kimageannotator: Update to 0.7.2 and prefer Qt6 flavor
Release Notes: https://github.com/ksnip/kImageAnnotator/releases/tag/v0.7.2
87adfbf |
18:57 Max Brazhnikov (makc)
graphics/kquickimageeditor: Update to 0.6.0
3695885 |
18:38 Hiroki Tagato (tagattie) 2026Q1
- x11/ashell 0.7.0_1
Ready to go Wayland status bar for Hyprland
x11/ashell: Fix disappearance on HDMI display reconnect/power-on
When an HDMI display is reconnected/powered-on after
disconnection/power-off, ashell status bar disappears while the
process is still running. By changing the event (Created ->
InfoUpdate) used for triggering redraw of status bar appears to solve
the problem.
(cherry picked from commit ff1cf76fa9ee49546cd4d428ee97b120d8dbb0ef)
678fda8 |
18:30 Bernhard Froehlich (decke) 
- dns/dnscontrol 4.30.0
Synchronize your DNS to multiple providers from a simple DSL
dns/dnscontrol: Update to 4.30.0
7fdb4a9 |
18:28 Bernhard Froehlich (decke)
multimedia/minisatip: Update to 2.0.70
ffc4360 |
17:54 Olivier Cochard (olivier)
multimedia/*: Update dependencies to reflect gpac-libgpac rename
Update consumer ports to use multimedia/gpac following the consolidation and
renaming of the library port.
Sponsored by: Netflix
0498252 |
17:54 Olivier Cochard (olivier)
multimedia/gpac: merge sub-ports and update to 2.4.0
Consolidate gpac, mp4box and library into a single port as the upstream build
system does not easily support splitting applications from the library.
Sponsored by: Netflix
2f969e93 |
17:53 Po-Chuan Hsieh (sunpoet)
graphics/py-pandarm: Revert unintended changes in
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
50e0098 |
17:51 Po-Chuan Hsieh (sunpoet)
lang/cython3: Remove obsoleted port
Use lang/cython instead.
bad7417 |
17:49 Po-Chuan Hsieh (sunpoet)
graphics/py-pandarm: Revert unintended changes in
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
2a46f70 |
17:49 Po-Chuan Hsieh (sunpoet)
databases/py-pyarrow: Revert unintended changes in
6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
cc5820e |
17:44 Vladimir Druzenko (vvd) Author: Vidar Karlsen
sysutils/devtui: Update 0.32.5 => 0.33.2
Changes:
- New CLI commands: json2toml, toml2json
- Improved error handling
- Bumped dependencies (upstream)
https://github.com/skatkov/devtui/releases/tag/v0.33.1
https://github.com/skatkov/devtui/releases/tag/v0.33.2
PR: 292485
f16f7c2 |
17:22 Po-Chuan Hsieh (sunpoet) (Only the first 10 of 98 items in this commit are shown above. )
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency
change
PR: 291778
6d475ab |
17:17 Vladimir Druzenko (vvd) Author: Ken DEGUCHI
ports-mgmt/pkg_replace: Update 20240819 => 20260115
Changelog:
* Fix typo
* Fix issue with --batch mode
https://github.com/kdeguchi/pkg_replace/releases/tag/20260115
PR: 292473
cbab628 |
16:24 Po-Chuan Hsieh (sunpoet) 
- lang/ruby40 4.0.0,1
Object-oriented interpreted scripting language
Mk/Uses/ruby.mk: Remove RUBY_PORTREVISION
RUBY_PORTREVISION is only used for lang/ruby{32,33,34,40}. These ports can set
PORTREVISION directly rather than defined in the shared Mk/Uses/ruby.mk.
9697d03 |
16:23 Renato Botelho (garga) 
- net/tcpdump 4.99.6
Ubiquitous network traffic analysis tool
net/tcpdump: Update to 4.99.6
Sponsored by: Rubicon Communications, LLC ("Netgate")
8c8ffb6 |
16:23 Renato Botelho (garga) 
- net/libpcap 1.10.6
Ubiquitous network traffic capture library
net/libpcap: Update to 1.10.6
Sponsored by: Rubicon Communications, LLC ("Netgate")
3c1241a |
15:38 Po-Chuan Hsieh (sunpoet)
Mk/Uses/ruby.mk: Remove RUBY_DISTNAME
RUBY_DISTNAME is not used anymore.
e12a04e |
15:33 Po-Chuan Hsieh (sunpoet)
Mk/Uses/ruby.mk: Remove RUBY_PORTREVISION
RUBY_PORTREVISION is only used for lang/ruby{32,33,34,40}. These ports can set
PORTREVISION directly rather than defined in the shared Mk/Uses/ruby.mk.
47c3453 |
15:16 Kevin Bowling (kbowling) Author: Tomoaki AOKI
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
Update to latest Production Branch of drivers 580.126.09:
https://www.nvidia.com/en-us/drivers/details/261244/
Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/261243/
PR: 292454
Reported by: scf
Differential Revision: https://reviews.freebsd.org/D54700
7d33e96 |
14:52 Hiroki Tagato (tagattie) 
- x11/ashell 0.7.0_1
Ready to go Wayland status bar for Hyprland
x11/ashell: Fix disappearance on HDMI display reconnect/power-on
When an HDMI display is reconnected/powered-on after
disconnection/power-off, ashell status bar disappears while the
process is still running. By changing the event (Created ->
InfoUpdate) used for triggering redraw of status bar appears to solve
the problem.
ff1cf76 |
14:48 Vladimir Druzenko (vvd) Author: Thibault Payet 2026Q1
emulators/wine-devel: Update 11.0-rc5 => 11.0
Release Notes:
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0
Not yet supported:
- New WoW64
- kernel driver part of NTSync
PR: 292479
MFH: 2026Q1
(cherry picked from commit 88181f7cb7f09c928ef7125cebd055d482399932)
b159c9f |
14:43 Vladimir Druzenko (vvd) Author: Thibault Payet
emulators/wine-devel: Update 11.0-rc5 => 11.0
Release Notes:
https://gitlab.winehq.org/wine/wine/-/releases/wine-11.0
Not yet supported:
- New WoW64
- kernel driver part of NTSync
PR: 292479
MFH: 2026Q1
88181f7 |
13:25 Piotr Kubaj (pkubaj) 
- www/py-qh3 1.0.9_12
Lightway and fast implementation of QUIC and HTTP/3
www/py-qh3: fix build on big-endian architectures
Little-endian is misdetected and the little-endian code path is used:
/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]
33cb8dc |
13:13 Max Brazhnikov (makc)
net-im/kaidan: Update to 0.14.0
- Drop stale patch
5f87153 |
13:13 Max Brazhnikov (makc)
net-im/qxmpp: Update to 1.13.0
5462b3d |
13:13 Max Brazhnikov (makc)
x11-toolkits/kirigami-addons-qt6: Update to 1.11.0
761cf5e |
12:49 Piotr Kubaj (pkubaj) 
- misc/far2l 2.7.0_1
Port of FAR v2 to Unix-like systems
misc/far2l: fix build on big-endian architectures
Looks like there are now 2 copies of 7z to be fixed:
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
404a778 |
12:13 Bernard Spil (brnrd)
www/nextcloud-contacts: Update to 8.2.1
94391fe |
12:12 Bernard Spil (brnrd)
www/nextcloud-groupfolders: Update to 20.1.7
4dab19c |
12:11 Bernard Spil (brnrd)
mail/nextcloud-mail: Update to 5.6.6
7188a4e |
12:11 Bernard Spil (brnrd)
Mk/Uses/nextcloud.mk: Nextcloud 32 not compatible with PHP 8.5
3ff12a5 |
11:54 Po-Chuan Hsieh (sunpoet) Author: Alexander Ziaee
- x11-fonts/dejavu 2.37_4
Bitstream Vera Fonts clone with a wider range of characters
x11-fonts/dejavu: Remove stale pkg-message
- Bump PORTREVISION for package change
This pkg-message describes configuring the X11 freetype module, which has not
existed in nearly two decades. The functionality is now part of the libxft,
which does everything automatically.
PR: 291894
75e31b9 |
11:54 Po-Chuan Hsieh (sunpoet)
multimedia/libcec: Fix packaging with PYTHON option disabled
PR: 291026
Reported by: dinoex
7d6dc69 |
11:54 Po-Chuan Hsieh (sunpoet) 
- www/gitlab 18.7.0_4
Web GUI for managing git repositories
www/gitlab: Fix build with rubygem-bundler 4.0.0+
PR: 291777
Approved by: portmgr (blanket)
f4f6f04 |
11:54 Po-Chuan Hsieh (sunpoet)
devel/rubygem-pdk: Fix gemspec for rubygem-bundler 4.0.0 update
- Bump PORTREVISION for package change
PR: 291777
Approved by: portmgr (blanket)
cac41f4 |
11:54 Po-Chuan Hsieh (sunpoet)
devel/rubygem-io-like: Update to 0.4.0
- Clean up Makefile
Changes: https://github.com/javanthropus/io-like/blob/master/NEWS.md
PR: 291777
Approved by: portmgr (blanket)
With hat: ruby
e9a55e8 |
11:54 Po-Chuan Hsieh (sunpoet)
sysutils/rubygem-bundler: Update to 4.0.3
Changes: https://github.com/ruby/rubygems/releases
https://github.com/ruby/rubygems/blob/master/bundler/CHANGELOG.md
PR: 291777
Exp-run by: antoine
7213591 |
11:54 Po-Chuan Hsieh (sunpoet)
devel/ruby-gems: Update to 4.0.3
Changes: https://github.com/ruby/rubygems/releases
https://github.com/ruby/rubygems/blob/master/CHANGELOG.md
PR: 291777
Exp-run by: antoine
7488503 |
11:54 Po-Chuan Hsieh (sunpoet)
x11-toolkits/py-kivy: Change USE_PYTHON from cython to cython0
PR: 291778
9a570c1 |
11:54 Po-Chuan Hsieh (sunpoet)
science/py-scipy: Allow build with cython 3.2.0+
- Bump PORTREVISION for package change
PR: 291778
34d7297 |