svn commit: r372932 - head/sysutils/grub2-bhyve
Kris Moore
kmoore at FreeBSD.org
Thu Nov 20 14:07:02 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list