svn commit: r498516 - head/benchmarks/netperf

Marius Strobl marius at FreeBSD.org
Tue Apr 9 20:03:35 UTC 2019


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


More information about the svn-ports-all mailing list