From owner-svn-ports-all@FreeBSD.ORG Sat Oct 11 22:03:53 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E99693A; Sat, 11 Oct 2014 22:03:53 +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 0ABE8DAE; Sat, 11 Oct 2014 22:03:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9BM3qvA016598; Sat, 11 Oct 2014 22:03:52 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9BM3q7V016597; Sat, 11 Oct 2014 22:03:52 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410112203.s9BM3q7V016597@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 11 Oct 2014 22:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370673 - head/sysutils/busybox-unstable 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.18-1 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: Sat, 11 Oct 2014 22:03:53 -0000 Author: jhale Date: Sat Oct 11 22:03:52 2014 New Revision: 370673 URL: https://svnweb.freebsd.org/changeset/ports/370673 QAT: https://qat.redports.org/buildarchive/r370673/ Log: - Convert USE_BZIP2 to USES Approved by: portmgr blanket Modified: head/sysutils/busybox-unstable/Makefile Modified: head/sysutils/busybox-unstable/Makefile ============================================================================== --- head/sysutils/busybox-unstable/Makefile Sat Oct 11 22:00:51 2014 (r370672) +++ head/sysutils/busybox-unstable/Makefile Sat Oct 11 22:03:52 2014 (r370673) @@ -26,9 +26,8 @@ IGNORE= is older than stable version. U PORTSCOUT= skipv:1.22.1 MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" -USE_BZIP2= yes # findutils/find.c l. 752+, uses a GCC extension/invalid C code: -USES= compiler:nestedfct gmake +USES= compiler:nestedfct gmake tar:bzip2 PLIST_FILES= bin/busybox