Index: head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c =================================================================== --- head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c (revision 480072) +++ head/devel/libisofs/files/patch-libisofs_hfsplus__classes.c (nonexistent) @@ -1,16 +0,0 @@ -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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libisofs/Makefile =================================================================== --- head/devel/libisofs/Makefile (revision 480072) +++ head/devel/libisofs/Makefile (revision 480073) @@ -1,26 +1,44 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= libisofs -PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= http://files.libburnia-project.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com 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 +PORTDOCS= susp_* Tutorial zisofs_format.txt + +OPTIONS_DEFINE= DEBUG DOCS LIBACL LIBJTE XATTR ZLIB +OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB + +LIBACL_DESC= Enable use of ACL functions +LIBJTE_DESC= Jigdo file support +XATTR_DESC= Extended file attribute support + +DEBUG_CONFIGURE_ENABLE= debug +LIBACL_CONFIGURE_ENABLE= libacl +LIBJTE_CONFIGURE_ENABLE= libjte +XATTR_CONFIGURE_ENABLE= xattr +ZLIB_CONFIGURE_ENABLE= zlib + post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/libisofs/distinfo =================================================================== --- head/devel/libisofs/distinfo (revision 480072) +++ head/devel/libisofs/distinfo (revision 480073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505925546 -SHA256 (libisofs-1.4.8.tar.gz) = dc9de9df366c27cf03d31d860c83a08ddad9028fe192801ee344602ccec29b69 -SIZE (libisofs-1.4.8.tar.gz) = 829979 +TIMESTAMP = 1537237849 +SHA256 (libisofs-1.5.0.tar.gz) = da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400 +SIZE (libisofs-1.5.0.tar.gz) = 834099 Index: head/devel/libisofs/pkg-plist =================================================================== --- head/devel/libisofs/pkg-plist (revision 480072) +++ head/devel/libisofs/pkg-plist (revision 480073) @@ -1,6 +1,6 @@ include/libisofs/libisofs.h lib/libisofs.a lib/libisofs.so lib/libisofs.so.6 -lib/libisofs.so.6.84.0 +lib/libisofs.so.6.86.0 libdata/pkgconfig/libisofs-1.pc