Refactor the GCC cross compilers from pkgsrc/cross so that we aren't
duplicating crazy amounts of package configuration that is inevitably
obsolete and inconsistent.
Creating a new GCC cross compiler is now trivial.
common-gnu-toolchain has been created to contain the shared makefiles.
The following packages from pkgsrc/cross have been converted to use
the shared makefiles.
aarch64-none-elf-binutils
aarch64-none-elf-gcc
arm-none-eabi-binutils
arm-none-eabi-gcc
arm-none-eabi-gdb
mipsel-none-elf-binutils
[15 lines not shown]
flnews-snapshot: Update to 1.3.0
1.3.0 2026-01-24 Release
--------------------------
Important notes:
- GUI: FLTK 1.4 is now supported.
Tested to work with Cocoa, Wayland and X11 backends (thanks to Dennis
Preiser and Martin Schnitkemper).
Glyph substitution (use of multiple fonts) is now supported for the
Wayland and X11 backends too, if compiled for Pango.
Better keyboard navigation (formerly limited by ABI of FLTK 1.3.0
shared library).
- GUI: FLTK Widget Fl_Multi_Browser is now used for the group list.
This allows to move the focus around via keyboard (without immediately
entering the next group).
- Subprojects for libraries added.
libbasexx is used as Base 64 encoder and decoder.
libssiconv, libjpiconv and libuciconv are used as iconv() replacement.
[61 lines not shown]