From owner-svn-ports-head@FreeBSD.ORG Thu Mar 20 18:15:08 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 28C7CAA6; Thu, 20 Mar 2014 18:15:08 +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 14D5BB7A; Thu, 20 Mar 2014 18:15:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KIF7Ht054716; Thu, 20 Mar 2014 18:15:07 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2KIF7Ia054704; Thu, 20 Mar 2014 18:15:07 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201403201815.s2KIF7Ia054704@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 20 Mar 2014 18:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348712 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod virtualbox-ose-kmod-legacy virtualbox-ose-legacy 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, 20 Mar 2014 18:15:08 -0000 Author: jkim Date: Thu Mar 20 18:15:06 2014 New Revision: 348712 URL: http://svnweb.freebsd.org/changeset/ports/348712 QAT: https://qat.redports.org/buildarchive/r348712/ Log: Prefer USES=tar:bzip2. Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-kmod-legacy/Makefile head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-legacy/Makefile head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Thu Mar 20 18:11:11 2014 (r348711) +++ head/emulators/virtualbox-ose-additions/Makefile Thu Mar 20 18:15:06 2014 (r348712) @@ -24,10 +24,9 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PATCHDIR= ${.CURDIR}/../${PORTNAME}/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxguest vboxservice -USES= iconv kmod +USES= iconv kmod tar:bzip2 USE_GCC= any ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod-legacy/Makefile Thu Mar 20 18:11:11 2014 (r348711) +++ head/emulators/virtualbox-ose-kmod-legacy/Makefile Thu Mar 20 18:15:06 2014 (r348712) @@ -23,7 +23,6 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxnet ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --nofatal \ @@ -37,7 +36,7 @@ OPTIONS_DEFINE= DEBUG VIMAGE DEBUG_DESC= Debug symbols, additional logs and assertions VIMAGE_DESC= VIMAGE virtual networking support -USES= kmod +USES= kmod tar:bzip2 .include VBOX_BIN= ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/src Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Thu Mar 20 18:11:11 2014 (r348711) +++ head/emulators/virtualbox-ose-kmod/Makefile Thu Mar 20 18:15:06 2014 (r348712) @@ -19,13 +19,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= kmk:${PORTSDIR}/devel/kBuild -USES= kmod +USES= kmod tar:bzip2 UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PATCHDIR= ${.CURDIR}/../${PORTNAME}/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxnet ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --nofatal \ Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Thu Mar 20 18:11:11 2014 (r348711) +++ head/emulators/virtualbox-ose-legacy/Makefile Thu Mar 20 18:15:06 2014 (r348712) @@ -32,10 +32,9 @@ RUN_DEPENDS= ${KMODDIR}/vboxdrv.ko:${POR WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 -USES= iconv pkgconfig +USES= iconv pkgconfig tar:bzip2 USE_GCC= any USE_GNOME= libidl -USE_BZIP2= yes USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= vboxapi Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu Mar 20 18:11:11 2014 (r348711) +++ head/emulators/virtualbox-ose/Makefile Thu Mar 20 18:15:06 2014 (r348712) @@ -30,10 +30,9 @@ RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/vboxn WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 -USES= iconv pkgconfig +USES= iconv pkgconfig tar:bzip2 USE_GCC= any USE_GNOME= libidl -USE_BZIP2= yes USE_PYTHON_BUILD= yes HAS_CONFIGURE= yes