net-mgmt/etherape: Update 0.9.20 => 0.9.21, take maintainership
Changelog:
* GooCanvas was unsupported and getting really old, replaced by
GtkDrawingArea.
* --final-export is primarily meant to be used from other tools as a way
to get statistics data from a replay. As such, --final-export exits
automatically after the file replay ends and the dump is written.
* Compatibility Warnings:
- removed GooCanvas dependency, drawing now done with plain Gtk.
- new behavior for --final-export: exit after saving the XML dump.
* Changes summary:
- Updated german translation, thanks to Christoph Brinkhaus.
- Fix for german translation, thanks to Ronald W. Henderson.
- Fix for gcc 15, thanks to Petr Gajdos.
- Assorted refactorings and small modernizations, including autotools.
Improve port:
- Replace PORTVERSION with DISTVERSION.
[12 lines not shown]
posix_spawn_file_action_addopen.3: ignoring close failure is now approved
Reviewed by: dim
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D56222
posix_spawn: actions chdir and fchdir are now required by POSIX
Drop the _np suffix.
Reviewed by: dim
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D56222
posix_spawn test: switch to POSIX spelling for addchdir and addfchdir
Reviewed by: dim
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D56222