Date: Fri, 22 Jul 2011 10:29:06 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fbsd@opal.com Subject: ports/159098: [PATCH] sysutils/xorriso: update to 1.1.2 Message-ID: <20110722022906.BA2184C42@sunpoet.net> Resent-Message-ID: <201107220230.p6M2UAkd004976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159098 >Category: ports >Synopsis: [PATCH] sysutils/xorriso: update to 1.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 22 02:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 1.1.2 - Use gnomehack - Pet portlint Port maintainer (fbsd@opal.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xorriso-1.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/xorriso/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 10 Aug 2009 12:21:40 -0000 1.4 +++ Makefile 22 Jul 2011 02:26:37 -0000 @@ -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 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 +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="-I${PREFIX}/include" \ - LDFLAGS="-lcam -L${PREFIX}/lib -liconv" - -WANT_GNOME= yes -USE_GNOME= pkgconfig +LDFLAGS+= -lcam -L${LOCALBASE}/lib -liconv USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes +WANT_GNOME= yes -MAN1= xorriso.1 - -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|;' \ - ${WRKSRC}/Makefile.in +INFO= xorriso xorrisofs +MAN1= xorriso.1 xorrisofs.1 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/xorriso/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 Mar 2011 12:33:43 -0000 1.5 +++ distinfo 22 Jul 2011 02:26:37 -0000 @@ -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 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/xorriso/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 16 Mar 2009 21:15:11 -0000 1.3 +++ pkg-plist 22 Jul 2011 02:26:37 -0000 @@ -3,6 +3,7 @@ bin/xorriso bin/xorrisofs include/libisoburn/libisoburn.h +include/libisoburn/xorriso.h lib/libisoburn.a lib/libisoburn.la lib/libisoburn.so --- xorriso-1.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110722022906.BA2184C42>