From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 08:37:21 2014 Return-Path: Delivered-To: svn-ports-all@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 7173A8E5; Mon, 17 Mar 2014 08:37:21 +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 5BCB1264; Mon, 17 Mar 2014 08:37:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2H8bLZe046226; Mon, 17 Mar 2014 08:37:21 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2H8bJDs046217; Mon, 17 Mar 2014 08:37:19 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201403170837.s2H8bJDs046217@svn.freebsd.org> From: Guido Falsi Date: Mon, 17 Mar 2014 08:37:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348449 - in head: audio/xmms2 comms/gnokii games/netpanzer games/pokerth mail/maildrop multimedia/libva multimedia/libva-vdpau-driver 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: Mon, 17 Mar 2014 08:37:21 -0000 Author: madpilot Date: Mon Mar 17 08:37:19 2014 New Revision: 348449 URL: http://svnweb.freebsd.org/changeset/ports/348449 QAT: https://qat.redports.org/buildarchive/r348449/ Log: Convert to new USES=tar Modified: head/audio/xmms2/Makefile head/comms/gnokii/Makefile head/games/netpanzer/Makefile head/games/pokerth/Makefile head/mail/maildrop/Makefile head/multimedia/libva-vdpau-driver/Makefile head/multimedia/libva/Makefile Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/audio/xmms2/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -11,9 +11,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER?= madpilot@FreeBSD.org COMMENT?= Rewrite of xmms as a client/server system (developer release) -USE_BZIP2= yes USE_PYTHON_BUILD= yes -USES+= pkgconfig +USES+= pkgconfig tar:bzip2 .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/comms/gnokii/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -19,8 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes Modified: head/games/netpanzer/Makefile ============================================================================== --- head/games/netpanzer/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/games/netpanzer/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -USES= scons -USE_BZIP2= yes +USES= scons tar:bzip2 USE_SDL= sdl mixer image USE_GNOME= libxml2 SCONS_ARGS+= datadir="${DATADIR}" Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/games/pokerth/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -23,8 +23,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD libprotobuf.so:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient -USES= iconv gmake qmake -USE_BZIP2= yes +USES= iconv gmake qmake tar:bzip2 USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/mail/maildrop/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -19,8 +19,7 @@ COMMENT= Mail delivery agent (MDA) with LICENSE= GPLv3 -USE_BZIP2= yes -USES= iconv shebangfix perl5 +USES= iconv shebangfix perl5 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog=1 \ --enable-use-flock=1 \ Modified: head/multimedia/libva-vdpau-driver/Makefile ============================================================================== --- head/multimedia/libva-vdpau-driver/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/multimedia/libva-vdpau-driver/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -17,8 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_GL= gl GNU_CONFIGURE= yes Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Mon Mar 17 08:33:19 2014 (r348448) +++ head/multimedia/libva/Makefile Mon Mar 17 08:37:19 2014 (r348449) @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_XORG= glproto pciaccess xext xfixes USE_GL= gl USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize