bootimage: allow MD Makefiles to add a port-specific boot partition
Some ports require an additional port-specific boot partition even
for live images so that firmware ROMs can load a bootloader.
For example, luna68k ROMs require old 4.3-BSD style FFS, and hp300
ROMs require an HP LIF format diretory entries.
Add a USE_MDBOOTPART switch and adjust size/offset calculations and
image concatination so MD liveimage Makefiles can provide own rules
to build and populate the boot-partition image.
prepare for /usr/bin/gfortran.
in the Makefile, add fortran to the list of languages to configure.
add configure-target-libquadmath and configure-target-libgfortran
to the listof mknative targets to invoke.
while here also remove some HAVE_GCC < 12 support.
in mknative-gcc, remove ancient dead get_libg2c(), grab a couple
more libgomp variables (will be used to replace some hard coded
things and also adds the gomp/fortran portions), add new get
functions for libquadmath and libgfortran, and also fetch the rest
of the necessary variables.
Update to 0.338
Upstream changes:
0.338 2025-10-03 15:56:06-04:00 America/New_York
- add experimental --for-completion option to "commands" to help make
shell completion; THIS MAY CHANGE WEIRDLY
w3m: update to 0.5.5.
w3m 0.5.5 - 2025-08-20
* new feature
- Use gettext everywhere, allow for more localization
* bug fixes
- Prevent segfault when user aborts session store command
- Fix cookie sync logic
w3m 0.5.4 - 2025-08-03
* deprecated
- option -H Users should use -o high-intensity=true instead
- ChangeLog file, use the git log for all the details
* new features
- Add command to save the history (SAVE_HISTORY)
[49 lines not shown]
gnumeric112: remove py-gobject3 dependency
This package is only needed when introspection actively enabled,
and this would need a gobject-introspection dependency as well.
Bump PKGREVISION.
gtk3: only use gtk-doc when 'doc' option is enabled
Add libxslt and docbook-xsl dependencies, needed even when 'doc'
option is disabled.
Bump PKGREVISION.
pulseaudio: make consolekit a default-off option
Support for it was already disabled on Linux and Darwin, and
I wouldn't bet on the *BSD support in consolekit.
Bump PKGREVISION.
sort.1: tweak formatting of the synopsis.
- Use an ellipsis to signal that the -k option can be repeated.
- Correct a misplaced display of [-t char].
PR standards/59647
textproc/scooter: update to 0.8.5
New features:
Add keybinding to toggle hidden files by @thomasschafer in #313
Exclude git folders by default, include with --include-git-folders by @thomasschafer in #319
Bug fixes:
Speed up rendering of long lines by @thomasschafer in #288
Fix permissions being incorrectly set when replacing in files by @thomasschafer in #307
Other changes:
Bump various deps