From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 22 02:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 231B31065670 for ; Fri, 22 Jul 2011 02:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C059C8FC14 for ; Fri, 22 Jul 2011 02:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6M2UAFW004979 for ; Fri, 22 Jul 2011 02:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6M2UAkd004976; Fri, 22 Jul 2011 02:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 22 Jul 2011 02:30:10 GMT Resent-Message-Id: <201107220230.p6M2UAkd004976@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E10CB106566C for ; Fri, 22 Jul 2011 02:29:35 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 043BE8FC08 for ; Fri, 22 Jul 2011 02:29:34 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id BA2184C42; Fri, 22 Jul 2011 10:29:06 +0800 (CST) Message-Id: <20110722022906.BA2184C42@sunpoet.net> Date: Fri, 22 Jul 2011 10:29:06 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: fbsd@opal.com Subject: ports/159098: [PATCH] sysutils/xorriso: update to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2011 02:30:11 -0000 >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 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: