mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update grub2-efi to latest grub2 prerelease 2.02
- Add patch to fix bug with 'com.delphix:hole_birth' on ZFS - Sync with PCBSD ports, and bump PORTREV
This commit is contained in:
parent
efae686783
commit
3f40276a8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364179
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= grub2-efi
|
||||
PORTVERSION= 2.02
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
|
||||
ftp://ftp.pcbsd.org/pub/software/
|
||||
DISTNAME= grub-${PORTVERSION}_1
|
||||
DISTNAME= grub-${PORTVERSION}_2
|
||||
WRKSRC= ${WRKDIR}/grub-${PORTVERSION}
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (grub-2.02_1.tar.xz) = d88d7c7533250df2939acb7a33f92d41fac02fc2bc729d95d89b571604d438b5
|
||||
SIZE (grub-2.02_1.tar.xz) = 4466312
|
||||
SHA256 (grub-2.02_2.tar.xz) = 6cc58fa5629e47a512b416810caf148f3659b039d2080fbd0b6b8c9c82958aab
|
||||
SIZE (grub-2.02_2.tar.xz) = 4463684
|
||||
|
11
sysutils/grub2-efi/files/patch-grub-core_fs_zfs_zfs.c
Normal file
11
sysutils/grub2-efi/files/patch-grub-core_fs_zfs_zfs.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- grub-core/fs/zfs/zfs.c.orig 2014-08-06 10:04:26.129840841 -0400
|
||||
+++ grub-core/fs/zfs/zfs.c 2014-08-06 10:05:01.587771419 -0400
|
||||
@@ -281,7 +281,7 @@
|
||||
*/
|
||||
#define MAX_SUPPORTED_FEATURE_STRLEN 50
|
||||
static const char *spa_feature_names[] = {
|
||||
- "org.illumos:lz4_compress",NULL
|
||||
+ "org.illumos:lz4_compress","com.delphix:hole_birth",NULL
|
||||
};
|
||||
|
||||
static int
|
Loading…
Reference in New Issue
Block a user