Commit graph

24 commits

Author SHA1 Message Date
wiz
0969a6da35 Remove old, unused patch checksum. 2005-10-20 18:11:56 +00:00
kristerw
6b87b9e091 The sources assume <malloc.h> exists. Create a fake one for platforms
that don't have it.
2005-07-19 23:51:09 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
67fbaa9155 Drop MAN1 (FreeBSD Ports-ism), and note that gzip is required during
post-install.
2005-05-15 21:52:10 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
grant
f7652ce277 remove unneeded include of bsd.prefs.mk. 2004-12-18 15:55:51 +00:00
itojun
9e861e9912 upgrade to 2.3p1.
These are the Release Notes for revision 2.3pl1 of netperf:

Things changed in this release

*) The bind() call in create_data_socket() in the file nettest_bsd.c
   is no longer conditional on the user's specifying an IP address or
   port number to which the data socket should be bound.  This fixes
   the "connection refused" errors in the UDP tests.

*) Some experimental code to allow one to specify a CPU to which the
   remote netserver should be bound.  This is intended to allow one to
   get greater certainty (as in confidence intervals) on SMP
   systems. At present the functionality is HP-UX specific.
   Submittals of changes for a more general approach are welcomed.

These are the Release Notes for revision 2.3 of netperf:

Things changed in this release

*) The user can now specify local and/or remote port numbers for the
   data connection using the -P test-specific option.  This is to
   support those folks who want to run netperf through those evil,
   end-to-end-breaking things known as firewalls... :)  This changes
   the format of some of the control messages, hence the bump in the
   update number in the VUF. While it may be possible to mix 2.3 and
   pre-2.3 netperf and netserver, it is not supported.

*) The user can now specify local and/or remote IP addresses for the
   data connection using the -I test-specific option.  This is to
   support those folks who want to run netperf through those evil,
   end-to-end-breaking things known as firewalls... :) This changes
   the format of some of the control messages, hence the bump in the
   update number in the VUF. While it may be possible to mix 2.3 and
   pre-2.3 netperf and netserver, it is not supported.

*) Set DL_mumble  message priorities in the DLPI tests

*) Fix error return check for getaddrinfo()

*) Those systems with gethrtime() can define -DHAVE_GETHRTIME to use
   gethrtime() instead of gettimeofday() and reduce the measurement
   overhead when enabling the -DHISTOGRAM functionality.

*) The default for -DHISTOGRAM compilation now adds a UNIT_USEC and
   TEN_USEC row and renames TENTH_MSEC to HUNDRED_USEC.  If you want
   the old behaviour add -DOLD_HISTOGRAM to CFLAGS.

*) Add missing '!' in the recv_udp*_stream so we recognize the end of
   a timed test correctly.

*) Replace "||" with "&&" to fix an infinite loop in
   recv_tcp_conn_rr() most likely introduced in 2.2pl5.

*) Code has been added to kludge around the bug in Linux getsockopt()
   where it almost always returns twice the value for which one
   asks unlike virtually every other stack on the face of the
   planet. This was doing some unpleasant things to tests in which
   confidence intervals were requested.

Things not changed in this release

*) Lots :)
2004-12-02 06:41:48 +00:00
salo
129fe11723 Use OPSYSVARS. 2004-10-26 09:14:33 +00:00
xtraeme
3dad0f8603 Make this build on IRIX, Georg Schwarz PR pkg/27427. 2004-10-26 04:43:33 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
7fed12e73a Rather than jumping through hoops during the configure stage trying to
calculate CFLAGS, and add to them using sed, do this properly with a
make(1) "+=" assignment in the patch stage.

Remove unnecessary script file.
2001-10-26 10:03:50 +00:00
zuntum
8ef06f8400 Remove FreeBSDism (NOPORTDOCS) 2001-04-22 22:06:19 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
INSTALL -d 	=> INSTALL_*_DIR
 INSTALL	=> INSTALL_*

Beware that only invocations are changed that don't set special
values for owner, mode or group!

Cleanup suggested by zuntum@IRC
2001-02-24 02:09:27 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
itojun
2f82e7ec37 use the latest ipv6 patch.
update suggested by Thomas Klausner <wiz@danbala.tuwien.ac.at>
2000-07-21 13:36:00 +00:00
wiz
ca4a46d00a formatted DESCR to < 80 chars per line, added RCS tag to PLIST
and added patch-sum
2000-02-05 19:53:58 +00:00
hubertf
8a702ca2d7 shorten a bit 2000-01-21 23:36:02 +00:00
itojun
405205a22d net/netperf:
Rick Jones' <raj@cup.hp.com> network performance benchmarking package

(IPv6-ready when USE_INET6 - will be revisited when we change USE_INET6 to
something else)
2000-01-21 13:01:56 +00:00
itojun
848634a2df from latest kame kit 2000-01-21 12:37:34 +00:00