From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 06:32:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D216A8D; Thu, 3 Apr 2014 06:32:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79552EE8; Thu, 3 Apr 2014 06:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s336WGWo013497; Thu, 3 Apr 2014 06:32:16 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s336WFaP013489; Thu, 3 Apr 2014 06:32:15 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201404030632.s336WFaP013489@svn.freebsd.org> From: Ganael LAPLANCHE Date: Thu, 3 Apr 2014 06:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349973 - in head: editors/yzis emulators/pcsxr games/briquolo multimedia/libdvdnav multimedia/libdvdread security/fakeroot sysutils/pv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 06:32:16 -0000 Author: martymac Date: Thu Apr 3 06:32:14 2014 New Revision: 349973 URL: http://svnweb.freebsd.org/changeset/ports/349973 QAT: https://qat.redports.org/buildarchive/r349973/ Log: Switch to USES=tar for my ports Modified: head/editors/yzis/Makefile head/emulators/pcsxr/Makefile head/games/briquolo/Makefile head/multimedia/libdvdnav/Makefile head/multimedia/libdvdread/Makefile head/security/fakeroot/Makefile head/sysutils/pv/Makefile Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/editors/yzis/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -15,8 +15,7 @@ COMMENT= Vi-like editor LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= cmake gettext perl5 -USE_BZIP2= yes +USES= tar:bzip2 cmake gettext perl5 USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/emulators/pcsxr/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -19,7 +19,6 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/au ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -34,7 +33,7 @@ USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl -USES= dos2unix iconv gmake pkgconfig desktop-file-utils +USES= tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) PORTDOCS= ChangeLog README Modified: head/games/briquolo/Makefile ============================================================================== --- head/games/briquolo/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/games/briquolo/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils gmake iconv -USE_BZIP2= yes +USES= tar:bzip2 gmake iconv desktop-file-utils USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 Modified: head/multimedia/libdvdnav/Makefile ============================================================================== --- head/multimedia/libdvdnav/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/multimedia/libdvdnav/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -16,7 +16,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread -USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 CONFIGURE_ARGS= --prefix="${PREFIX}" \ @@ -26,7 +25,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \ --incdir="${PREFIX}/include/dvdnav" \ --disable-opts \ --cc="${CC}" -USES= gmake +USES= tar:xz gmake CONFLICTS= libdvdnav-mplayer-[0-9]* USE_LDCONFIG= yes Modified: head/multimedia/libdvdread/Makefile ============================================================================== --- head/multimedia/libdvdread/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/multimedia/libdvdread/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -14,7 +14,6 @@ COMMENT= MPlayer version of the libdvdre LICENSE= GPLv2 -USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 CONFIGURE_ARGS= --prefix="${PREFIX}" \ @@ -24,7 +23,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" \ --incdir="${PREFIX}/include/dvdread" \ --disable-opts \ --cc="${CC}" -USES= gmake +USES= tar:xz gmake USE_LDCONFIG= yes OPTIONS_DEFINE= DVDCSS DEBUG Modified: head/security/fakeroot/Makefile ============================================================================== --- head/security/fakeroot/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/security/fakeroot/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -13,7 +13,7 @@ COMMENT= Simulate the root user behaviou LICENSE= GPLv3 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ipc=tcp USE_AUTOTOOLS= libtool Modified: head/sysutils/pv/Makefile ============================================================================== --- head/sysutils/pv/Makefile Thu Apr 3 06:13:08 2014 (r349972) +++ head/sysutils/pv/Makefile Thu Apr 3 06:32:14 2014 (r349973) @@ -15,9 +15,8 @@ LICENSE= ART20 CONFLICTS= waon-[0-9]* PROJECTHOST= pipeviewer -USE_BZIP2= yes -USES= gmake +USES= tar:bzip2 gmake GNU_CONFIGURE= yes PLIST_FILES= bin/pv man/man1/pv.1.gz