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

Matthias Andree mandree at FreeBSD.org
Fri Jan 30 07:04:34 UTC 2015


Author: mandree
Date: Fri Jan 30 07:04:33 2015
New Revision: 378139
URL: https://svnweb.freebsd.org/changeset/ports/378139
QAT: https://qat.redports.org/buildarchive/r378139/

Log:
  Repair PORTSCOUT variable.

Modified:
  head/sysutils/busybox-unstable/Makefile

Modified: head/sysutils/busybox-unstable/Makefile
==============================================================================
--- head/sysutils/busybox-unstable/Makefile	Fri Jan 30 05:11:34 2015	(r378138)
+++ head/sysutils/busybox-unstable/Makefile	Fri Jan 30 07:04:33 2015	(r378139)
@@ -22,9 +22,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 CONFLICTS_INSTALL=	busybox-[1-9]*
 
 IGNORE=		is older than stable version. Use sysutils/busybox
-#BROKEN=		uses mempcpy() GNU-ism
 
-PORTSCOUT=	skipv:1.23.*
+PORTSCOUT=	skipv:1.23.1
 
 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:


More information about the svn-ports-all mailing list