Index: head/devel/libisofs/Makefile =================================================================== --- head/devel/libisofs/Makefile (revision 463911) +++ head/devel/libisofs/Makefile (revision 463912) @@ -1,25 +1,26 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= libisofs PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Libburnia ISO9660 filesystem creation library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libburn.so:devel/libburn USES= iconv libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure .include Index: head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c =================================================================== --- head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c (nonexistent) +++ head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c (revision 463912) @@ -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]; Property changes on: head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property