Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 00:56:09 +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: r310790 - in head/sysutils: busybox busybox-unstable
Message-ID:  <201301220056.r0M0u99k029213@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Jan 22 00:56:09 2013
New Revision: 310790
URL: http://svnweb.freebsd.org/changeset/ports/310790

Log:
  Add PORTSCOUT variables.

Modified:
  head/sysutils/busybox-unstable/Makefile
  head/sysutils/busybox/Makefile

Modified: head/sysutils/busybox-unstable/Makefile
==============================================================================
--- head/sysutils/busybox-unstable/Makefile	Tue Jan 22 00:54:14 2013	(r310789)
+++ head/sysutils/busybox-unstable/Makefile	Tue Jan 22 00:56:09 2013	(r310790)
@@ -20,6 +20,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 
 CONFLICTS_INSTALL=	busybox-[1-9]*
 
+PORTSCOUT=	limitw:1,ODD
+
 MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
 USE_BZIP2=	yes

Modified: head/sysutils/busybox/Makefile
==============================================================================
--- head/sysutils/busybox/Makefile	Tue Jan 22 00:54:14 2013	(r310789)
+++ head/sysutils/busybox/Makefile	Tue Jan 22 00:56:09 2013	(r310790)
@@ -22,6 +22,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 
 CONFLICTS_INSTALL=	busybox-unstable-*
 
+PORTSCOUT=	limitw:1,EVEN
+
 MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
 USE_BZIP2=	yes



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