python: switch default to 3.12
Thanks everyone for the collective patience and effort.
While here, slightly rearrange the order such that pre-release is
after all extant supported branches but before 2.7.
PR: 285957
exp-runs by: antoine
Event: FreeBSD Developer Summit June 2026
Event: BSDCan 2026
Event: Halifax Hackathon 202606
editors/emacs-devel: Update to 2026-06-23 snapshot
Upstream highlights:
- Updated bundled packages: Org 9.8.6, Tramp 2.8.2, modus-themes
5.3.0, verilog-mode
- Support for OSC 8 hyperlinks in man pages
- format-seconds now accepts time values, not just numbers
- map-y-or-n-p reads key sequences instead of single keys
- setopt-local behavior for file/directory local variables (bug#81120)
- CC Mode: fontify cast types before brace initialization
- Support Ansible messages in compilation-mode
- HTML button elements now tab-stoppable in eww (bug#81107)
- Fix rmail-revert with non-ASCII characters
Commit log: https://github.com/emacs-mirror/emacs/compare/75d8e5773de...97d9f7df247
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
devel/treepy.el: Install into own subdirectory
Install elisp to a port-specific subdirectory of ${EMACS_SITE_LISPDIR}.
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
devel/llama.el: Update to 1.0.5
Also install elisp to a port-specific subdirectory of
${EMACS_SITE_LISPDIR}.
Event: Halifax Hackathon 202606
Sponsored by: The FreeBSD Foundation
Mk/Uses/emacs.mk: Add test argument
The test argument will set the correct value for TEST_DEPENDS by
respecting the value of EMACS_DEFAULT.
Event: Halifax Hackathon 202606
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57784
net-mgmt/omada6: New port: Omada Software Controller v6
Omada's Software-Defined Networking (SDN) platform integrates network
devices, including access points, switches, and routers. It provides
100% centralized cloud management and a highly scalable network
controlled from a single interface. Seamless wireless and wired
connections are provided, ideal for use in hospitality, education,
retail, and offices.
WWW: https://www.omadanetworks.com/us/business-networking/omada-controller-cloud-software/omada-software-controller/
misc/claude-code: New port: Agentic coding tool from Anthropic that lives in your terminal
This is the latest Claude Code CLI that comes only in the binary form.
Previous commit moved previous, NodeJS based claude-code
into claude-code-legacy because of some patches that are there.
Note: Using Claude Code does not strictly require Anthropic's
hosted proprietary models. The tool can interact with open
models via Ollama's Anthropic Messages API compatibility layer.
Users can run these models locally on their own hardware for free,
or utilize Ollama's cloud subscription open weights models for
expanded performance. Some open weights models (like DeepSeek v4 pro)
available via the Ollama cloud are almost as capable as Anthropic's
models for most purposes.