Bug 61092

Summary: sysutils/grub: warning about unsupported UFS2.
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: nate
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
grub.diff none

Description Thierry Thomas 2004-01-08 20:50:11 UTC
	This is a follow-up to PR ports/60988: it just adds a warning
	message about the missing support of UFS2.

Fix: Please apply the following patch:
How-To-Repeat: 	N/A.
Comment 1 Joe Marcus Clarke 2004-01-08 20:53:15 UTC
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 @@
>  
>  .include <bsd.port.pre.mk>
>  
> +.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

-- 
PGP Key : http://www.marcuscom.com/pgp.asc

Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-01-08 21:50:45 UTC
State Changed
From-To: open->closed

Committed, Thanks !