svn commit: r463912 - in head/devel/libisofs: . files

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 8 18:55:51 UTC 2018


Author: yuri
Date: Thu Mar  8 18:55:50 2018
New Revision: 463912
URL: https://svnweb.freebsd.org/changeset/ports/463912

Log:
  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 at gmail.com
  Approved by:	tcberner (mentor, implicit)

Added:
  head/devel/libisofs/files/
  head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c   (contents, props changed)
Modified:
  head/devel/libisofs/Makefile

Modified: head/devel/libisofs/Makefile
==============================================================================
--- head/devel/libisofs/Makefile	Thu Mar  8 18:43:41 2018	(r463911)
+++ head/devel/libisofs/Makefile	Thu Mar  8 18:55:50 2018	(r463912)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libisofs
 PORTVERSION=	1.4.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 

Added: head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c	Thu Mar  8 18:55:50 2018	(r463912)
@@ -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];


More information about the svn-ports-head mailing list