View | Details | Raw Unified | Return to bug 231449
Collapse All | Expand All

(-)devel/libisofs/Makefile (-3 / +21 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libisofs
4
PORTNAME=	libisofs
5
PORTVERSION=	1.4.8
5
PORTVERSION=	1.5.0
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	http://files.libburnia-project.org/releases/
7
MASTER_SITES=	http://files.libburnia-project.org/releases/
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ndowens@yahoo.com
11
COMMENT=	Libburnia ISO9660 filesystem creation library
10
COMMENT=	Libburnia ISO9660 filesystem creation library
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
Lines 20-26 Link Here
20
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
21
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
22
21
22
PORTDOCS=	susp_* Tutorial zisofs_format.txt
23
24
OPTIONS_DEFINE=	DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
25
OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB
26
27
LIBACL_DESC=	Enable use of ACL functions
28
LIBJTE_DESC=	Jigdo file support
29
XATTR_DESC=	Extended file attribute support
30
31
DEBUG_CONFIGURE_ENABLE=		debug
32
LIBACL_CONFIGURE_ENABLE=	libacl
33
LIBJTE_CONFIGURE_ENABLE=	libjte
34
XATTR_CONFIGURE_ENABLE=		xattr
35
ZLIB_CONFIGURE_ENABLE=		zlib
36
23
post-patch:
37
post-patch:
24
	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
38
	@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
25
39
40
do-install-DOCS-on:
41
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
42
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
43
26
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)devel/libisofs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1505925546
1
TIMESTAMP = 1537237849
2
SHA256 (libisofs-1.4.8.tar.gz) = dc9de9df366c27cf03d31d860c83a08ddad9028fe192801ee344602ccec29b69
2
SHA256 (libisofs-1.5.0.tar.gz) = da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400
3
SIZE (libisofs-1.4.8.tar.gz) = 829979
3
SIZE (libisofs-1.5.0.tar.gz) = 834099
(-)devel/libisofs/files/patch-libisofs_hfsplus__classes.c (-16 lines)
Lines 1-16 Link Here
1
patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226318
2
It will be included in the next release.
3
4
--- libisofs/hfsplus_classes.c.orig	2018-03-08 18:48:59 UTC
5
+++ libisofs/hfsplus_classes.c
6
@@ -422,6 +422,10 @@ static uint16_t class_page_data[] = {
7
   0x21, 0x230,
8
   0x22, 0x230,
9
   0x23, 0x230,
10
+  0x00,
11
+
12
+  /* End of list */
13
+  0x00
14
 };
15
 
16
 uint16_t *hfsplus_class_pages[256];
(-)devel/libisofs/pkg-plist (-1 / +1 lines)
Lines 2-6 Link Here
2
lib/libisofs.a
2
lib/libisofs.a
3
lib/libisofs.so
3
lib/libisofs.so
4
lib/libisofs.so.6
4
lib/libisofs.so.6
5
lib/libisofs.so.6.84.0
5
lib/libisofs.so.6.86.0
6
libdata/pkgconfig/libisofs-1.pc
6
libdata/pkgconfig/libisofs-1.pc

Return to bug 231449