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.
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 !