The generated binaries from libosinfo used to include _Unwind_* symbols, they
were unresolved on clang+ld.bfd archs, with possible consequences at runtime
on lld archs. Drop '-fexceptions', so we don't generate such symbols.
Also remove a trailing whitespace in osinfo's Makefile. Thanks to sthen
and aja for hints!
OK aja@ (maintainer)
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
(moved from misc/libosinfo and updated)
libosinfo is a GObject based library API for managing information about
operating systems, hypervisors and the (virtual) hardware devices they can
support.
ok jasper@