diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-06-25 14:37:38 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-06-25 14:37:38 +0000 |
commit | 3a9756a34c44267afc617c8a9fab05e6be289f7b (patch) | |
tree | e18b6d9f6584a1391469573434c57858db615310 /sysutils/grub/Makefile | |
parent | 2c714e9e4b8d953943d17bbdf0b2f377b3d98849 (diff) | |
download | FreeBSD-ports-3a9756a34c44267afc617c8a9fab05e6be289f7b.zip FreeBSD-ports-3a9756a34c44267afc617c8a9fab05e6be289f7b.tar.gz |
Update to 0.92
Disable splashimage support until a new patch is released
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index cbefeb9..2302974 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -6,8 +6,7 @@ # PORTNAME= grub -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.92 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ @@ -20,19 +19,19 @@ CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd-freebsd${OSREL} MAN1= mbchk.1 MAN8= grub.8 grub-install.8 grub-md5-crypt.8 -.if defined(WITH_SPLASHIMAGE) -PATCH_SITES= http://people.redhat.com/~katzj/grub/patches/ -PATCHFILES= ${DISTNAME}-vga16.patch ${DISTNAME}-splashimagehelp.patch -PATCH_DIST_STRIP= -p1 -USE_AUTOCONF= yes -.else -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} "You may build grub with splash image support by" - @${ECHO_MSG} "defining WITH_SPLASHIMAGE." - @${ECHO_MSG} - @sleep 2 -.endif +#.if defined(WITH_SPLASHIMAGE) +#PATCH_SITES= http://people.redhat.com/~katzj/grub/patches/ +#PATCHFILES= ${DISTNAME}-vga16.patch ${DISTNAME}-splashimagehelp.patch +#PATCH_DIST_STRIP= -p1 +#USE_AUTOCONF= yes +#.else +#pre-fetch: +# @${ECHO_MSG} +# @${ECHO_MSG} "You may build grub with splash image support by" +# @${ECHO_MSG} "defining WITH_SPLASHIMAGE." +# @${ECHO_MSG} +# @sleep 2 +#.endif pre-build: @${RM} ${WRKSRC}/docs/grub.info* |