From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 14:07:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7901BBB; Thu, 20 Nov 2014 14:07:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89B7ADDC; Thu, 20 Nov 2014 14:07:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKE72J4071128; Thu, 20 Nov 2014 14:07:02 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKE72Ha071114; Thu, 20 Nov 2014 14:07:02 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201411201407.sAKE72Ha071114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 20 Nov 2014 14:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372932 - head/sysutils/grub2-bhyve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 14:07:02 -0000 Author: kmoore Date: Thu Nov 20 14:07:01 2014 New Revision: 372932 URL: https://svnweb.freebsd.org/changeset/ports/372932 QAT: https://qat.redports.org/buildarchive/r372932/ Log: - Update to v0.30 Add -c, --cons-dev option to choose terminal. This allows nmdm devices to be used by grub for output. Submitted by Conrad Meyer. Set Linux boot_params video rows/columns to 80x25. This can be disabled with the "-e|--evga" switch. Move the 32-bit flat-mode GDT to the first page in memory to avoid being stomped on by the decompressor in older Linux kernels. These two fixes allow Centos 4/5 ISOs to boot without triple-faulting or panic'ing with divide-by-zero errors. Clean up command-line help, and be more FreeBSD-specific in the display, including printing the grub-bhyve version. Modified: head/sysutils/grub2-bhyve/Makefile head/sysutils/grub2-bhyve/distinfo Modified: head/sysutils/grub2-bhyve/Makefile ============================================================================== --- head/sysutils/grub2-bhyve/Makefile Thu Nov 20 14:01:41 2014 (r372931) +++ head/sysutils/grub2-bhyve/Makefile Thu Nov 20 14:07:01 2014 (r372932) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grub2-bhyve -DISTVERSION= 0.24 +DISTVERSION= 0.30 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org @@ -17,8 +17,8 @@ ONLY_FOR_ARCHS= amd64 SSP_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= grehan-freebsd -GH_COMMIT= 9d74c54 -GH_TAGNAME= v0.24 +GH_COMMIT= 5af229e +GH_TAGNAME= v0.30 USES= bison gmake USE_GCC= yes PLIST_FILES= sbin/grub-bhyve Modified: head/sysutils/grub2-bhyve/distinfo ============================================================================== --- head/sysutils/grub2-bhyve/distinfo Thu Nov 20 14:01:41 2014 (r372931) +++ head/sysutils/grub2-bhyve/distinfo Thu Nov 20 14:07:01 2014 (r372932) @@ -1,2 +1,2 @@ -SHA256 (grub2-bhyve-0.24.tar.gz) = 7131ec637c00c8122f6dbc608727c13d62d320749af598414688bd7a52c517cb -SIZE (grub2-bhyve-0.24.tar.gz) = 8381231 +SHA256 (grub2-bhyve-0.30.tar.gz) = 65ece2e868345fb6eebd5c8b0b05e9257d0c1fb0b54ef838efb767af5c6a3b93 +SIZE (grub2-bhyve-0.30.tar.gz) = 8384018