Date: Sat, 11 Oct 2014 22:03:52 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370673 - head/sysutils/busybox-unstable Message-ID: <201410112203.s9BM3q7V016597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410112203.s9BM3q7V016597>