ports/148994: New port: net/netperfmeter, a network performance meter for UDP, TCP, SCTP and DCCP

Thomas Dreibholz dreibh at iem.uni-due.de
Tue Aug 24 07:55:17 UTC 2010


On Montag 23 August 2010, Li-Wen Hsu wrote:
> On Mon, Aug 23, 2010 at 09:48:59 +0200, Thomas Dreibholz wrote:
> > On Sonntag 22 August 2010, lwhsu at freebsd.org wrote:
> > > Synopsis: New port: net/netperfmeter, a network performance meter for
> > > UDP, TCP, SCTP and DCCP
> > > 
> > > State-Changed-From-To: open->feedback
> > > State-Changed-By: lwhsu
> > > State-Changed-When: Sun Aug 22 16:30:17 UTC 2010
> > > State-Changed-Why:
> > > How about add this port under benchmarks?
> > 
> > Yes, this is okay.
> 
> Hi,
> 
> Thanks for providing a new shar, but what I'm think and trying
> to test currently is:  Can this port using libbz2 in the base
> system?

Yes, this is possible. I have updated the Makefile (included in the updated 
shar file attached to this mail as follows):

.if !exists(/usr/bin/bzip2)
RUN_DEPENDS+=   bzip2:${PORTSDIR}/archivers/bzip2
.endif
.if !exists(/usr/lib/libbz2.so)
LIB_DEPENDS+=   bz2:${PORTSDIR}/archivers/bzip2
.endif


Best regards
-- 
Thomas Dreibholz


More information about the freebsd-ports-bugs mailing list