pkgsrc-wip/grub2
2009-12-21 16:33:18 +00:00
..
patches Replaced several patches by sed substitutions. 2009-12-18 11:03:44 +00:00
DESCR Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
distinfo Replaced several patches by sed substitutions. 2009-12-18 11:03:44 +00:00
Makefile Minor changes. 2009-12-21 16:33:18 +00:00
MESSAGE Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
options.mk Replaced several patches by sed substitutions. 2009-12-18 11:03:44 +00:00
PLIST Fixed problem in install library directory. 2009-12-16 17:01:50 +00:00
README.attic Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
README.patches Replaced several patches by sed substitutions. 2009-12-18 11:03:44 +00:00

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).