svn commit: r384559 - head/sysutils/busybox

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 23 12:21:46 UTC 2015


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
 


More information about the svn-ports-all mailing list