From owner-svn-ports-head@FreeBSD.ORG Wed Feb 12 05:57:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61E8B532; Wed, 12 Feb 2014 05:57:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A92B18F6; Wed, 12 Feb 2014 05:57:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C5vxmp021790; Wed, 12 Feb 2014 05:57:59 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C5vw31021788; Wed, 12 Feb 2014 05:57:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402120557.s1C5vw31021788@svn.freebsd.org> From: Martin Wilke Date: Wed, 12 Feb 2014 05:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343853 - head/sysutils/xorriso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 05:57:59 -0000 Author: miwi Date: Wed Feb 12 05:57:58 2014 New Revision: 343853 URL: http://svnweb.freebsd.org/changeset/ports/343853 QAT: https://qat.redports.org/buildarchive/r343853/ Log: - Stage support - use USES gmake Modified: head/sysutils/xorriso/Makefile head/sysutils/xorriso/pkg-plist Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Wed Feb 12 05:57:34 2014 (r343852) +++ head/sysutils/xorriso/Makefile Wed Feb 12 05:57:58 2014 (r343853) @@ -18,13 +18,10 @@ RUN_DEPENDS= libburn>=1.1.0:${PORTSDIR}/ libisofs>=1.1.2:${PORTSDIR}/devel/libisofs GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix pkgconfig iconv +USES= pathfix pkgconfig iconv gmake USE_LDCONFIG= yes WANT_GNOME= yes INFO= xorrecord xorriso xorrisofs -MAN1= xorrecord.1 xorriso.1 xorrisofs.1 -NO_STAGE= yes .include Modified: head/sysutils/xorriso/pkg-plist ============================================================================== --- head/sysutils/xorriso/pkg-plist Wed Feb 12 05:57:34 2014 (r343852) +++ head/sysutils/xorriso/pkg-plist Wed Feb 12 05:57:58 2014 (r343853) @@ -10,5 +10,8 @@ lib/libisoburn.la lib/libisoburn.so lib/libisoburn.so.1 libdata/pkgconfig/libisoburn-1.pc +man/man1/xorrecord.1.gz +man/man1/xorriso.1.gz +man/man1/xorrisofs.1.gz @dirrm include/libisoburn @dirrmtry libdata/pkgconfig