summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-20 20:57:17 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-20 20:57:17 +0000
commit360c467eeb006e58a36cbad557089bc7907b47b1 (patch)
treee8e31e08ac6f96b1ba5b41cc537b15e2e7cea288 /mk
parentfa4888b7a4e1d78e2a8dabc33d8cb6e596093c1d (diff)
downloadpkgsrc-360c467eeb006e58a36cbad557089bc7907b47b1.tar.gz
Update sysutils/grub to 0.95, and remove obsoleted options
GRUB_USE_UFS2/GRUB_USE_ISO9660, they are not longer needed. New in 0.95 - 2004-06-13: * Add support for ReiserFS 3. * Fix support for FreeBSD 5. * Support ATARAID for Linux in the grub shell and grub-install. * Add CDROM support for El Torito with no emulation mode. You can use (cd) as a CDROM drive in the config file. * Option --no-mem-option is implied for Linux 2.4.18 and newer. * Add support for UFS2.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index b60532bff39..59f4fd9dbd6 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.251 2004/06/20 02:52:56 xtraeme Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.252 2004/06/20 20:57:17 xtraeme Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1000,16 +1000,6 @@ GOLEM_WITH_SOUND?= NO
# card at I/O offset 0x300.
# Default: not defined
-GRUB_USE_ISO9660?= NO
-# This option will add support for the ISO9660 filesystem to GRUB.
-# Possible: yes or no.
-# Default: no.
-
-GRUB_USE_UFS2?= NO
-# This option will add support for the UFS2 filesystem to GRUB.
-# Possible: yes or no.
-# Default: no.
-
ICECAST_CHROOTDIR?= ${VARBASE}/chroot/icecast
# Used in icecast2 to specify the chroot directory in which icecast
# will be allowed to work.