ports/61092: sysutils/grub: warning about unsupported UFS2.

Thierry Thomas thierry at pompo.net
Thu Jan 8 20:51:03 UTC 2004


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



More information about the freebsd-ports-bugs mailing list