diff options
author | fenner <fenner@FreeBSD.org> | 1997-07-28 04:56:06 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-07-28 04:56:06 +0800 |
commit | 72b58cb49d608dcda03afd3e930e21d645864ce4 (patch) | |
tree | 60f6bd41b97f182007bbae728419726e4b5ceb41 /benchmarks | |
parent | 3f3bff09ec85e7c339bb1cb1c2144b3066ee9ae6 (diff) | |
download | freebsd-ports-gnome-72b58cb49d608dcda03afd3e930e21d645864ce4.tar.gz freebsd-ports-gnome-72b58cb49d608dcda03afd3e930e21d645864ce4.tar.zst freebsd-ports-gnome-72b58cb49d608dcda03afd3e930e21d645864ce4.zip |
Update to 2.1pl3
Found by: distfile checker
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netperf/Makefile | 8 | ||||
-rw-r--r-- | benchmarks/netperf/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/netperf/files/patch-aa | 19 | ||||
-rw-r--r-- | benchmarks/netperf/pkg-plist | 2 |
4 files changed, 8 insertions, 23 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 68898f602b39..1d9de9d264f5 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: netperf -# Version required: 2.1.2 +# Version required: 2.1.3 # Date created: 19 July 1996 # Whom: koshy # -# $Id: Makefile,v 1.4 1996/11/20 01:59:25 obrien Exp $ +# $Id: Makefile,v 1.5 1997/05/28 05:48:42 fenner Exp $ # -DISTNAME= netperf-2.1pl2 -PKGNAME= netperf-2.1.2 +DISTNAME= netperf-2.1pl3 +PKGNAME= netperf-2.1.3 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ diff --git a/benchmarks/netperf/distinfo b/benchmarks/netperf/distinfo index be25d66cc54f..7aefc24ad9bb 100644 --- a/benchmarks/netperf/distinfo +++ b/benchmarks/netperf/distinfo @@ -1 +1 @@ -MD5 (netperf-2.1pl2.tar.gz) = 8a16c4559ae7ab2480a2f76815c90bc3 +MD5 (netperf-2.1pl3.tar.gz) = ca221caf6dc60322386158c2885fcf68 diff --git a/benchmarks/netperf/files/patch-aa b/benchmarks/netperf/files/patch-aa index 27d61a910bea..667061b52de5 100644 --- a/benchmarks/netperf/files/patch-aa +++ b/benchmarks/netperf/files/patch-aa @@ -20,28 +20,11 @@ # The compiler on your system might be somewhere else, and/or have # a different name. *************** -*** 36,42 **** - # You may safely ignore that warning. - # - -! CC = cc - - # Adding flags to CFLAGS enables some non-mainline features. For - # more information, please consult the source code. ---- 36,42 ---- - # You may safely ignore that warning. - # - -! CC = cc -Wall - - # Adding flags to CFLAGS enables some non-mainline features. For - # more information, please consult the source code. -*************** *** 83,89 **** # -U__hpux - Use this when compiling _on_ HP-UX *for* an HP-RT system LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -! CFLAGS = -O -Ae -D$(LOG_FILE) -DUSE_LOOPER +! CFLAGS = -O -D$(LOG_FILE) -DUSE_LOOPER # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find diff --git a/benchmarks/netperf/pkg-plist b/benchmarks/netperf/pkg-plist index d4214ec3796c..b162a05dcc23 100644 --- a/benchmarks/netperf/pkg-plist +++ b/benchmarks/netperf/pkg-plist @@ -7,5 +7,7 @@ netperf/udp_stream_script netperf/udp_rr_script netperf/snapshot_script share/doc/netperf/netperf.ps.gz +@dirrm netperf +@dirrm share/doc/netperf man/man1/netperf.1.gz man/man1/netserver.1.gz |