Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 20:03:35 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498516 - head/benchmarks/netperf
Message-ID:  <201904092003.x39K3ZYU074343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Apr  9 20:03:34 2019
New Revision: 498516
URL: https://svnweb.freebsd.org/changeset/ports/498516

Log:
  Turn installation of netperf.info into an option (default-on but allowing
  to get rid of the texinfo dependency).

Modified:
  head/benchmarks/netperf/Makefile

Modified: head/benchmarks/netperf/Makefile
==============================================================================
--- head/benchmarks/netperf/Makefile	Tue Apr  9 19:51:43 2019	(r498515)
+++ head/benchmarks/netperf/Makefile	Tue Apr  9 20:03:34 2019	(r498516)
@@ -14,11 +14,12 @@ GH_ACCOUNT=	HewlettPackard
 #GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
 GH_TAGNAME=	d566775bf
 
-OPTIONS_DEFINE=		EXAMPLES EXS HISTOGRAM OMNI SCTP SOCKETS
+OPTIONS_DEFINE=		EXAMPLES EXS HISTOGRAM INFO OMNI SCTP SOCKETS
 OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 EXS_DESC=	Enable ICSC async socket support
 HISTOGRAM_DESC=	Enable histogram output
+INFO_DESC=	Enable installation of info documentation
 OMNI_DESC=	Enable OMNI tests (disable for aio(4) support)
 SCTP_DESC=	Enable SCTP support
 SOCKETS_DESC=	Enable Unix Domain socket support
@@ -29,7 +30,7 @@ CONFIGURE_ENV=	"transform="
 CONFIGURE_ARGS=	--program-prefix="" --program-suffix="" --enable-dirty \
 		--enable-demo --enable-burst --enable-intervals
 
-INFO=		netperf
+INFO_INFO=	netperf
 
 EXS_CONFIGURE_ENABLE=		exs
 HISTOGRAM_CONFIGURE_ENABLE=	histogram



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