Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2015 07:04:34 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378139 - head/sysutils/busybox-unstable
Message-ID:  <201501300704.t0U74YbZ038924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501300704.t0U74YbZ038924>