From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 8 12:51:03 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7820816A4CE for ; Thu, 8 Jan 2004 12:51:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 968DB43D1D for ; Thu, 8 Jan 2004 12:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i08KoBFR078047 for ; Thu, 8 Jan 2004 12:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i08KoBUw078045; Thu, 8 Jan 2004 12:50:11 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 8 Jan 2004 12:50:11 -0800 (PST) Resent-Message-Id: <200401082050.i08KoBUw078045@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2381C16A4CE for ; Thu, 8 Jan 2004 12:43:45 -0800 (PST) Received: from ws90bj.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id D514543D5A for ; Thu, 8 Jan 2004 12:43:43 -0800 (PST) (envelope-from thierry@pompo.net) Received: by ws90bj.pompo.net (Postfix, from userid 1001) id 2A8D122BA8E; Thu, 8 Jan 2004 21:43:35 +0100 (CET) Message-Id: <20040108204335.2A8D122BA8E@ws90bj.pompo.net> Date: Thu, 8 Jan 2004 21:43:35 +0100 (CET) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Nate Lawson Subject: ports/61092: sysutils/grub: warning about unsupported UFS2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 20:51:03 -0000 >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 +.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: