pkgsrc-wip/grub2
2009-12-16 14:43:15 +00:00
..
patches Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
DESCR Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
distinfo Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
Makefile Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
MESSAGE Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
options.mk Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
PLIST Removed empty line in PLIST (fixes an error with pkglint). 2009-12-16 14:43:15 +00:00
README.attic Rewrite of grub2 package. 2009-12-16 14:37:31 +00:00
README.patches Rewrite of grub2 package. 2009-12-16 14:37:31 +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
  . inclusion of <sys/disklabel.h> disabled on NetBSD, due to a conflict on
    the `UNUSED' macro.

- Makefile
  . $(sysconfdir)/grub.d replaced with $(EGDIR).
  . $(libdir)/grub replaced with $(libdir)/grub2 (via name transformation).
  . 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).

- various scripts in util
  . {libdir}/grub replaced with $(libdir)/grub2 (via name transformation).
  . sourcing of grub-mkconfig_lib moved after command-line parsing, so that
    --help always works (required man page generation with help2man).