svn commit: r370673 - head/sysutils/busybox-unstable

Jason E. Hale jhale at FreeBSD.org
Sat Oct 11 22:03:53 UTC 2014


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
 


More information about the svn-ports-head mailing list