Date: Thu, 23 Apr 2015 12:21:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384559 - head/sysutils/busybox Message-ID: <201504231221.t3NCLkOM033917@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Apr 23 12:21:45 2015 New Revision: 384559 URL: https://svnweb.freebsd.org/changeset/ports/384559 Log: - Add CPE info Approved by: portmgr blanket Modified: head/sysutils/busybox/Makefile Modified: head/sysutils/busybox/Makefile ============================================================================== --- head/sysutils/busybox/Makefile Thu Apr 23 11:11:11 2015 (r384558) +++ head/sysutils/busybox/Makefile Thu Apr 23 12:21:45 2015 (r384559) @@ -23,7 +23,7 @@ PORTSCOUT= skipv:1.24.0 CFLAGS+= -fno-builtin-mempcpy # avoid -Wshadow warnings MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" # findutils/find.c l. 752+, uses a GCC extension/invalid C code: -USES= compiler:nestedfct gmake tar:bzip2 +USES= compiler:nestedfct cpe gmake tar:bzip2 PLIST_FILES= bin/busybox
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504231221.t3NCLkOM033917>