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
Thierry Thomas
2004-01-08 20:50:11 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 State Changed From-To: open->closed Committed, Thanks ! |