Subject: CVS commit: pkgsrc/sysutils/grub
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2003 17:35:06
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Jul 13 17:35:06 UTC 2003

Modified Files:
	pkgsrc/sysutils/grub: Makefile PLIST distinfo
	pkgsrc/sysutils/grub/patches: patch-ah
Added Files:
	pkgsrc/sysutils/grub/patches: patch-ai patch-aj

Log Message:
Fix grub-install problem reported in PR 22049 by Soren Jacobsen.
While here, convert to USE_NEW_TEXINFO, and make it compile.
[freestanding, but using nested functions; gcc emits __enable_exec_stack,
which lives in libgcc, but is not linked because the program is supposed
to be freestanding. Provide dummy __enable_exec_stack function.]
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/sysutils/grub/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/grub/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/grub/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/grub/patches/patch-ah
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/grub/patches/patch-ai \
    pkgsrc/sysutils/grub/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.