summaryrefslogtreecommitdiff
path: root/sysutils/grub/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-24 23:49:54 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-24 23:49:54 +0000
commit2fa17d5ffcb075b18b740590355a90788815053e (patch)
tree5735726318e0a8538ab3c3cf9921274303cc0b68 /sysutils/grub/Makefile
parent1aea189f37206b297243adab7dc340fa55dba3d0 (diff)
downloadpkgsrc-2fa17d5ffcb075b18b740590355a90788815053e.tar.gz
Update grub to 0.93. Changes in this version:
* Define the behavior of the boot loader when the load end address is zero and the bss end address is zero in the Multiboot Specification. Also, add the support into GRUB. * Finally, we have a Bug Tracking System! Now the preferable way to report bugs is to use the BTS rather than sending e-mail to bug-grub. See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more details. * The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on the web <http://www.gnu.org/software/grub/grub-faq.html> instead. * The terminal handling code is rewritten radically, and many bugfixes are made at the same time. * The command "color" is effective even in the command-line. * The command "terminal" takes two new options, ``--no-echo'' and ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back input characters. If you specify ``--no-edit'', GRUB will disable the BASH-like editing feature. These options are useful when using an intelligent terminal (such as the comint mode in GNU Emacs). * The utility ``grub-md5-crypt'' prompts to retype a password and checks if the passwords match. * Support for booting Linux is rewritten, so GRUB now supports large-EBDA systems. * The menu interfaces supports Page Up, Page Down, and Right Key. * New command "terminfo", for vt100-incompatible terminals. * New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD.
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r--sysutils/grub/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index b4edb1c6a0e..8558dac91eb 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2002/08/25 21:51:00 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/24 23:49:54 jmmv Exp $
#
-DISTNAME= grub-0.92
+DISTNAME= grub-0.93
CATEGORIES= sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/
@@ -41,4 +41,5 @@ CONFIGURE_ARGS+= ${GRUB_SCAN_ARGS}
.include "../../devel/binutils/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"