From owner-freebsd-ports Sat May 8 8:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 574A9153D3 for ; Sat, 8 May 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84154; Sat, 8 May 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA16.kfunigraz.ac.at [143.50.16.17]) by hub.freebsd.org (Postfix) with ESMTP id D7FC41563C for ; Sat, 8 May 1999 08:13:49 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id RAA01867 for ; Sat, 8 May 1999 17:13:05 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:ltd246vnM3xMK2R6lHzFCi1t/TQF9nDq@BONLINEA45.kfunigraz.ac.at [143.50.36.45]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id RAA10982 for ; Sat, 8 May 1999 17:13:46 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id OAA13383; Fri, 7 May 1999 14:48:42 +0200 (CEST) (envelope-from dada) Message-Id: <199905071248.OAA13383@localhost.kfunigraz.ac.at> Date: Fri, 7 May 1999 14:48:42 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11581: netperf port - rfc1644 forgotten Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11581 >Category: ports >Synopsis: netperf port - rfc1644 forgotten >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 8 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: The netperf port does not enable the T/TCP test (-t TCP_TRR). This can be achieved by adding -DDO_1644 to the compiler flags. >How-To-Repeat: /usr/local/netperf/netserver -p 1234 /usr/local/netperf/netperf -p 1234 -t TCP_TRR >Fix: --- patches/patch-aa~ Sun Jul 27 22:56:03 1997 +++ patches/patch-aa Fri May 7 14:42:01 1999 @@ -32,7 +32,7 @@ # -U__hpux - Use this when compiling _on_ HP-UX *for* an HP-RT system LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX +! CFLAGS = %CFLAGS% -D$(LOG_FILE) -DUSE_LOOPER -DHISTOGRAM -DDO_UNIX -DDO_1644 # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message