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.
Re-factor the simple "basic 4BSD disklabel scheme" into kern/subr_disk_4bsd.c,
the implementation itself lifted verbatim from hp300. virt68k differed
only by RCS IDs, news68k differed in older copyright notice plus some
whitespace differences in 2 diffrent source lines.
If BUS_DMA_24BIT is defined, clear it from the flags passed to
_bus_dmamem_alloc_common(), since we've already constrained the
allocation based on the window configured for the selected VME
address space.
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!
anvil: update to 0.7 and fixed building/running
Now uses my modified version of gio and gio-shader to support NetBSD.
Still need to figure out how to handle the 'extras' since they
require extra go modules. The program does run now!
Merge mvme68k and virt68k bus_dma into the common m68k bus_dma and
remove their local copies. Minor cleanup tweaks to other platforms
that already use the common version.