The patches included with this package perform the following changes to the
standard distribution:
- configure
. minor fix for compatibility with pkgsrc's cc wrapper (massaging of -Wl).
- util/deviceiter.c
. moved the inclusion of local header files after <sys/disklabel.h>, as
otherwise there is a conflict on NetBSD with the `UNUSED' macro.
- Makefile
. grub.info installed as grub2.info (via name transformation).
- conf/common.{mk,rmk}
. installation of all example configuration scripts (and not only the one
corresponding to the running OS).
- util/i386/pc/grub-install.in and util/sparc64/ieee1275/grub-install.in
. sourcing of grub-mkconfig_lib moved after command-line parsing, so that
--help always works (required man page generation with help2man).