View | Details | Raw Unified | Return to bug 200460
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 4-9 Link Here
4
PORTNAME=	grub2-bhyve
4
PORTNAME=	grub2-bhyve
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	0.30
6
DISTVERSION=	0.30
7
PORTREVISION=	1
7
CATEGORIES=	sysutils
8
CATEGORIES=	sysutils
8
9
9
MAINTAINER=	kmoore@FreeBSD.org
10
MAINTAINER=	kmoore@FreeBSD.org
(-)files/patch-grub-core_term_emu_console.c (+11 lines)
Line 0 Link Here
1
--- grub-core/term/emu/console.c.orig	2015-05-26 09:58:09 UTC
2
+++ grub-core/term/emu/console.c
3
@@ -260,7 +260,7 @@ grub_ncurses_init (struct grub_term_outp
4
 
5
   if (g_cdev != NULL) {
6
     /* Open user-supplied console device. */
7
-    fd = open (g_cdev, O_RDWR);
8
+    fd = open (g_cdev, O_RDWR | O_NONBLOCK);
9
     if (fd < 0)
10
       return (GRUB_ERR_UNKNOWN_DEVICE);
11
 

Return to bug 200460