devel/libisofs: Add the patch to fix xorriso -hfsplus option bug
References: http://forums.ghostbsd.org/viewtopic.php?f=98&t=711 PR: 226318 Submitted by: ericturgeon.bsd@gmail.com Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
c8ef46a2f8
commit
b65874131c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463912
2 changed files with 17 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libisofs
|
||||
PORTVERSION= 1.4.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
|
||||
|
|
16
devel/libisofs/files/patch-libisofs_hfsplus__classes.c
Normal file
16
devel/libisofs/files/patch-libisofs_hfsplus__classes.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226318
|
||||
It will be included in the next release.
|
||||
|
||||
--- libisofs/hfsplus_classes.c.orig 2018-03-08 18:48:59 UTC
|
||||
+++ libisofs/hfsplus_classes.c
|
||||
@@ -422,6 +422,10 @@ static uint16_t class_page_data[] = {
|
||||
0x21, 0x230,
|
||||
0x22, 0x230,
|
||||
0x23, 0x230,
|
||||
+ 0x00,
|
||||
+
|
||||
+ /* End of list */
|
||||
+ 0x00
|
||||
};
|
||||
|
||||
uint16_t *hfsplus_class_pages[256];
|
Loading…
Reference in a new issue