ports/174887: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Jan 2 22:50:01 UTC 2013


The following reply was made to PR ports/174887; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/174887: commit references a PR
Date: Wed,  2 Jan 2013 22:47:40 +0000 (UTC)

 Author: pawel
 Date: Wed Jan  2 22:47:32 2013
 New Revision: 309847
 URL: http://svnweb.freebsd.org/changeset/ports/309847
 
 Log:
   - Fix build with clang [1]
   - Use standard header
   - Convert spaces to tabs in options and descriptions
   - Spelling fixes in pkg-descr
   
   PR:		ports/174887 [1]
   Reported by:	Garrett Cooper <yanegomi at gmail.com> [1]
 
 Modified:
   head/benchmarks/netperf/Makefile
   head/benchmarks/netperf/pkg-descr
 
 Modified: head/benchmarks/netperf/Makefile
 ==============================================================================
 --- head/benchmarks/netperf/Makefile	Wed Jan  2 22:37:23 2013	(r309846)
 +++ head/benchmarks/netperf/Makefile	Wed Jan  2 22:47:32 2013	(r309847)
 @@ -1,4 +1,4 @@
 -# Created by:                  koshy
 +# Created by: koshy
  # $FreeBSD$
  
  PORTNAME=	netperf
 @@ -10,17 +10,18 @@ MASTER_SITES=	ftp://ftp.netperf.org/netp
  MAINTAINER=	ports at FreeBSD.org
  COMMENT=	Network performance benchmarking package
  
 -OPTIONS_DEFINE=        OMNI SCTP SOCKETS HISTOGRAM EXS
 -OPTIONS_DEFAULT=       SCTP SOCKETS HISTOGRAM EXS
 +OPTIONS_DEFINE=		OMNI SCTP SOCKETS HISTOGRAM EXS
 +OPTIONS_DEFAULT=	SCTP SOCKETS HISTOGRAM EXS
  
 -OMNI_DESC=     Enable OMNI tests
 -SCTP_DESC=     Enable SCTP support
 -SOCKETS_DESC=  Enable Unix Domain socket support
 -HISTOGRAM_DESC=        Enable optional histogram output
 -EXS_DESC=      Enable ICSC async socket support
 +OMNI_DESC=	Enable OMNI tests
 +SCTP_DESC=	Enable SCTP support
 +SOCKETS_DESC=	Enable Unix Domain socket support
 +HISTOGRAM_DESC=	Enable optional histogram output
 +EXS_DESC=	Enable ICSC async socket support
  
  .include <bsd.port.options.mk>
  
 +USE_CSTD=	gnu89
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	"transform="
  CONFIGURE_ARGS=	--program-prefix=""  --program-suffix="" --enable-dirty \
 
 Modified: head/benchmarks/netperf/pkg-descr
 ==============================================================================
 --- head/benchmarks/netperf/pkg-descr	Wed Jan  2 22:37:23 2013	(r309846)
 +++ head/benchmarks/netperf/pkg-descr	Wed Jan  2 22:47:32 2013	(r309847)
 @@ -8,8 +8,8 @@ Some of these are:
          * specification of desired confidence levels for the tests
            Netperf will warn the user if these levels were not achieved.
          * filling send buffers with specified data (to beat compression schemes)
 -        * specification of send/recieve buffer alignments and data offsets
 -        * requesting cpu utilization and service demand calculations
 +        * specification of send/receive buffer alignments and data offsets
 +        * requesting CPU utilization and service demand calculations
          * specification of sizes of data to send
  Netperf can be used for measuring stream performance as well as
  round-trip performance.
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list