From owner-svn-ports-head@FreeBSD.ORG Thu Mar 13 16:11:16 2014 Return-Path: Delivered-To: svn-ports-head@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 315E6412; Thu, 13 Mar 2014 16:11: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 124FECB6; Thu, 13 Mar 2014 16:11: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 s2DGBFtZ068146; Thu, 13 Mar 2014 16:11:15 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DGBEMK068135; Thu, 13 Mar 2014 16:11:14 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201403131611.s2DGBEMK068135@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 13 Mar 2014 16:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348096 - in head: archivers/gcpio archivers/gtar audio/flac audio/libvorbis audio/xmms-flac audio/xmms-wavpack games/gtypist math/galculator 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: Thu, 13 Mar 2014 16:11:16 -0000 Author: naddy Date: Thu Mar 13 16:11:14 2014 New Revision: 348096 URL: http://svnweb.freebsd.org/changeset/ports/348096 QAT: https://qat.redports.org/buildarchive/r348096/ Log: USE_BZIP2 -> USES+=tar:bzip2 USE_XZ -> USES+=tar:xz Modified: head/archivers/gcpio/Makefile head/archivers/gtar/Makefile head/audio/flac/Makefile head/audio/libvorbis/Makefile head/audio/xmms-flac/Makefile head/audio/xmms-wavpack/Makefile head/games/gtypist/Makefile head/math/galculator/Makefile Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/archivers/gcpio/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/archivers/gtar/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -15,8 +15,7 @@ LICENSE= GPLv3 INFO= tar -USES= iconv:${STATIC_ARGS} -USE_XZ= yes +USES= iconv:${STATIC_ARGS} tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/audio/flac/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -12,10 +12,9 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix pkgconfig +USES= pathfix pkgconfig tar:xz USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sse \ --with-ogg="${LOCALBASE}" \ Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/audio/libvorbis/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -12,10 +12,9 @@ COMMENT= Audio compression codec library LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -USES= pathfix +USES= pathfix tar:xz USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ Modified: head/audio/xmms-flac/Makefile ============================================================================== --- head/audio/xmms-flac/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/audio/xmms-flac/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -14,11 +14,10 @@ LIB_DEPENDS= libxmms.so:${PORTSDIR}/mult libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ libogg.so:${PORTSDIR}/audio/libogg -USES= gettext iconv +USES= gettext iconv tar:xz USE_AUTOTOOLS= libtool USE_GNOME= gtk12 USE_XORG= x11 xau xcb xdmcp xext xi -USE_XZ= yes CONFIGURE_ARGS= --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/audio/xmms-wavpack/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -12,8 +12,7 @@ COMMENT= XMMS input plugin to play WavPa LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack \ libxmms.so:${PORTSDIR}/multimedia/xmms -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/gtypist/Makefile ============================================================================== --- head/games/gtypist/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/games/gtypist/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -9,8 +9,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= naddy@FreeBSD.org COMMENT= Interactive typing tutor -USES= iconv -USE_XZ= yes +USES= iconv tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= EMACS=no CPPFLAGS+= -I${WRKDIR}/include Modified: head/math/galculator/Makefile ============================================================================== --- head/math/galculator/Makefile Thu Mar 13 16:10:06 2014 (r348095) +++ head/math/galculator/Makefile Thu Mar 13 16:11:14 2014 (r348096) @@ -8,8 +8,7 @@ MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include