Bug 61092 - sysutils/grub: warning about unsupported UFS2.
Summary: sysutils/grub: warning about unsupported UFS2.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-08 20:50 UTC by Thierry Thomas
Modified: 2004-01-08 21:51 UTC (History)
1 user (show)

See Also:


Attachments
grub.diff (420 bytes, patch)
2004-01-08 20:50 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 !