summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-08 18:55:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-08 18:55:50 +0000
commitb65874131c9c2f7b92b23a24d8bc3d2bda827d34 (patch)
tree0c492da397b586589b6a431aade1468a8c259756
parentDisplay NVMe data properly on Big Endian hosts with sysutils/smartmontools (diff)
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)
-rw-r--r--devel/libisofs/Makefile1
-rw-r--r--devel/libisofs/files/patch-libisofs_hfsplus__classes.c16
2 files changed, 17 insertions, 0 deletions
diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile
index 1a227bc6f97b..2b130ef98100 100644
--- a/devel/libisofs/Makefile
+++ b/devel/libisofs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libisofs
PORTVERSION= 1.4.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://files.libburnia-project.org/releases/
diff --git a/devel/libisofs/files/patch-libisofs_hfsplus__classes.c b/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
new file mode 100644
index 000000000000..bc8beda1215d
--- /dev/null
+++ b/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
@@ -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];