mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- 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
3 changed files with 15 additions and 19 deletions
|
@ -6,35 +6,30 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xorriso
|
PORTNAME= xorriso
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 1.1.2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://files.libburnia-project.org/releases/
|
MASTER_SITES= http://files.libburnia-project.org/releases/
|
||||||
DISTNAME= libisoburn
|
DISTNAME= libisoburn-${PORTVERSION}
|
||||||
DISTFILES= ${DISTNAME}-${PORTVERSION}.pl01${EXTRACT_SUFX}
|
|
||||||
|
|
||||||
MAINTAINER= fbsd@opal.com
|
MAINTAINER= shuvaev@physik.uni-wuerzburg.de
|
||||||
COMMENT= ISO image manipulation tool based on Libburnia
|
COMMENT= ISO image manipulation tool based on Libburnia
|
||||||
|
|
||||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
BUILD_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
|
||||||
LIB_DEPENDS= burn.4:${PORTSDIR}/devel/libburn \
|
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
|
||||||
isofs.6:${PORTSDIR}/devel/libisofs
|
RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/devel/libburn \
|
||||||
|
libisofs>=1.1.2:${PORTSDIR}/devel/libisofs
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
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_GMAKE= yes
|
||||||
|
USE_GNOME= gnomehack pkgconfig
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
WANT_GNOME= yes
|
||||||
|
|
||||||
MAN1= xorriso.1
|
INFO= xorriso xorrisofs
|
||||||
|
MAN1= xorriso.1 xorrisofs.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;' \
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (libisoburn-0.4.0.pl01.tar.gz) = 5877747f701c4fa60d4eba14cb460fb2d21e9ecba058700c1d4e0d19bf75fcf1
|
SHA256 (libisoburn-1.1.2.tar.gz) = 2412872166c0c00e1b0134cb6d219748a85ba93d592a21643b594201125e73d7
|
||||||
SIZE (libisoburn-0.4.0.pl01.tar.gz) = 700036
|
SIZE (libisoburn-1.1.2.tar.gz) = 1141179
|
||||||
|
|
|
@ -3,6 +3,7 @@ bin/xorrecord
|
||||||
bin/xorriso
|
bin/xorriso
|
||||||
bin/xorrisofs
|
bin/xorrisofs
|
||||||
include/libisoburn/libisoburn.h
|
include/libisoburn/libisoburn.h
|
||||||
|
include/libisoburn/xorriso.h
|
||||||
lib/libisoburn.a
|
lib/libisoburn.a
|
||||||
lib/libisoburn.la
|
lib/libisoburn.la
|
||||||
lib/libisoburn.so
|
lib/libisoburn.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue