mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update grub2-pcbsd to more recent git revision of 2.02-prelease
- Add patch to fix feature to read 'com.delphix:hole_birth' on ZFS - Bump PORTREV
This commit is contained in:
parent
9d7296e12b
commit
b4dab9ec3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364176
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= grub2-pcbsd
|
||||
PORTVERSION= 2.02p
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
|
||||
ftp://ftp.pcbsd.org/pub/software/
|
||||
DISTNAME= grub-2.02_1
|
||||
DISTNAME= grub-2.02_2
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
COMMENT= Multiboot boot loader
|
||||
|
@ -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-pcbsd/files/patch-grub-core_fs_zfs_zfs.c
Normal file
11
sysutils/grub2-pcbsd/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