| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc/fabric: update 1.4.446 → 1.4.448 | Yuri Victorovich | 21 min. | 2 | -6/+6 |
| | | |||||
| * | misc/onnxruntime: update 1.23.2 → 1.24.4 | Yuri Victorovich | 46 min. | 8 | -87/+41 |
| | | |||||
| * | misc/lean-ctx: update 3.1.5 → 3.2.3 | Yuri Victorovich | 59 min. | 2 | -7/+15 |
| | | |||||
| * | misc/comfyui: update 0.19.0 → 0.19.3 | Yuri Victorovich | 107 min. | 3 | -4/+5 |
| | | |||||
| * | misc/py-comfyui-workflow-templates: update 0.9.49 → 0.9.57 | Yuri Victorovich | 107 min. | 2 | -9/+9 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-other: update 0.3.170 → 0.3.176 | Yuri Victorovich | 107 min. | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-video: update 0.3.76 → 0.3.78 | Yuri Victorovich | 107 min. | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-image: update 0.3.119 → 0.3.127 | Yuri Victorovich | 107 min. | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-core: update 0.3.198 → 0.3.209 | Yuri Victorovich | 107 min. | 2 | -4/+4 |
| | | |||||
| * | misc/py-pytorch: update 2.10.0 → 2.11.0 | Yuri Victorovich | 118 min. | 18 | -38/+178 |
| | | | | | | PR: 294601 Reported by: Robert Cina <transitive@gmail.com> | ||||
| * | misc/py-spdx-tools: Fix fs-violations for consumers | Jason E. Hale | 21 hours | 2 | -1/+14 |
| | | | | | | | | | | | | | | When run as root by a consumer port, spdx_tools writes several files to $PYTHON_SITELIB}/spdx_tools/spdx/parser/ that must be pregenerated to avoid fs-violations in poudriere. Pass maintainership to kde@ since the main consumers of this will be the Qt6 ports starting with Qt 6.11.0. PR: 294345 Approved by: kai MFH: 2026Q2 | ||||
| * | KDE: Update KDE Gear to 26.04.0 | Max Brazhnikov | 33 hours | 11 | -29/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | Announcement: https://kde.org/announcements/gear/26.04.0/ Ports changes: audio/libkcompactdisc: - Remove port, no longer shipped with KDE Gear deskutils/kdeconnect-kde: - Add dependency on libei misc/minuet: - Add missing dependencies - Add patch to restore parity with Linux net/krdc: - Update dependencies x11/yakuake: - Add missing dependencies | ||||
| * | misc/seabios: update to 1.17.0 | Roger Pau Monné | 38 hours | 2 | -5/+5 |
| | | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt (implicit) | ||||
| * | misc/seabios: use GNU strip | Roger Pau Monné | 38 hours | 1 | -3/+4 |
| | | | | | | | | | | And fix typo in the objcopy (currently objcpy) variable. This makes the SeaBIOS image functional again on FreeBSD 15.0. For some reason I haven't investigated using LLVM strip results in a non-functional image. Sponsored by: Citrix Systems R&D Approved by: bapt (implicit) | ||||
| * | misc/claude-code: update 2.1.109 → 2.1.110 | Yuri Victorovich | 44 hours | 3 | -8/+8 |
| | | |||||
| * | misc/fabric: update 1.4.444 → 1.4.446 | Yuri Victorovich | 45 hours | 2 | -6/+6 |
| | | |||||
| * | misc/lean-ctx: update 3.1.2 → 3.1.5 | Yuri Victorovich | 45 hours | 2 | -4/+4 |
| | | |||||
| * | misc/openclaw: New port: Multi-channel AI gateway with extensible messaging ↵ | Yuri Victorovich | 2 days | 8 | -0/+86301 |
| | | | | | integrations | ||||
| * | misc/github-copilot-cli: update 1.0.21 → 1.0.27 | Yuri Victorovich | 2 days | 4 | -56/+51 |
| | | |||||
| * | misc/py-uuid-utils: update 0.12.0 → 0.14.1 | Yuri Victorovich | 3 days | 2 | -9/+9 |
| | | |||||
| * | misc/py-peft: update 0.17.1 → 0.19.0 | Yuri Victorovich | 3 days | 5 | -6/+67 |
| | | |||||
| * | misc/lean-ctx: update 3.1.1 → 3.1.2 | Yuri Victorovich | 3 days | 2 | -4/+4 |
| | | |||||
| * | misc/claude-code: update 2.1.105 → 2.1.109 | Yuri Victorovich | 3 days | 3 | -9/+8 |
| | | |||||
| * | misc/lean-ctx: update 3.0.3 → 3.1.1 | Yuri Victorovich | 3 days | 2 | -34/+358 |
| | | |||||
| * | misc/jbidwatcher: Remove expired port | Rene Ladan | 3 days | 6 | -51/+0 |
| | | | | | 2026-04-14 misc/jbidwatcher: unmaintained, upstream website is gone, no users in the ports tree | ||||
| * | misc/claude-code: Add option USE_CURL_USER_AGENT | Yuri Victorovich | 4 days | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Certain URLs reject requests from AI agents like Claude. Example is https://bugs.freebsd.org. Solution: The USE_CURL_USER_AGENT option will make Claude to look like Curl. Benerits to the user: Claude will be able to read such URLs, summarize their content, or perform other actions with the contents. This makes Claude more usable when it comes to such protected URLs. How it works: Claude's Fetch tool uses the rgq() function in cli.js which returns: Claude-User (claude-code/2.1.105; +https://support.anthropic.com/) This UA is explicitly blocked by Anubis bot protection on bugs.freebsd.org (and elsewhere), returning a ~2KB "Access Denied" page. With USE_CURL_USER_AGENT=ON the post-extract-USE_CURL_USER_AGENT-on target patches rgq() to return curl/8.19.0 (version detected from the installed curl at build time). | ||||
| * | misc/ollama: update 0.20.6 → 0.20.7 | Yuri Victorovich | 4 days | 3 | -12/+18 |
| | | |||||
| * | misc/claude-code: update 2.1.96 → 2.1.105 | Yuri Victorovich | 4 days | 3 | -8/+8 |
| | | |||||
| * | misc/nanocoder: update 1.24.1 → 1.25.1 | Yuri Victorovich | 4 days | 4 | -250/+875 |
| | | |||||
| * | misc/free42: update 3.3.10 → 3.3.11 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates: update 0.9.48 → 0.9.49 | Yuri Victorovich | 4 days | 2 | -7/+7 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-other: update 0.3.169 → 0.3.170 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-video: update 0.3.75 → 0.3.76 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/ollama: Update pkg-message | Yuri Victorovich | 4 days | 1 | -2/+5 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-core: update 0.3.197 → 0.3.198 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/mnn: update 2.9.0 → 3.5.0 | Yuri Victorovich | 4 days | 2 | -5/+4 |
| | | |||||
| * | misc/comfy-cli: update 1.6.0 → 1.7.2 | Yuri Victorovich | 4 days | 6 | -31/+14 |
| | | |||||
| * | misc/comfyui: update 0.18.0 → 0.19.0 | Yuri Victorovich | 4 days | 3 | -9/+27 |
| | | |||||
| * | misc/py-comfyui-workflow-templates: update 0.9.28 → 0.9.48 | Yuri Victorovich | 4 days | 2 | -9/+9 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-video: update 0.3.63 → 0.3.75 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-other: update 0.3.148 → 0.3.169 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-image: update 0.3.107 → 0.3.119 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-media-api: update 0.3.64 → 0.3.69 | Yuri Victorovich | 4 days | 2 | -4/+4 |
| | | |||||
| * | misc/py-comfyui-workflow-templates-core: update 0.3.175 → 0.3.197 | Yuri Victorovich | 4 days | 2 | -5/+5 |
| | | |||||
| * | */*: Chase update of textproc/py-rich to 15.0.0 | Matthew Seaman | 5 days | 2 | -2/+2 |
| | | | | | | | No actual change to the package API -- the major version bump is because of dropping support for python-3.8, which is academic for the ports, where that version was dropped long ago. | ||||
| * | misc/crush: Update to 0.56.0 | Hiroki Tagato | 5 days | 2 | -7/+6 |
| | | | | | | | | | | | Changelog: - https://github.com/charmbracelet/crush/releases/tag/v0.54.0 - https://github.com/charmbracelet/crush/releases/tag/v0.55.0 - https://github.com/charmbracelet/crush/releases/tag/v0.55.1 - https://github.com/charmbracelet/crush/releases/tag/v0.56.0 Reported by: GitHub (watch releases) | ||||
| * | misc/lean-ctx: update 3.0.1 → 3.0.3 | Yuri Victorovich | 5 days | 2 | -58/+244 |
| | | |||||
| * | misc/compat10x: do not require libssh.so.5 for i386 | Baptiste Daroussin | 5 days | 2 | -2/+2 |
| | | | | | | | | This was already fixed for amd64 in dd2c7a1e797fda40b1f9a31079275c022a2f8018 the i386 version of the package was forgotten PR: 293874 | ||||
| * | misc/ollama: update 0.20.5 → 0.20.6 | Yuri Victorovich | 5 days | 2 | -12/+12 |
| | | |||||
| * | misc/wego: update to 2.4 | Piotr Kubaj | 6 days | 3 | -22/+52 |
| | | | | | Changelog: https://github.com/schachmat/wego/releases/tag/2.4 | ||||
