Date: Thu, 8 Jan 2004 21:43:35 +0100 (CET) From: Thierry Thomas <thierry@pompo.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Nate Lawson <nate@root.org> Subject: ports/61092: sysutils/grub: warning about unsupported UFS2. Message-ID: <20040108204335.2A8D122BA8E@ws90bj.pompo.net> Resent-Message-ID: <200401082050.i08KoBUw078045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61092 >Category: ports >Synopsis: sysutils/grub: warning about unsupported UFS2. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 08 12:50:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 5.2-RC i386 >Organization: Kabbale Eros >Environment: System: FreeBSD ws90bj.pompo.net 5.2-RC FreeBSD 5.2-RC #0: Fri Jan 2 18:13:49 CET 2004 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-040102 i386 >Description: This is a follow-up to PR ports/60988: it just adds a warning message about the missing support of UFS2. >How-To-Repeat: N/A. >Fix: Please apply the following patch: --- grub.diff begins here --- diff -urN sysutils/grub.orig/Makefile sysutils/grub/Makefile --- sysutils/grub.orig/Makefile Thu Jan 8 01:47:00 2004 +++ sysutils/grub/Makefile Thu Jan 8 21:25:40 2004 @@ -37,6 +37,13 @@ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 501000 +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "Warning! GRUB does not (yet) support UFS2." + @${ECHO_MSG} "" +.endif + pre-build: @${RM} -f ${WRKSRC}/docs/grub.info --- grub.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040108204335.2A8D122BA8E>