diff options
author | kmoore <kmoore@FreeBSD.org> | 2014-11-20 22:07:01 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2014-11-20 22:07:01 +0800 |
commit | a16ca980ba611f65b80474c323ef4d5eb8ac0675 (patch) | |
tree | d1df8b9c9acbbc889af674559e000003325e5ddc /sysutils | |
parent | fd651213a703d01f84be8daa3ef9db6b0fa3622b (diff) | |
download | freebsd-ports-gnome-a16ca980ba611f65b80474c323ef4d5eb8ac0675.tar.gz freebsd-ports-gnome-a16ca980ba611f65b80474c323ef4d5eb8ac0675.tar.zst freebsd-ports-gnome-a16ca980ba611f65b80474c323ef4d5eb8ac0675.zip |
- 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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub2-bhyve/Makefile | 6 | ||||
-rw-r--r-- | sysutils/grub2-bhyve/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index c402d3c8c40b..75315c34b025 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -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 diff --git a/sysutils/grub2-bhyve/distinfo b/sysutils/grub2-bhyve/distinfo index 9381171ca2ed..ff094cbe0f7d 100644 --- a/sysutils/grub2-bhyve/distinfo +++ b/sysutils/grub2-bhyve/distinfo @@ -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 |