pkgsrc/sysutils/libisofs/Makefile
nia a1641a86f6 libisofs: Update to 1.5.2
Changes:

* New API calls iso_write_opts_set_part_type_guid(),
  iso_write_opts_set_iso_type_guid()
* New API call iso_nowtime()
* New flag bit2 of iso_node_set_acl_text() to be verbous about failures
* Made libisofs ready for building out-of-source. Thanks Ross Burton.
* Bug fix: Appended GPT partitions were not covered by the protective MBR
           partition
* Bug fix: Multi-session emulation spoiled GPT production.
           "GPT partitions ... overlap". Regression towards 1.4.8
* Bug fix: Appending partitions 5 to 8 caused damaged ISO filesystems if not
           for SUN disk label
* Bug fix: SIGSEGV happened if options bit 14 of
           iso_write_opts_set_system_area() is set and no El Torito boot image
           is defined
2020-04-05 12:35:35 +00:00

20 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/04/05 12:35:35 nia Exp $
DISTNAME= libisofs-1.5.2
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://libburnia-project.org/
COMMENT= Create an ISO-9660 filesystem with extensions
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libisofs-1.pc.in
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"