cross/ppc-morphos-gcc: One more baserel fix
Also use baserel for const - after all, something in a const might refer to
something that gets relocated, so needs to be accessed baserel as well.
py-hg-evolve: update to 12.0.0.
12.0.00 -- 2025-11-29
---------------------
* drop compatibility with Mercurial version 4.9 to 6.6
* evolve: remove legacy.py that could be used to "detect and convert
prehistoric format of obsolete markers" (older than Mercurial 2.3)
topic (2.0.0)
* drop compatibility with Mercurial version 4.9 to 6.6
build fix
In NetBSD 11 and possibly also SmartOS the ar 'l' modifier went from
l This modifier is accepted but not used.
to
l Specify dependencies of this library.
so ar clq went to "not working"; remove the l and reorder to
"command first, modifier after" and it'll build again.
Test-built on netbsd-11 and netbsd-10
py-mercurial: update to 7.2.1.
Mercurial 7.2.1 (2026-04-01)
A normal bugfix release, fashionably late.
A bunch of fixes and improvements to the test runner and CI stability
Fixed a corruption and crash in branchmap v3 (8471e18f1619)
Backed out making parallel streaming bundle processing the default (64053b131c0b)
Fixed dirstate backup files being forgotten about (f80ad355012d)
has-meta-flag: ignore censored revision when importing older bundles (1afb8f260d18)
Fixed a crash in quickaccess logic when it races with commit (5104190c6e4d)
Improved support for Python 3.15’s alpha
[87 lines not shown]
wezterm: update to 20260117.154428.
About one year of development, not summarized.
pkgsrc change: switch to more pkgsrc dependencies.
With help from pin@, thanks!
jj: update to 0.40.0.
## [0.40.0] - 2026-04-01
### New features
* New `diff_lines_added()` and `diff_lines_removed()` revset functions for
matching content on only one side of a diff.
* The `end` parameter in the `String.substr(start, end)` templating method is
now optional. If not given, `substr()` returns from `start` to the end of the
string.
* `WorkspaceRef` templates now provide a `.root()` method to show the absolute
path to each workspace root.
* The `jj arrange` TUI now includes immediate parents and children. They are not
selectable and are dimmed by default.
[24 lines not shown]