ports/87683: New port: benchmarks/thrulay: network capacity tester

stanislav shalunov shalunov at internet2.edu
Thu Oct 20 18:50:18 UTC 2005


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

From: stanislav shalunov <shalunov at internet2.edu>
To: Sergey Matveychuk <sem at FreeBSD.org>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester
Date: 20 Oct 2005 14:43:37 -0400

 Sergey Matveychuk <sem at FreeBSD.org> writes:
 
 > There is a problem with build on 4.11:
 > cc1: unknown C standard `gnu99'
 > No problem with 5.4 and 6.0.
 > It can be fixed with USE_GCC.
 
 I have no 4.x machine to try this on, but I expect that, as you
 suggest, the following patch should solve this.  Sorry about my
 inability to test on 4.x.
 
 diff -u Makefile.orig Makefile
 --- Makefile.orig       Wed Oct 19 15:33:10 2005
 +++ Makefile    Thu Oct 20 14:39:16 2005
 @@ -17,6 +17,7 @@
  MAN1=          thrulay.1
  MAN8=          thrulayd.8
  MANCOMPRESSED= no
 +USE_GCC=       3.2+
  HAS_CONFIGURE= yes
  USE_GMAKE=     yes
  



More information about the freebsd-ports-bugs mailing list