From thierry@pompo.net  Thu Jan  8 12:43:45 2004
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2381C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Nate Lawson <nate@root.org>
Subject: sysutils/grub: warning about unsupported UFS2.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61092
>Category:       ports
>Synopsis:       sysutils/grub: warning about unsupported UFS2.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 08 12:50:11 PST 2004
>Closed-Date:    Thu Jan 08 13:51:12 PST 2004
>Last-Modified:  Thu Jan 08 13:51:12 PST 2004
>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:

From: Joe Marcus Clarke <marcus@marcuscom.com>
To: Thierry Thomas <thierry@pompo.net>
Cc: FreeBSD-gnats-submit@freebsd.org, Nate Lawson <nate@root.org>
Subject: Re: ports/61092: sysutils/grub: warning about unsupported UFS2.
Date: Thu, 08 Jan 2004 15:53:15 -0500

 --=-zx88ZN9WGSVeUkBUocx4
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, 2004-01-08 at 15:43, Thierry Thomas wrote:
 
 > --- 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 @@
 > =20
 >  .include <bsd.port.pre.mk>
 > =20
 > +.if ${OSVERSION} > 501000
 > +pre-everything::
 > +	@${ECHO_MSG} ""
 > +	@${ECHO_MSG} "Warning! GRUB does not (yet) support UFS2."
 > +	@${ECHO_MSG} ""
 > +.endif
 > +
 
 It would be better to make this a pkg-message so users installing from
 package would benefit from it as well.
 
 Joe
 
 --=20
 PGP Key : http://www.marcuscom.com/pgp.asc
 
 
 
 --=-zx88ZN9WGSVeUkBUocx4
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQA//cM7b2iPiv4Uz4cRAoQ2AJ9AJw0ARSPbROELRRFJTjgHVfUd7QCgp6j9
 K1Tavb5DURNNFRAHXFnBWwE=
 =czOe
 -----END PGP SIGNATURE-----
 
 --=-zx88ZN9WGSVeUkBUocx4--
 
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Thu Jan 8 13:50:45 PST 2004 
State-Changed-Why:  
Committed, Thanks ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61092 
>Unformatted:
