- Update to 1.1.2
- Use gnomehack - Pet portlint - Pass maintainership to new volunteer (maintainer of devel/libburn and devel/libisofs) Changes: http://libburnia-project.org/browser/libisoburn/tags/1.1.2/ChangeLog PR: ports/159098 Submitted by: sunpoet (myself) Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
This commit is contained in:
parent
08c3ce9c61
commit
48b218ffe5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278448
@ -6,35 +6,30 @@
|
||||
#
|
||||
|
||||
PORTNAME= xorriso
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||
DISTNAME= libisoburn
|
||||
DISTFILES= ${DISTNAME}-${PORTVERSION}.pl01${EXTRACT_SUFX}
|
||||
DISTNAME= libisoburn-${PORTVERSION}
|
||||
|
||||
MAINTAINER= fbsd@opal.com
|
||||
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
|
||||
COMMENT= ISO image manipulation tool based on Libburnia
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn \
|
||||
isofs.6:${PORTSDIR}/devel/libisofs
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
|
||||
BUILD_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
|
||||
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
|
||||
RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
|
||||
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" \
|
||||
LDFLAGS="-lcam -L${PREFIX}/lib -liconv"
|
||||
|
||||
WANT_GNOME= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_ICONV= yes
|
||||
USE_LDCONFIG= yes
|
||||
WANT_GNOME= yes
|
||||
|
||||
MAN1= xorriso.1
|
||||
INFO= xorriso xorrisofs
|
||||
MAN1= xorriso.1 xorrisofs.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libisoburn-0.4.0.pl01.tar.gz) = 5877747f701c4fa60d4eba14cb460fb2d21e9ecba058700c1d4e0d19bf75fcf1
|
||||
SIZE (libisoburn-0.4.0.pl01.tar.gz) = 700036
|
||||
SHA256 (libisoburn-1.1.2.tar.gz) = 2412872166c0c00e1b0134cb6d219748a85ba93d592a21643b594201125e73d7
|
||||
SIZE (libisoburn-1.1.2.tar.gz) = 1141179
|
||||
|
@ -3,6 +3,7 @@ bin/xorrecord
|
||||
bin/xorriso
|
||||
bin/xorrisofs
|
||||
include/libisoburn/libisoburn.h
|
||||
include/libisoburn/xorriso.h
|
||||
lib/libisoburn.a
|
||||
lib/libisoburn.la
|
||||
lib/libisoburn.so
|
||||
|
Loading…
Reference in New Issue
Block a user